initial import of p5-Authen-SASL-2.08

--
SASL is a generic mechanism for authentication used by several
network protocols.  Authen::SASL provides a Perl implementation
framework that all protocols should be able to share.
This commit is contained in:
avsm 2004-06-20 17:42:25 +00:00
parent a2c69a5b0d
commit 65fffbf2ae
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/20 17:42:25 avsm Exp $
COMMENT= "perl interface to the SASL auth framework"
DISTNAME= Authen-SASL-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
# same license as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Authen-SASL-2.08.tar.gz) = a116d7a205fa0dcf969ac8e0bd78d4ff
RMD160 (Authen-SASL-2.08.tar.gz) = eac077f39ac34451422219a03f08f10dbfbceed2
SHA1 (Authen-SASL-2.08.tar.gz) = e38fac325eb1aa484dabea5dc1253ca25eb8694f

View File

@ -0,0 +1,3 @@
SASL is a generic mechanism for authentication used by several
network protocols. Authen::SASL provides a Perl implementation
framework that all protocols should be able to share.

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/20 17:42:25 avsm Exp $
${P5SITE}/Authen/SASL.pm
${P5SITE}/Authen/SASL.pod
${P5SITE}/Authen/SASL/CRAM_MD5.pm
${P5SITE}/Authen/SASL/EXTERNAL.pm
${P5SITE}/Authen/SASL/Perl.pm
${P5SITE}/Authen/SASL/Perl/ANONYMOUS.pm
${P5SITE}/Authen/SASL/Perl/CRAM_MD5.pm
${P5SITE}/Authen/SASL/Perl/DIGEST_MD5.pm
${P5SITE}/Authen/SASL/Perl/EXTERNAL.pm
${P5SITE}/Authen/SASL/Perl/LOGIN.pm
${P5SITE}/Authen/SASL/Perl/PLAIN.pm
man/man3p/Authen::SASL.3p
man/man3p/Authen::SASL::Perl::DIGEST_MD5.3p
@dirrm man/man3p
@dirrm ${P5SITE}/Authen/SASL/Perl
@dirrm ${P5SITE}/Authen/SASL
@dirrm ${P5SITE}/Authen