pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache2-AuthCASSimple Initial import of p5-Apac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d883c3f0213e
branches:  trunk
changeset: 559847:d883c3f0213e
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Jun 01 21:41:39 2009 +0000

description:
Initial import of p5-Apache2-AuthCASSimple version 0.10 in the
NetBSD Packages Collection.

Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
It allows you to authenticate users through a Yale CAS server. Users
do not need to log in if they are already authenticated by the CAS
server, only tickets are exchanged between Web client, Apache2
server and CAS server. If they are not yet authenticated, they will
be redirected to the CAS server login form.

diffstat:

 www/p5-Apache2-AuthCASSimple/DESCR            |   6 +++++
 www/p5-Apache2-AuthCASSimple/Makefile         |  28 +++++++++++++++++++++++++++
 www/p5-Apache2-AuthCASSimple/distinfo         |   6 +++++
 www/p5-Apache2-AuthCASSimple/patches/patch-aa |  16 +++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 2855f5f047a2 -r d883c3f0213e www/p5-Apache2-AuthCASSimple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCASSimple/DESCR        Mon Jun 01 21:41:39 2009 +0000
@@ -0,0 +1,6 @@
+Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
+It allows you to authenticate users through a Yale CAS server. Users
+do not need to log in if they are already authenticated
+by the CAS server, only tickets are exchanged between Web client,
+Apache2 server and CAS server. If they are not yet authenticated,
+they will be redirected to the CAS server login form.
diff -r 2855f5f047a2 -r d883c3f0213e www/p5-Apache2-AuthCASSimple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCASSimple/Makefile     Mon Jun 01 21:41:39 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
+#
+
+DISTNAME=      Apache2-AuthCASSimple-0.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www security perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache2/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Apache2-AuthCASSimple/
+COMMENT=       Apache2 module to authenticate through a CAS server
+#LICENSE=      artistic OR gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Apache2/AuthCASSimple/.packlist
+
+DEPENDS+=      p5-Apache-Session-Wrapper-[0-9]*:../../www/p5-Apache-Session-Wrapper
+DEPENDS+=      p5-Authen-CAS-Client-[0-9]*:../../security/p5-Authen-CAS-Client
+DEPENDS+=      p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+
+BUILD_DEPENDS+=        p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage
+
+.include "../../www/ap2-perl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2855f5f047a2 -r d883c3f0213e www/p5-Apache2-AuthCASSimple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCASSimple/distinfo     Mon Jun 01 21:41:39 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
+
+SHA1 (Apache2-AuthCASSimple-0.10.tar.gz) = 781c7d84206aaa179bc17a45d2d75def671f979f
+RMD160 (Apache2-AuthCASSimple-0.10.tar.gz) = aa85bcbc3c5f563798021d63e611f93ff9175169
+Size (Apache2-AuthCASSimple-0.10.tar.gz) = 32850 bytes
+SHA1 (patch-aa) = 1535cfc352b72835c8a54c6eff6479ae34a10e5c
diff -r 2855f5f047a2 -r d883c3f0213e www/p5-Apache2-AuthCASSimple/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache2-AuthCASSimple/patches/patch-aa     Mon Jun 01 21:41:39 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/06/01 21:41:39 seb Exp $
+
+Prevent CPAN.pm to run an interactive setup process if it is
+unconfigured: don't call Module::Install::auto_install()
+
+--- Makefile.PL.orig   2009-05-10 14:45:08.000000000 +0000
++++ Makefile.PL
+@@ -18,7 +18,7 @@ build_requires 'Authen::CAS::Client';
+ build_requires 'URI::Escape';
+ build_requires 'mod_perl2';
+ 
+-auto_install;
++#auto_install;
+ 
+ no_index directory => 'examples';
+ #install_script('scripts/delete_session_data.pl');



Home | Main Index | Thread Index | Old Index