aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-02-10 19:30:19 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-02-10 19:30:19 +0000
commit5c4caee0d9f2342dabab5d93c1304c07d4b64662 (patch)
treec3d30d5a19e6e7c3081b3666416034392bdf1065 /www/nginx-devel
parentaaf4bee536aac1de6e4a7e6b9961d1ee22c12ed3 (diff)
downloadports-5c4caee0d9f2342dabab5d93c1304c07d4b64662.tar.gz
ports-5c4caee0d9f2342dabab5d93c1304c07d4b64662.zip
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r--www/nginx-devel/Makefile9
-rw-r--r--www/nginx-devel/distinfo3
2 files changed, 12 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 315126ee0fc0..8aff42cd532e 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -37,6 +37,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
HTTP_UPLOAD_MODULE "Enable upload module" off \
HTTP_UPSTREAM_KEEPALIVE "Enable upstream keepalive module" off \
HTTP_XSLT_MODULE "Enable http_xslt module" off \
+ HTTP_ZIP_MODULE "Enable http_zip module" off \
MAIL_MODULE "Enable IMAP4/POP3/SMTP proxy module" off \
MAIL_IMAP_MODULE "Enable IMAP4 proxy module" off \
MAIL_POP3_MODULE "Enable POP3 proxy module" off \
@@ -175,6 +176,14 @@ USE_GNOME= libxml2 libxslt
CONFIGURE_ARGS+=--with-http_xslt_module
.endif
+.if defined(WITH_HTTP_ZIP_MODULE)
+NGINX_ZIP_MODULE_VERSION= 1.1.4
+MASTER_SITES+= ${MASTER_SITE_LOCAL}:zip
+MASTER_SITE_SUBDIR= osa/:zip
+DISTFILES+= nginx_mod_zip-${NGINX_ZIP_MODULE_VERSION}.tar.gz:zip
+CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_MODULE_VERSION}
+.endif
+
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre
CONFIGURE_ARGS+=--without-http_rewrite_module \
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 48924eb984ee..2fa3d3fea047 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -13,6 +13,9 @@ SIZE (nginx_upload_module-2.0.8.tar.gz) = 17497
MD5 (ngx_http_upstream_keepalive-0.1.tar.gz) = 89c5887abfdacb87e2d21b2973d69cdd
SHA256 (ngx_http_upstream_keepalive-0.1.tar.gz) = a0929ddff8dcf451731c95b077374b15e4306db8e83322aab6183cfed7307915
SIZE (ngx_http_upstream_keepalive-0.1.tar.gz) = 4978
+MD5 (nginx_mod_zip-1.1.4.tar.gz) = be934138446793ca783ebfcc1a74883d
+SHA256 (nginx_mod_zip-1.1.4.tar.gz) = d152861779a7b04634e6e0b87a53707ccad06e00bba65246b9005ddc8d0f654b
+SIZE (nginx_mod_zip-1.1.4.tar.gz) = 17446
MD5 (ngx_http_response-0.2.dpatch) = 399ad8c5526884f8eb28fed2eadc7542
SHA256 (ngx_http_response-0.2.dpatch) = eff1359688b0563c363c541dc851ecd48b0ba49d2efcc685c5bf4dc24e6c62b9
SIZE (ngx_http_response-0.2.dpatch) = 9665