Browse Source

nginx: added Nginx Development Kit addon module support

user/amery/next/luajit
Christian Wiese 13 years ago committed by Christian Wiese
parent
commit
ef7fae67c8
  1. 5
      network/nginx/config.in
  2. 6
      network/nginx/nginx.conf
  3. 1
      network/nginx/nginx.desc

5
network/nginx/config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nginx/config.in
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2011 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -26,6 +26,9 @@ if pkgcheck nginx X; then
# http echo module
bool "HTTP Echo Module" SDECFG_PKG_NGINX_ADDON_MOD_HTTPECHO 0
# nginx devel kit
bool "Nginx Development Kit (NDK)" SDECFG_PKG_NGINX_ADDON_MOD_NDK 0
menu_end
fi

6
network/nginx/nginx.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nginx/nginx.conf
# Copyright (C) 2009 - 2011 The OpenSDE Project
# Copyright (C) 2009 - 2012 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -123,3 +123,7 @@ fi
if [ "$SDECFG_PKG_NGINX_ADDON_MOD_HTTPECHO" == 1 ] ; then
hook_add prepatch 5 "pkg_nginx_add_module echo-nginx-module"
fi
if [ "$SDECFG_PKG_NGINX_ADDON_MOD_NDK" == 1 ] ; then
hook_add prepatch 5 "pkg_nginx_add_module ngx_devel_kit"
fi

1
network/nginx/nginx.desc

@ -52,3 +52,4 @@
[D] 2799334071 nginx-mod_rrd_graph-0.2.0.tar.gz !http://wiki.nginx.org/images/9/9d/Mod_rrd_graph-0.2.0.tar.gz
[D] 417317636 nginx_upload_module-2.2.0.tar.gz http://www.grid.net.ru/nginx/download/
[D] 1976311739 echo-nginx-module-v0.37rc4.tar.gz !https://github.com/agentzh/echo-nginx-module/tarball/v0.37rc4
[D] 2657180702 ngx_devel_kit-v0.2.17.tar.gz !https://github.com/simpl/ngx_devel_kit/tarball/v0.2.17

Loading…
Cancel
Save