pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Authen-CAS-Client Initial import of p5-Aut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/242145d9378e
branches: trunk
changeset: 547428:242145d9378e
user: seb <seb%pkgsrc.org@localhost>
date: Tue Sep 16 17:03:03 2008 +0000
description:
Initial import of p5-Authen-CAS-Client version 0.03 in the NetBSD
Packages Collection.
The Perl 5 module Authen::CAS::Client provides a simple interface
for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0
and v2.0 are supported.
diffstat:
security/p5-Authen-CAS-Client/DESCR | 3 +++
security/p5-Authen-CAS-Client/Makefile | 24 ++++++++++++++++++++++++
security/p5-Authen-CAS-Client/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r cc94ee3879e9 -r 242145d9378e security/p5-Authen-CAS-Client/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-CAS-Client/DESCR Tue Sep 16 17:03:03 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Authen::CAS::Client provides a simple interface
+for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0
+and v2.0 are supported.
diff -r cc94ee3879e9 -r 242145d9378e security/p5-Authen-CAS-Client/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-CAS-Client/Makefile Tue Sep 16 17:03:03 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/16 17:03:03 seb Exp $
+#
+
+DISTNAME= Authen-CAS-Client-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Authen-CAS-Client/
+COMMENT= Perl 5 module providing an interface for JA-SIG's CAS
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Authen/CAS/Client/.packlist
+
+DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
+DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc94ee3879e9 -r 242145d9378e security/p5-Authen-CAS-Client/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-CAS-Client/distinfo Tue Sep 16 17:03:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/16 17:03:03 seb Exp $
+
+SHA1 (Authen-CAS-Client-0.03.tar.gz) = 5ea455642abc133187f1b901b71f1bb1c35cacab
+RMD160 (Authen-CAS-Client-0.03.tar.gz) = 644d279e7a76259d8b65e6b7b65ff7d4c3c862d0
+Size (Authen-CAS-Client-0.03.tar.gz) = 27104 bytes
Home |
Main Index |
Thread Index |
Old Index