summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/DESCR4
-rw-r--r--www/ap-auth-cookie/MESSAGE9
-rw-r--r--www/ap-auth-cookie/Makefile32
-rw-r--r--www/ap-auth-cookie/PLIST2
-rw-r--r--www/ap-auth-cookie/distinfo5
5 files changed, 0 insertions, 52 deletions
diff --git a/www/ap-auth-cookie/DESCR b/www/ap-auth-cookie/DESCR
deleted file mode 100644
index f29fe158a37..00000000000
--- a/www/ap-auth-cookie/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-mod_auth_cookie.c allows a Basic authentication string to be encoded into
-a cookie (using "Header set" from mod_headers). When a request comes in,
-both the standard Basic auth field Authorization: and the specified cookie
-are checked for auth info.
diff --git a/www/ap-auth-cookie/MESSAGE b/www/ap-auth-cookie/MESSAGE
deleted file mode 100644
index 2eccd958e9e..00000000000
--- a/www/ap-auth-cookie/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2003/02/17 20:55:24 grant Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule cookie_auth_module lib/httpd/mod_auth_cookie.so
-
-===========================================================================
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
deleted file mode 100644
index a4179ceac1d..00000000000
--- a/www/ap-auth-cookie/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.45 2012/10/28 06:30:02 asau Exp $
-#
-# There are a few more mod_auth_cookie's out there doing slightly
-# different things. This one pkg would be a good place to dump them all in
-# one.
-
-DISTNAME= mod_auth_cookie.c
-PKGNAME= ap13-auth-cookie-1.9
-CATEGORIES= www
-MASTER_SITES= http://raburton.lunarpages.com/apache/mod_auth_cookie/13/
-EXTRACT_SUFX= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://raburton.lunarpages.com/apache/mod_auth_cookie/
-COMMENT= Cookie-based authentication for Apache
-
-CONFLICTS= ap-auth-cookie-[0-9]*
-
-WRKSRC= ${WRKDIR}
-
-EXTRACT_ONLY= # empty
-
-APACHE_MODULE_NAME= mod_auth_cookie.so
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-do-extract:
- @(${ECHO} '#include "ap_compat.h"'; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
- >${WRKSRC}/${DISTNAME}
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-cookie/PLIST b/www/ap-auth-cookie/PLIST
deleted file mode 100644
index bd744369e22..00000000000
--- a/www/ap-auth-cookie/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:33 zuntum Exp $
-lib/httpd/mod_auth_cookie.so
diff --git a/www/ap-auth-cookie/distinfo b/www/ap-auth-cookie/distinfo
deleted file mode 100644
index 7b29649868b..00000000000
--- a/www/ap-auth-cookie/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2006/07/21 16:24:37 wiz Exp $
-
-SHA1 (ap13-auth-cookie-1.9/mod_auth_cookie.c) = c6f66cbc70a7daf4eba1587d79376e29b8ae6965
-RMD160 (ap13-auth-cookie-1.9/mod_auth_cookie.c) = cc130b03931ceb9326a49e4bb5e0d2c53b7f371c
-Size (ap13-auth-cookie-1.9/mod_auth_cookie.c) = 8790 bytes