summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhe <he>2008-06-20 14:16:42 +0000
committerhe <he>2008-06-20 14:16:42 +0000
commitaf4cc336b716c57aacae8a2395f01873ecb366e5 (patch)
treec9e728f24806881970a52a14739895d656277e7d /www
parent50069d6dff4900cc92ba497e719396d14af16d62 (diff)
downloadpkgsrc-af4cc336b716c57aacae8a2395f01873ecb366e5.tar.gz
Import p5-Apache2-AuthCookieDBI version 2.03.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache2-AuthCookieDBI/DESCR7
-rw-r--r--www/p5-Apache2-AuthCookieDBI/Makefile24
-rw-r--r--www/p5-Apache2-AuthCookieDBI/PLIST1
-rw-r--r--www/p5-Apache2-AuthCookieDBI/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-Apache2-AuthCookieDBI/DESCR b/www/p5-Apache2-AuthCookieDBI/DESCR
new file mode 100644
index 00000000000..500e77d7a77
--- /dev/null
+++ b/www/p5-Apache2-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-Apache2-AuthCookieDBI/Makefile b/www/p5-Apache2-AuthCookieDBI/Makefile
new file mode 100644
index 00000000000..31b86acda01
--- /dev/null
+++ b/www/p5-Apache2-AuthCookieDBI/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/20 14:16:42 he Exp $
+#
+
+DISTNAME= Apache2-AuthCookieDBI-2.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache2/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Apache2-AuthCookieDBI
+COMMENT= Perl5 module AuthCookie backed by a DBI database
+
+DEPENDS+= p5-Apache2-AuthCookie>=3.08:../../www/p5-Apache2-AuthCookie
+DEPENDS+= p5-Apache-DBI>=0.91:../../databases/p5-Apache-DBI
+DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+
+CONFLICTS+= p5-Apache-AuthCookieDBI-[0-9]*
+
+PERL5_PACKLIST= auto/Apache2/AuthCookieDBI/.packlist
+
+.include "../../www/ap2-perl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Apache2-AuthCookieDBI/PLIST b/www/p5-Apache2-AuthCookieDBI/PLIST
new file mode 100644
index 00000000000..38759eb17ab
--- /dev/null
+++ b/www/p5-Apache2-AuthCookieDBI/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/20 14:16:42 he Exp $
diff --git a/www/p5-Apache2-AuthCookieDBI/distinfo b/www/p5-Apache2-AuthCookieDBI/distinfo
new file mode 100644
index 00000000000..981523ddb23
--- /dev/null
+++ b/www/p5-Apache2-AuthCookieDBI/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/20 14:16:42 he Exp $
+
+SHA1 (Apache2-AuthCookieDBI-2.03.tar.gz) = 06e50ce341e3c63e819f2b1affa147cac86b265c
+RMD160 (Apache2-AuthCookieDBI-2.03.tar.gz) = efe7c6df7469838064ee660d00239b09eab47f36
+Size (Apache2-AuthCookieDBI-2.03.tar.gz) = 23116 bytes