diff options
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 10 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index fb23819cefb6..469d70e55061 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -53,6 +53,7 @@ OPTIONS_DEFINE= \ SPDY \ WWW \ CACHE_PURGE \ + CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -139,6 +140,7 @@ MAIL_SSL_DESC= Enable mail_ssl module SPDY_DESC= Enable SPDY protocol support (SSL req.) WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module +CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module @@ -329,6 +331,14 @@ DISTFILES+= ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION}.tar.gz:cache_purge CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION} .endif +.if ${PORT_OPTIONS:MCTPP2} +LIB_DEPENDS+= ctpp2:${PORTSDIR}/textproc/ctpp2 +NGINX_CTPP2_VERSION= 0.5 +MASTER_SITES+= http://dl.vbart.ru/ngx-ctpp/:ctpp2 +DISTFILES+= ngx_ctpp2-${NGINX_CTPP2_VERSION}.tar.gz:ctpp2 +CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_ctpp2-${NGINX_CTPP2_VERSION} +.endif + .if ${PORT_OPTIONS:MECHO} NGINX_ECHO_VERSION= 0.41 GIT_ECHO_VERSION= 0-gd3eb42d diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 1bc53d37d35e..79eea86fb149 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -14,6 +14,8 @@ SHA256 (ngx_http_auth_request_module-0.2.tar.gz) = eea5d0ec02bba93d0b204a034230c SIZE (ngx_http_auth_request_module-0.2.tar.gz) = 6736 SHA256 (ngx_cache_purge-1.6.tar.gz) = 863d6dd60e31b3c24c1f2d314f294c62a4ab5cf37f98c20ded9f6df1018baac8 SIZE (ngx_cache_purge-1.6.tar.gz) = 7296 +SHA256 (ngx_ctpp2-0.5.tar.gz) = f8adfecc23e2c23af95df8549ef92fd52598b21506a9d9df2278b2605668d5a6 +SIZE (ngx_ctpp2-0.5.tar.gz) = 19686 SHA256 (agentzh-echo-nginx-module-v0.41-0-gd3eb42d.tar.gz) = 247a2fee95c9aef34154ac26867adeeacd407c3d51c839aadeefc9c4c469dbd9 SIZE (agentzh-echo-nginx-module-v0.41-0-gd3eb42d.tar.gz) = 73720 SHA256 (agentzh-headers-more-nginx-module-v0.18-0-g6586984.tar.gz) = c7ef9b58415446c09f82857e379e830273050006f9c5ac3b7a6946cf9944de24 |