diff options
author | he <he@pkgsrc.org> | 2004-11-05 19:24:22 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-05 19:24:22 +0000 |
commit | 84283b16eaffd6dc15292e49dcfda5fb2c34336f (patch) | |
tree | 9bf49ee322afeaf790234bfa1508e531f6d90b1a | |
parent | 35b7ce2ef7970d14e8d8739dc89e93e1aa08f353 (diff) | |
download | pkgsrc-84283b16eaffd6dc15292e49dcfda5fb2c34336f.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.
-rw-r--r-- | www/p5-Apache-AuthCookieDBI/DESCR | 7 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookieDBI/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookieDBI/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookieDBI/distinfo | 4 |
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 |