diff options
author | he <he> | 2004-11-05 18:43:29 +0000 |
---|---|---|
committer | he <he> | 2004-11-05 18:43:29 +0000 |
commit | 379d4b011b00f7adbf2c14e2033b3f86bf225fe4 (patch) | |
tree | 0df7427a3942508dbe6a094d67daec8fd5a81b5c /www | |
parent | ab04636b46e6ff33890d5d6a439a8ff100ad35f6 (diff) | |
download | pkgsrc-379d4b011b00f7adbf2c14e2033b3f86bf225fe4.tar.gz |
Import p5-Apache-AuthCookie, version 3.05.
Apache::AuthCookie allows you to intercept a user's first unauthenticated
access to a protected document. The user will be presented with a custom
form where they can enter authentication credentials. The credentials are
posted to the server where AuthCookie verifies them and returns a session
key.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 17 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/DESCR b/www/p5-Apache-AuthCookie/DESCR new file mode 100644 index 00000000000..7a14905bc60 --- /dev/null +++ b/www/p5-Apache-AuthCookie/DESCR @@ -0,0 +1,5 @@ +Apache::AuthCookie allows you to intercept a user's first unauthenticated +access to a protected document. The user will be presented with a custom +form where they can enter authentication credentials. The credentials are +posted to the server where AuthCookie verifies them and returns a session +key. diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile new file mode 100644 index 00000000000..b0adeb14de9 --- /dev/null +++ b/www/p5-Apache-AuthCookie/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 18:43:29 he Exp $ +# + +DISTNAME= Apache-AuthCookie-3.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~mschout/Apache-AuthCookie-3.04/ +COMMENT= Perl5 module for Authentication and Authorization via cookies + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/AuthCookie/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache-AuthCookie/PLIST b/www/p5-Apache-AuthCookie/PLIST new file mode 100644 index 00000000000..1c849619b62 --- /dev/null +++ b/www/p5-Apache-AuthCookie/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 18:43:29 he Exp $ diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo new file mode 100644 index 00000000000..f1b1b3c7130 --- /dev/null +++ b/www/p5-Apache-AuthCookie/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/05 18:43:29 he Exp $ + +SHA1 (Apache-AuthCookie-3.05.tar.gz) = b3b84626bc34fc59821ebe6efabd9560944c8dfd +Size (Apache-AuthCookie-3.05.tar.gz) = 31025 bytes |