aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_authnz_external
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2007-04-14 00:26:57 +0800
committerlwhsu <lwhsu@FreeBSD.org>2007-04-14 00:26:57 +0800
commit6e0bf2904def2443440156cb35d108dc5b2eb40e (patch)
tree63c74da329c73162989cdac5725a25026c8aa878 /www/mod_authnz_external
parent5beec7359d6d656f1e3485c60d1430e1f5e947fc (diff)
downloadfreebsd-ports-graphics-6e0bf2904def2443440156cb35d108dc5b2eb40e.tar.gz
freebsd-ports-graphics-6e0bf2904def2443440156cb35d108dc5b2eb40e.tar.zst
freebsd-ports-graphics-6e0bf2904def2443440156cb35d108dc5b2eb40e.zip
Add mod_authnz_external 3.1.0, allows users authentication based on
external mechanisms on apache 2.2. PR: ports/110877 Submitted by: José García Juanino <jjuanino at gmail.com> Approved by: clsung (mentor)
Diffstat (limited to 'www/mod_authnz_external')
-rw-r--r--www/mod_authnz_external/Makefile33
-rw-r--r--www/mod_authnz_external/distinfo3
-rw-r--r--www/mod_authnz_external/pkg-descr11
3 files changed, 47 insertions, 0 deletions
diff --git a/www/mod_authnz_external/Makefile b/www/mod_authnz_external/Makefile
new file mode 100644
index 00000000000..8017d380037
--- /dev/null
+++ b/www/mod_authnz_external/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: mod_authnz_external
+# Date created: March 26, 2007
+# Whom: José García Juanino <jjuanino@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_authnz_external
+PORTVERSION= 3.1.0
+CATEGORIES= www
+MASTER_SITES= http://www.unixpapa.com/software/
+DIST_SUBDIR= apache22
+
+MAINTAINER= jjuanino@gmail.com
+COMMENT= Allows users authentication based on external mechanisms on apache 2.2
+
+USE_APACHE= 22
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
+SHORTMODNAME= authnz_external
+
+PORTDOCS= AUTHENTICATORS INSTALL README \
+ CHANGES UPGRADE INSTALL.HARDCODE
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+. for f in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+. endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/mod_authnz_external/distinfo b/www/mod_authnz_external/distinfo
new file mode 100644
index 00000000000..4d442839658
--- /dev/null
+++ b/www/mod_authnz_external/distinfo
@@ -0,0 +1,3 @@
+MD5 (apache22/mod_authnz_external-3.1.0.tar.gz) = 5051bffe6a3992336f4a9f84430a58d2
+SHA256 (apache22/mod_authnz_external-3.1.0.tar.gz) = c3b26376042c0ba85d99ef0266af0bc9d893cce2da41b71c640ee3a9c415b86c
+SIZE (apache22/mod_authnz_external-3.1.0.tar.gz) = 171832
diff --git a/www/mod_authnz_external/pkg-descr b/www/mod_authnz_external/pkg-descr
new file mode 100644
index 00000000000..00a1825bb57
--- /dev/null
+++ b/www/mod_authnz_external/pkg-descr
@@ -0,0 +1,11 @@
+Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
+Daemon can be configured to require users to supply logins and passwords
+before accessing pages in some directories. Authentication is the process of
+checking if the password given is correct for a user. Apache has standard
+modules for authenticating out of several different kinds of databases.
+Mod_authnz_external is a flexible tool for creating authentication systems based
+on other databases.
+
+This port gives the same funcionality as mod_auth_external, but over apache 2.2.
+
+WWW: http://www.unixpapa.com/mod_auth_external.html