aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_realdoc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 13:33:09 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 13:33:09 +0800
commit1aa1a846a9cc09090431668d36527f1cd40b8daa (patch)
treebba531f146be306c7b0cfa23bc1d2294b404e52a /www/mod_realdoc
parent1e4bcfa11f39476ced722e562fcfb0ac95c15c3b (diff)
downloadfreebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.tar.gz
freebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.tar.zst
freebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.zip
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 PR: ports/180364 Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'www/mod_realdoc')
-rw-r--r--www/mod_realdoc/Makefile21
-rw-r--r--www/mod_realdoc/distinfo2
-rw-r--r--www/mod_realdoc/pkg-descr5
3 files changed, 28 insertions, 0 deletions
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