From 84283b16eaffd6dc15292e49dcfda5fb2c34336f Mon Sep 17 00:00:00 2001 From: he Date: Fri, 5 Nov 2004 19:24:22 +0000 Subject: [PATCH] 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. --- www/p5-Apache-AuthCookieDBI/DESCR | 7 +++++++ www/p5-Apache-AuthCookieDBI/Makefile | 19 +++++++++++++++++++ www/p5-Apache-AuthCookieDBI/PLIST | 1 + www/p5-Apache-AuthCookieDBI/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 www/p5-Apache-AuthCookieDBI/DESCR create mode 100644 www/p5-Apache-AuthCookieDBI/Makefile create mode 100644 www/p5-Apache-AuthCookieDBI/PLIST create mode 100644 www/p5-Apache-AuthCookieDBI/distinfo diff --git a/www/p5-Apache-AuthCookieDBI/DESCR b/www/p5-Apache-AuthCookieDBI/DESCR new file mode 100644 index 000000000000..500e77d7a77f --- /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 000000000000..ef425c8d5c00 --- /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 000000000000..76654c90f195 --- /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 000000000000..e2b343496641 --- /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