diff options
Diffstat (limited to 'www/mod_sequester')
-rw-r--r-- | www/mod_sequester/Makefile | 28 | ||||
-rw-r--r-- | www/mod_sequester/distinfo | 2 | ||||
-rw-r--r-- | www/mod_sequester/files/patch-mod_sequester.c | 20 | ||||
-rw-r--r-- | www/mod_sequester/pkg-descr | 12 |
4 files changed, 0 insertions, 62 deletions
diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile deleted file mode 100644 index 7fe06905a9e3..000000000000 --- a/www/mod_sequester/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: mod_sequester -# Date created: 10 April 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= mod_sequester -PORTVERSION= 1.8 -CATEGORIES= www -MASTER_SITES= http://MeepZor.Com/packages/${PORTNAME}/ -DISTNAME= ${PORTNAME}-1.7.0 - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module that controls access to the website using secure info - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -WRKSRC= ${WRKDIR}/mod_sequester - -.include <bsd.port.mk> diff --git a/www/mod_sequester/distinfo b/www/mod_sequester/distinfo deleted file mode 100644 index 8ac77e901678..000000000000 --- a/www/mod_sequester/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_sequester-1.7.0.tar.gz) = 667bf85125c23082a0be7d79afaebe6460c7e80f833808db573c516008adc474 -SIZE (mod_sequester-1.7.0.tar.gz) = 9912 diff --git a/www/mod_sequester/files/patch-mod_sequester.c b/www/mod_sequester/files/patch-mod_sequester.c deleted file mode 100644 index 120a70493ee3..000000000000 --- a/www/mod_sequester/files/patch-mod_sequester.c +++ /dev/null @@ -1,20 +0,0 @@ ---- mod_sequester.c.orig Tue Sep 30 19:22:29 2003 -+++ mod_sequester.c Tue Jan 15 22:28:22 2002 -@@ -9,7 +9,7 @@ - * - - * -- * $Id: mod_sequester.c,v 1.7 2000/06/19 17:51:30 coar Exp $ -+ * $Id: mod_sequester.c,v 1.8 2001/06/15 14:14:03 coar Exp $ - * - * Abstract: - *+ -@@ -350,7 +350,7 @@ - switch (dconf->pos) { - case WINDOW_ATBEGINNING: - msg = ap_pstrcat(r->pool, "The resource will become available at ", -- ap_ht_time(r->pool, begin, TIMEFMT ".", 1), NULL); -+ ap_ht_time(r->pool, end, TIMEFMT ".", 1), NULL); - break; - case WINDOW_ATEND: - msg = ap_pstrcat(r->pool, "The resource became unavailable at ", diff --git a/www/mod_sequester/pkg-descr b/www/mod_sequester/pkg-descr deleted file mode 100644 index 03b153d6bf13..000000000000 --- a/www/mod_sequester/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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/ |