summaryrefslogtreecommitdiff
path: root/www/mod_sequester
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 23:11:46 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 23:11:46 +0000
commitdb85f9e92688328b466e67c61864f60588c84423 (patch)
treecaae2ce46d694a639451cb586358235d974efca8 /www/mod_sequester
parentAdd mod_trigger 1.0, an Apache module to launch triggers if certain (diff)
Add mod_sequester 1.7.0, an Apache module that controls access to the
website using secure info.
Notes
Notes: svn path=/head/; revision=41250
Diffstat (limited to 'www/mod_sequester')
-rw-r--r--www/mod_sequester/Makefile27
-rw-r--r--www/mod_sequester/distinfo1
-rw-r--r--www/mod_sequester/pkg-comment1
-rw-r--r--www/mod_sequester/pkg-descr12
-rw-r--r--www/mod_sequester/pkg-plist3
5 files changed, 44 insertions, 0 deletions
diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile
new file mode 100644
index 000000000000..ffe026282e97
--- /dev/null
+++ b/www/mod_sequester/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: mod_sequester
+# Date created: 10 April 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_sequester
+PORTVERSION= 1.7.0
+CATEGORIES= www
+MASTER_SITES= http://MeepZor.Com/packages/mod_sequester/
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+
+WRKSRC= ${WRKDIR}/mod_sequester
+APXS?= ${LOCALBASE}/sbin/apxs
+
+do-build:
+ @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
+
+do-install:
+ ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
+
+.include <bsd.port.mk>
diff --git a/www/mod_sequester/distinfo b/www/mod_sequester/distinfo
new file mode 100644
index 000000000000..1d72017da0e9
--- /dev/null
+++ b/www/mod_sequester/distinfo
@@ -0,0 +1 @@
+MD5 (mod_sequester-1.7.0.tar.gz) = 734efa7c864ff4cd71f1bc14bead1bd5
diff --git a/www/mod_sequester/pkg-comment b/www/mod_sequester/pkg-comment
new file mode 100644
index 000000000000..2386ee5ff31a
--- /dev/null
+++ b/www/mod_sequester/pkg-comment
@@ -0,0 +1 @@
+Apache module that controls access to the website using secure info
diff --git a/www/mod_sequester/pkg-descr b/www/mod_sequester/pkg-descr
new file mode 100644
index 000000000000..03b153d6bf13
--- /dev/null
+++ b/www/mod_sequester/pkg-descr
@@ -0,0 +1,12 @@
+The mod_sequester module is similar to mod_access, controlling whether
+remote clients can access your Apache Web site's resources based upon
+information not subject to the user's control. Rather than using
+network connexion information to make the access determination,
+however, mod_sequester uses the date and time of the request. If
+the request is made during an interval when mod_sequester's
+settings indicate the resource is accessible, the document will be
+processed normally -- otherwise a '403 Forbidden' will be returned.
+Obviously, the settings and the check use the server's date and time
+value, not the client's.
+
+WWW: http://MeepZor.Com/packages/
diff --git a/www/mod_sequester/pkg-plist b/www/mod_sequester/pkg-plist
new file mode 100644
index 000000000000..f8f7502c94ca
--- /dev/null
+++ b/www/mod_sequester/pkg-plist
@@ -0,0 +1,3 @@
+libexec/apache/mod_sequester.so
+@exec %D/sbin/apxs -e -A -n sequester %D/%F
+@unexec %D/sbin/apxs -e -A -n sequester %D/%F