pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache2-AuthCookieDBI Import p5-Apache2-AuthCoo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21caf4fc90d1
branches:  trunk
changeset: 543569:21caf4fc90d1
user:      he <he%pkgsrc.org@localhost>
date:      Fri Jun 20 14:16:42 2008 +0000

description:
Import p5-Apache2-AuthCookieDBI version 2.03.

diffstat:

 www/p5-Apache2-AuthCookieDBI/DESCR    |   7 +++++++
 www/p5-Apache2-AuthCookieDBI/Makefile |  24 ++++++++++++++++++++++++
 www/p5-Apache2-AuthCookieDBI/PLIST    |   1 +
 www/p5-Apache2-AuthCookieDBI/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 347c30a7771c -r 21caf4fc90d1 www/p5-Apache2-AuthCookieDBI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/DESCR        Fri Jun 20 14:16:42 2008 +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 347c30a7771c -r 21caf4fc90d1 www/p5-Apache2-AuthCookieDBI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/Makefile     Fri Jun 20 14:16:42 2008 +0000
@@ -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@localhost
+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 -r 347c30a7771c -r 21caf4fc90d1 www/p5-Apache2-AuthCookieDBI/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/PLIST        Fri Jun 20 14:16:42 2008 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/20 14:16:42 he Exp $
diff -r 347c30a7771c -r 21caf4fc90d1 www/p5-Apache2-AuthCookieDBI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/distinfo     Fri Jun 20 14:16:42 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index