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-Cyrus Initial import of p5-Aut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1d4c328d44b
branches: trunk
changeset: 460797:a1d4c328d44b
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Sep 04 13:30:54 2003 +0000
description:
Initial import of p5-Authen-SASL-Cyrus, version 0.07.
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 XS framework makes calls into the existing libsasl.so
shared library to perform SASL client connection functionality,
including loading existing shared library mechanisms.
Authen::SASL::Cyrus implements XS SASL Authentication.
Packages provided by Quentin Garnier via pkgsrc-wip.
diffstat:
security/p5-Authen-SASL-Cyrus/DESCR | 9 +++++++++
security/p5-Authen-SASL-Cyrus/Makefile | 19 +++++++++++++++++++
security/p5-Authen-SASL-Cyrus/PLIST | 1 +
security/p5-Authen-SASL-Cyrus/distinfo | 5 +++++
security/p5-Authen-SASL-Cyrus/patches/patch-aa | 13 +++++++++++++
5 files changed, 47 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r f3953cd16356 -r a1d4c328d44b security/p5-Authen-SASL-Cyrus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL-Cyrus/DESCR Thu Sep 04 13:30:54 2003 +0000
@@ -0,0 +1,9 @@
+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 XS framework makes calls into the existing libsasl.so
+shared library to perform SASL client connection functionality,
+including loading existing shared library mechanisms.
+
+Authen::SASL::Cyrus implements XS SASL Authentication.
diff -r f3953cd16356 -r a1d4c328d44b security/p5-Authen-SASL-Cyrus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL-Cyrus/Makefile Thu Sep 04 13:30:54 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $
+
+DISTNAME= Authen-SASL-Cyrus-0.07
+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-Cyrus/
+COMMENT= Perl module to handle Cyrus protocol for SASL authentication
+
+DEPENDS+= p5-Authen-SASL-[0-9]*:../../wip/p5-Authen-SASL
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/Cyrus/.packlist
+
+.include "../../security/cyrus-sasl2/buildlink2.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f3953cd16356 -r a1d4c328d44b security/p5-Authen-SASL-Cyrus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL-Cyrus/PLIST Thu Sep 04 13:30:54 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $
diff -r f3953cd16356 -r a1d4c328d44b security/p5-Authen-SASL-Cyrus/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL-Cyrus/distinfo Thu Sep 04 13:30:54 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $
+
+SHA1 (Authen-SASL-Cyrus-0.07.tar.gz) = 5e3c58ecdffc6647ea51a654e6ac478cd88a0abd
+Size (Authen-SASL-Cyrus-0.07.tar.gz) = 9467 bytes
+SHA1 (patch-aa) = 96923faa41955f2fa8149d6ac3a7fa76c4773802
diff -r f3953cd16356 -r a1d4c328d44b security/p5-Authen-SASL-Cyrus/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL-Cyrus/patches/patch-aa Thu Sep 04 13:30:54 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $
+
+--- Cyrus.xs.orig 2003-02-03 22:02:03.000000000 +0100
++++ Cyrus.xs
+@@ -10,7 +10,7 @@
+ #include <EXTERN.h>
+ #include <perl.h>
+ #include <XSUB.h>
+-#include <sasl.h>
++#include <sasl/sasl.h>
+
+
+
Home |
Main Index |
Thread Index |
Old Index