diff options
author | osa <osa@FreeBSD.org> | 2012-09-20 11:56:11 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-09-20 11:56:11 +0800 |
commit | ed3ec00da428a3ddabf1ebad023d89ddc666ccfc (patch) | |
tree | f27b3bfbb201f4fae72c4b4b36690af028399570 /www/nginx | |
parent | 477a9c0b09004e6841ec2d3e159d643f03d40f0a (diff) | |
download | freebsd-ports-gnome-ed3ec00da428a3ddabf1ebad023d89ddc666ccfc.tar.gz freebsd-ports-gnome-ed3ec00da428a3ddabf1ebad023d89ddc666ccfc.tar.zst freebsd-ports-gnome-ed3ec00da428a3ddabf1ebad023d89ddc666ccfc.zip |
Add third-party CT++ module.
Subnmitted: Veniamin Gvozdikov <g.veniamin@googlemail.com>
PR: 171702
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 10 | ||||
-rw-r--r-- | www/nginx/distinfo | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 8157441c76cf..166675b74e06 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -51,6 +51,7 @@ OPTIONS_DEFINE= \ MAIL_SSL \ WWW \ CACHE_PURGE \ + CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -136,6 +137,7 @@ MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module 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 @@ -327,6 +329,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/distinfo b/www/nginx/distinfo index fd65fc6328f9..df5fd305724e 100644 --- a/www/nginx/distinfo +++ b/www/nginx/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 |