aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authnz_external
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-13 16:26:57 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-13 16:26:57 +0000
commit6c8ba324b4c2760c1b2616503b4d25a38d0c6d89 (patch)
treea16a01b61b316f95d95a2fb9cca490ee474e3dfa /www/mod_authnz_external
parentc98d6b00d7e71a25b326e0a246a6635b2ac300fe (diff)
downloadports-6c8ba324b4c2760c1b2616503b4d25a38d0c6d89.tar.gz
ports-6c8ba324b4c2760c1b2616503b4d25a38d0c6d89.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)
Notes
Notes: svn path=/head/; revision=189910
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 000000000000..8017d3800370
--- /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 000000000000..4d4428396584
--- /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 000000000000..00a1825bb57a
--- /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