pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-mellon Add ap-auth-mellon version 0.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf3bed092220
branches:  trunk
changeset: 362735:bf3bed092220
user:      he <he%pkgsrc.org@localhost>
date:      Wed May 24 08:42:11 2017 +0000

description:
Add ap-auth-mellon version 0.13.1.

mod_auth_mellon is a authentication module for Apache. It authenticates
the user against a SAML 2.0 IdP, and grants access to directories
depending on attributes received from the IdP.

diffstat:

 www/ap-auth-mellon/DESCR    |   3 +++
 www/ap-auth-mellon/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 www/ap-auth-mellon/PLIST    |   2 ++
 www/ap-auth-mellon/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 17e83c5aed33 -r bf3bed092220 www/ap-auth-mellon/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-mellon/DESCR  Wed May 24 08:42:11 2017 +0000
@@ -0,0 +1,3 @@
+mod_auth_mellon is a authentication module for Apache. It authenticates
+the user against a SAML 2.0 IdP, and grants access to directories
+depending on attributes received from the IdP.
diff -r 17e83c5aed33 -r bf3bed092220 www/ap-auth-mellon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-mellon/Makefile       Wed May 24 08:42:11 2017 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2017/05/24 08:42:11 he Exp $
+
+DISTNAME=      mod_auth_mellon-0.13.1
+PKGNAME=       ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=UNINETT/}
+GITHUB_PROJECT=        mod_auth_mellon
+GITHUB_TYPE=   release
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    he%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/UNINETT/mod_auth_mellon
+COMMENT=       Module to allow Apache authentication using a SAML 2.0 IdP
+LICENSE=       gnu-gpl-v2
+
+PKG_APACHE_ACCEPTED=   apache22 apache24
+
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-apxs2=${APXS}
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake
+USE_TOOLS+=            pkg-config
+
+APACHE_MODULE=         yes
+
+DEPENDS+=      glib2>=2.12:../../devel/glib2
+
+INSTALLATION_DIRS+=    lib/httpd
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/.libs/mod_auth_mellon.so \
+           ${DESTDIR}${PREFIX}/lib/httpd
+
+.include "../../mk/apache.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/lasso/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 17e83c5aed33 -r bf3bed092220 www/ap-auth-mellon/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-mellon/PLIST  Wed May 24 08:42:11 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/24 08:42:11 he Exp $
+lib/httpd/mod_auth_mellon.so
diff -r 17e83c5aed33 -r bf3bed092220 www/ap-auth-mellon/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-mellon/distinfo       Wed May 24 08:42:11 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/24 08:42:11 he Exp $
+
+SHA1 (mod_auth_mellon-0.13.1.tar.gz) = a0e8edcb4ecbbc2b37b98ce394ed17bee1b622a3
+RMD160 (mod_auth_mellon-0.13.1.tar.gz) = 7599a5f82979a1657853fa741bc9aa3e70d2719c
+SHA512 (mod_auth_mellon-0.13.1.tar.gz) = ad0479be8aa94404a832d11f7ead1f704d86cab2f11aa6f90b895be9b4028026f15ec8ee85260ca76f4a001c115ff14b4b7c9e8da74676a1f0295f6c2f0a1341
+Size (mod_auth_mellon-0.13.1.tar.gz) = 139752 bytes



Home | Main Index | Thread Index | Old Index