pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ap-auth-mellon
Module Name: pkgsrc
Committed By: he
Date: Wed May 24 08:42:11 UTC 2017
Added Files:
pkgsrc/www/ap-auth-mellon: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ap-auth-mellon/DESCR \
pkgsrc/www/ap-auth-mellon/Makefile pkgsrc/www/ap-auth-mellon/PLIST \
pkgsrc/www/ap-auth-mellon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ap-auth-mellon/DESCR
diff -u /dev/null pkgsrc/www/ap-auth-mellon/DESCR:1.1
--- /dev/null Wed May 24 08:42:11 2017
+++ pkgsrc/www/ap-auth-mellon/DESCR Wed May 24 08:42:11 2017
@@ -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.
Index: pkgsrc/www/ap-auth-mellon/Makefile
diff -u /dev/null pkgsrc/www/ap-auth-mellon/Makefile:1.1
--- /dev/null Wed May 24 08:42:11 2017
+++ pkgsrc/www/ap-auth-mellon/Makefile Wed May 24 08:42:11 2017
@@ -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"
Index: pkgsrc/www/ap-auth-mellon/PLIST
diff -u /dev/null pkgsrc/www/ap-auth-mellon/PLIST:1.1
--- /dev/null Wed May 24 08:42:11 2017
+++ pkgsrc/www/ap-auth-mellon/PLIST Wed May 24 08:42:11 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/24 08:42:11 he Exp $
+lib/httpd/mod_auth_mellon.so
Index: pkgsrc/www/ap-auth-mellon/distinfo
diff -u /dev/null pkgsrc/www/ap-auth-mellon/distinfo:1.1
--- /dev/null Wed May 24 08:42:11 2017
+++ pkgsrc/www/ap-auth-mellon/distinfo Wed May 24 08:42:11 2017
@@ -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