yet another catalyst authentication plugin

This commit is contained in:
espie 2006-11-06 13:27:12 +00:00
parent 1eeb9852b1
commit 24c0dec3ee
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 13:27:12 espie Exp $
COMMENT= "catalyst authentication via .htpasswd"
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
RUN_DEPENDS= ::security/p5-Authen-Htpasswd \
::security/p5-Catalyst-Plugin-Authentication
REGRESS_DEPENDS=${RUN_DEPENDS}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 717db601d1cc199e15072f57012aab22
RMD160 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 18c94cdf9c3c99792a5d4675305ddf7e7ae0e4c0
SHA1 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = da742f99b26359cff5b8cdc5713dafb03e320fbe
SIZE (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 4139

View File

@ -0,0 +1,2 @@
This plugin uses Authen::Htpasswd to let your application use .htpasswd
files for its authentication storage.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 13:27:12 espie Exp $
${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/
${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm
@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd::Backend.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd::User.3p