diff options
author | he <he@pkgsrc.org> | 2008-06-20 14:16:42 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-06-20 14:16:42 +0000 |
commit | 6bfb274f4617f981d6fbd9e7ca0434909e3127d5 (patch) | |
tree | c9e728f24806881970a52a14739895d656277e7d /www/p5-Apache2-AuthCookieDBI | |
parent | 7f23651213d3e7cf4b3596c1780cd61d7adadf8e (diff) | |
download | pkgsrc-6bfb274f4617f981d6fbd9e7ca0434909e3127d5.tar.gz |
Import p5-Apache2-AuthCookieDBI version 2.03.
Diffstat (limited to 'www/p5-Apache2-AuthCookieDBI')
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/DESCR | 7 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookieDBI/distinfo | 5 |
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 |