diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_realdoc/Makefile | 21 | ||||
-rw-r--r-- | www/mod_realdoc/distinfo | 2 | ||||
-rw-r--r-- | www/mod_realdoc/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1ed826944a47..196b9788c45c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -517,6 +517,7 @@ SUBDIR += mod_python33 SUBDIR += mod_python35 SUBDIR += mod_qos + SUBDIR += mod_realdoc SUBDIR += mod_remoteip SUBDIR += mod_reproxy SUBDIR += mod_rivet diff --git a/www/mod_realdoc/Makefile b/www/mod_realdoc/Makefile new file mode 100644 index 000000000000..c2ec8ec81787 --- /dev/null +++ b/www/mod_realdoc/Makefile @@ -0,0 +1,21 @@ +# Created by: Gea-Suan Lin <gslin@gslin.org> +# $FreeBSD$ + +PORTNAME= mod_realdoc +PORTVERSION= 20130701 +CATEGORIES= www +MASTER_SITES= GH \ + http://freebsd.cs.nctu.edu.tw/~gslin/files/ + +MAINTAINER= gslin@gslin.org +COMMENT= Apache module to support atomic deploys + +AP_FAST_BUILD= yes +AP_GENPLIST= yes +GH_ACCOUNT= etsy +GH_COMMIT= 4925acc +GH_TAGNAME= ${GH_COMMIT} +USE_APACHE= 22+ +USE_GITHUB= yes + +.include <bsd.port.mk> diff --git a/www/mod_realdoc/distinfo b/www/mod_realdoc/distinfo new file mode 100644 index 000000000000..51d1d3b4162f --- /dev/null +++ b/www/mod_realdoc/distinfo @@ -0,0 +1,2 @@ +SHA256 (mod_realdoc-20130701.tar.gz) = 8ccb15b10b61955fbbb479f05bc5c159d3b68abab284a91afb8cd013b728945c +SIZE (mod_realdoc-20130701.tar.gz) = 3177 diff --git a/www/mod_realdoc/pkg-descr b/www/mod_realdoc/pkg-descr new file mode 100644 index 000000000000..149592dc176f --- /dev/null +++ b/www/mod_realdoc/pkg-descr @@ -0,0 +1,5 @@ +mod_realdoc is an Apache module which does a realpath on the docroot +symlink and sets the absolute path as the real document root for the +remainder of the request. + +WWW: https://github.com/etsy/mod_realdoc |