pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-AuthCookieDBI Import p5-Apache-AuthCooki...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/419b058def74
branches:  trunk
changeset: 482971:419b058def74
user:      he <he%pkgsrc.org@localhost>
date:      Fri Nov 05 19:24:22 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (47 lines):

diff -r 293d25008ceb -r 419b058def74 www/p5-Apache-AuthCookieDBI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-AuthCookieDBI/DESCR Fri Nov 05 19:24:22 2004 +0000
@@ -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 -r 293d25008ceb -r 419b058def74 www/p5-Apache-AuthCookieDBI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-AuthCookieDBI/Makefile      Fri Nov 05 19:24:22 2004 +0000
@@ -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@localhost
+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 -r 293d25008ceb -r 419b058def74 www/p5-Apache-AuthCookieDBI/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-AuthCookieDBI/PLIST Fri Nov 05 19:24:22 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
diff -r 293d25008ceb -r 419b058def74 www/p5-Apache-AuthCookieDBI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-AuthCookieDBI/distinfo      Fri Nov 05 19:24:22 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index