pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-SASL Initial import of p5-Authen-SA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3953cd16356
branches:  trunk
changeset: 460796:f3953cd16356
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 04 13:29:30 2003 +0000

description:
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.

diffstat:

 security/p5-Authen-SASL/DESCR    |   7 +++++++
 security/p5-Authen-SASL/Makefile |  16 ++++++++++++++++
 security/p5-Authen-SASL/PLIST    |   1 +
 security/p5-Authen-SASL/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 9c8ffefd1b84 -r f3953cd16356 security/p5-Authen-SASL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/DESCR     Thu Sep 04 13:29:30 2003 +0000
@@ -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 -r 9c8ffefd1b84 -r f3953cd16356 security/p5-Authen-SASL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/Makefile  Thu Sep 04 13:29:30 2003 +0000
@@ -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@localhost
+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 -r 9c8ffefd1b84 -r f3953cd16356 security/p5-Authen-SASL/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/PLIST     Thu Sep 04 13:29:30 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/04 13:29:30 xtraeme Exp $
diff -r 9c8ffefd1b84 -r f3953cd16356 security/p5-Authen-SASL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/distinfo  Thu Sep 04 13:29:30 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index