diff options
author | seb <seb> | 2010-07-04 16:49:10 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-04 16:49:10 +0000 |
commit | 05782c893746df3241b048010c2e26f792bcb823 (patch) | |
tree | d879d4bfe3bed20e1e1d154a2e656ca260cc8b7a | |
parent | 6be9d3a1926dbcea5bf2629945ab61aa15ffc357 (diff) | |
download | pkgsrc-05782c893746df3241b048010c2e26f792bcb823.tar.gz |
Initial import of p5-Plack-Middleware-Auth-Digest version 0.03 in
the NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware. It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/DESCR | 4 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Plack-Middleware-Auth-Digest/DESCR b/www/p5-Plack-Middleware-Auth-Digest/DESCR new file mode 100644 index 00000000000..473ab94fe68 --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Plack::Middleware::Auth::Digest is a Plack middleware. +It enables digest authentication. Your authenticator callback is +given an username as a string and should return a password, either +as a raw password or a hashed password. diff --git a/www/p5-Plack-Middleware-Auth-Digest/Makefile b/www/p5-Plack-Middleware-Auth-Digest/Makefile new file mode 100644 index 00000000000..39645fec94d --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 16:49:10 seb Exp $ + +DISTNAME= Plack-Middleware-Auth-Digest-0.03 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-Auth-Digest/ +COMMENT= Plack middleware enabling digest authentication +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Middleware/Auth/Digest/.packlist + +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC +DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-Auth-Digest/distinfo b/www/p5-Plack-Middleware-Auth-Digest/distinfo new file mode 100644 index 00000000000..53f3b29d4ce --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/04 16:49:10 seb Exp $ + +SHA1 (Plack-Middleware-Auth-Digest-0.03.tar.gz) = 0ee558d3af56cd3db72dd711ba4bd09659737c3e +RMD160 (Plack-Middleware-Auth-Digest-0.03.tar.gz) = cecb9e87fd5bcbf3e8e456a986f332a686e83dbd +Size (Plack-Middleware-Auth-Digest-0.03.tar.gz) = 23943 bytes |