aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2009-12-22 19:47:47 +0800
committerosa <osa@FreeBSD.org>2009-12-22 19:47:47 +0800
commit3496d11ec6d0589d43bee2592f09ac8e695fe880 (patch)
tree28be5789eaa8ae116cd24206ee91feeaa0ec516e /www/nginx
parent87957d8d7f700058e1fef8a88ed7ac5cd811bfdc (diff)
downloadfreebsd-ports-gnome-3496d11ec6d0589d43bee2592f09ac8e695fe880.tar.gz
freebsd-ports-gnome-3496d11ec6d0589d43bee2592f09ac8e695fe880.tar.zst
freebsd-ports-gnome-3496d11ec6d0589d43bee2592f09ac8e695fe880.zip
Merge support of third party slowfs_cache module from
www/nginx-devel after commit compilable version (1.1). Do not bump PORTREVISION.
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile8
-rw-r--r--www/nginx/distinfo3
2 files changed, 11 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 4cc7238149ef..93475f686e12 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -57,6 +57,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
HTTP_UPSTREAM_KEEPALIVE "3rd party upstream keepalive module" off \
HTTP_ZIP_MODULE "3rd party http_zip module" off \
PASSENGER_MODULE "3rd party passenger module" off \
+ SLOWFS_CACHE_MODULE "3rd party slowfs_cache module" off \
SUPERVISORD_MODULE "3rd party supervisord modle" off
WANT_GNOME= yes
@@ -309,6 +310,13 @@ DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx
.endif
+.if defined(WITH_SLOWFS_CACHE_MODULE)
+NGINX_SLOWFS_CACHE_MODULE_VERSION= 1.1
+MASTER_SITES+= http://labs.frickle.com/files/:slowfs_cache
+DISTFILES+= ngx_slowfs_cache-${NGINX_SLOWFS_CACHE_MODULE_VERSION}.tar.gz:slowfs_cache
+CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_slowfs_cache-${NGINX_SLOWFS_CACHE_MODULE_VERSION}
+.endif
+
.if defined(WITH_SUPERVISORD_MODULE)
NGINX_SUPERVISORD_MODULE_VERSION= 1.2
MASTER_SITES+= http://labs.frickle.com/files/:supervisord
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index e2dd04bdd1d6..acaf90dff9e2 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -49,6 +49,9 @@ SIZE (mod_zip-1.1.5.tar.gz) = 19126
MD5 (passenger-2.2.8.tar.gz) = a5632323a573a039ea889c93396ad986
SHA256 (passenger-2.2.8.tar.gz) = bfd37266f4afa7ab08c47cd731ce2048fc2195b793384882211ad61824893d52
SIZE (passenger-2.2.8.tar.gz) = 1993046
+MD5 (ngx_slowfs_cache-1.1.tar.gz) = d47f921f30389dd5e1becf0fabce857c
+SHA256 (ngx_slowfs_cache-1.1.tar.gz) = 5c518fb72a8062387904c823cd2ed5eb1163a8c9f29e37fac41c440f66452001
+SIZE (ngx_slowfs_cache-1.1.tar.gz) = 9519
MD5 (ngx_supervisord-1.2.tar.gz) = eb21b2d927a027c94da35af984db6371
SHA256 (ngx_supervisord-1.2.tar.gz) = c4fcf58639b98a7dcdc923d4eff75f90a07c15b05fc44c6d9aa5d41c6810a126
SIZE (ngx_supervisord-1.2.tar.gz) = 15209