diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-04 13:29:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-04 13:29:30 +0000 |
commit | 8c3f9f8a28de7854f52e8abb6da955a6c5a3e50b (patch) | |
tree | fe68b78d8f58b06bc5c8aa8356f89e04a607b237 | |
parent | 17fd2102b6f4fd34982b8484969601113ec8eb28 (diff) | |
download | pkgsrc-8c3f9f8a28de7854f52e8abb6da955a6c5a3e50b.tar.gz |
Initial import of p5-Authen-SASL, version 2.04.
SASL is a generic mechanism for authentication used by several
network protocols. Authen::SASL provides an implementation
framework that all protocols should be able to share.
The included plugin Authen::SASL::Perl implements several of
these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL,
LOGIN and PLAIN).
Package provided by Quentin Garnier via pkgsrc-wip.
-rw-r--r-- | security/p5-Authen-SASL/DESCR | 7 | ||||
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 16 | ||||
-rw-r--r-- | security/p5-Authen-SASL/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL/DESCR b/security/p5-Authen-SASL/DESCR new file mode 100644 index 00000000000..823f0f72def --- /dev/null +++ b/security/p5-Authen-SASL/DESCR @@ -0,0 +1,7 @@ +SASL is a generic mechanism for authentication used by several +network protocols. Authen::SASL provides an implementation +framework that all protocols should be able to share. + +The included plugin Authen::SASL::Perl implements several of +these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL, +LOGIN and PLAIN). diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile new file mode 100644 index 00000000000..c693a70d542 --- /dev/null +++ b/security/p5-Authen-SASL/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:29:30 xtraeme Exp $ + +DISTNAME= Authen-SASL-2.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} + +MAINTAINER= cube@cubidou.net +HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/ +COMMENT= Perl module to handle SASL authentication + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Authen-SASL/PLIST b/security/p5-Authen-SASL/PLIST new file mode 100644 index 00000000000..10d591abf19 --- /dev/null +++ b/security/p5-Authen-SASL/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/04 13:29:30 xtraeme Exp $ diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo new file mode 100644 index 00000000000..8150e60e555 --- /dev/null +++ b/security/p5-Authen-SASL/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/04 13:29:30 xtraeme Exp $ + +SHA1 (Authen-SASL-2.04.tar.gz) = b5811774c970f2c4f7ee4016098a0c75e94c81b1 +Size (Authen-SASL-2.04.tar.gz) = 7501 bytes |