summaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthCookieDBI
diff options
context:
space:
mode:
authorhe <he>2004-11-05 19:24:22 +0000
committerhe <he>2004-11-05 19:24:22 +0000
commit8a83aaa01376b5acfb19090d170f4882e5ced213 (patch)
tree9bf49ee322afeaf790234bfa1508e531f6d90b1a /www/p5-Apache-AuthCookieDBI
parent4384714ae03c6080bbd3c8864d0f5fe8544aa878 (diff)
downloadpkgsrc-8a83aaa01376b5acfb19090d170f4882e5ced213.tar.gz
Import p5-Apache-AuthCookieDBI version 1.19.
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is designed to be directly used for authentication in a mod_perl server. It is a ticket-issuing system that looks up username/passwords in a DBI database using generic SQL and issues MD5-checksummed tickets valid for a configurable time period. Incoming requests with tickets are checksummed and expire-time checked.
Diffstat (limited to 'www/p5-Apache-AuthCookieDBI')
-rw-r--r--www/p5-Apache-AuthCookieDBI/DESCR7
-rw-r--r--www/p5-Apache-AuthCookieDBI/Makefile19
-rw-r--r--www/p5-Apache-AuthCookieDBI/PLIST1
-rw-r--r--www/p5-Apache-AuthCookieDBI/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookieDBI/DESCR b/www/p5-Apache-AuthCookieDBI/DESCR
new file mode 100644
index 00000000000..500e77d7a77
--- /dev/null
+++ b/www/p5-Apache-AuthCookieDBI/DESCR
@@ -0,0 +1,7 @@
+Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is
+designed to be directly used for authentication in a mod_perl server.
+
+It is a ticket-issuing system that looks up username/passwords in a DBI
+database using generic SQL and issues MD5-checksummed tickets valid for
+a configurable time period. Incoming requests with tickets are
+checksummed and expire-time checked.
diff --git a/www/p5-Apache-AuthCookieDBI/Makefile b/www/p5-Apache-AuthCookieDBI/Makefile
new file mode 100644
index 00000000000..ef425c8d5c0
--- /dev/null
+++ b/www/p5-Apache-AuthCookieDBI/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
+#
+
+DISTNAME= Apache-AuthCookieDBI-1.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER= tegk-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~cromis/Apache-AuthCookieDBI-1.19/
+COMMENT= Perl5 module AuthCookie backed by a DBI database
+
+DEPENDS+= p5-Apache-AuthCookie>=3.05:../../www/p5-Apache-AuthCookie
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/AuthCookieDBI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Apache-AuthCookieDBI/PLIST b/www/p5-Apache-AuthCookieDBI/PLIST
new file mode 100644
index 00000000000..76654c90f19
--- /dev/null
+++ b/www/p5-Apache-AuthCookieDBI/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
diff --git a/www/p5-Apache-AuthCookieDBI/distinfo b/www/p5-Apache-AuthCookieDBI/distinfo
new file mode 100644
index 00000000000..e2b34349664
--- /dev/null
+++ b/www/p5-Apache-AuthCookieDBI/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
+
+SHA1 (Apache-AuthCookieDBI-1.19.tar.gz) = 1215e2b81b2900216185290374a950984886e88e
+Size (Apache-AuthCookieDBI-1.19.tar.gz) = 20699 bytes