summaryrefslogtreecommitdiff
path: root/www/ap-auth-script
diff options
context:
space:
mode:
authorgrant <grant>2003-02-18 00:22:59 +0000
committergrant <grant>2003-02-18 00:22:59 +0000
commitac9a0be30831e9c1561e5cbd612482f1d60f2d63 (patch)
tree7525f59831109a2690a329bab544229492fe6030 /www/ap-auth-script
parentf0ec200572329664d5165f075517f95687680ea3 (diff)
downloadpkgsrc-ac9a0be30831e9c1561e5cbd612482f1d60f2d63.tar.gz
Initial import of mod_auth_script 1.3 into the NetBSD packages collection.
mod_auth_script makes it possible to have Apache authentication and authorization done by an external program. The external program can be provided as CGI, PHP or other schemes which allow dynamic content to Apache.
Diffstat (limited to 'www/ap-auth-script')
-rw-r--r--www/ap-auth-script/DESCR4
-rw-r--r--www/ap-auth-script/MESSAGE9
-rw-r--r--www/ap-auth-script/Makefile18
-rw-r--r--www/ap-auth-script/PLIST2
-rw-r--r--www/ap-auth-script/distinfo4
5 files changed, 37 insertions, 0 deletions
diff --git a/www/ap-auth-script/DESCR b/www/ap-auth-script/DESCR
new file mode 100644
index 00000000000..5360ff9beb2
--- /dev/null
+++ b/www/ap-auth-script/DESCR
@@ -0,0 +1,4 @@
+mod_auth_script makes it possible to have Apache authentication and
+authorization done by an external program. The external program can
+be provided as CGI, PHP or other schemes which allow dynamic content
+to Apache.
diff --git a/www/ap-auth-script/MESSAGE b/www/ap-auth-script/MESSAGE
new file mode 100644
index 00000000000..bf166da6e32
--- /dev/null
+++ b/www/ap-auth-script/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/02/18 00:22:59 grant Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+ LoadModule auth_script_module lib/httpd/mod_auth_script.so
+
+===========================================================================
diff --git a/www/ap-auth-script/Makefile b/www/ap-auth-script/Makefile
new file mode 100644
index 00000000000..a6f3b8a4e25
--- /dev/null
+++ b/www/ap-auth-script/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/18 00:23:00 grant Exp $
+#
+
+DISTNAME= mod_auth_script-alpha1.3
+PKGNAME= ap-auth-script-1.3
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-auth-script/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mod-auth-script.sourceforge.net/
+COMMENT= Apache module for script-based authentication
+
+USE_BUILDLINK2= YES
+
+APACHE_MODULE_NAME= mod_auth_script.so
+
+.include "../../www/apache/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-script/PLIST b/www/ap-auth-script/PLIST
new file mode 100644
index 00000000000..4a5cf00d606
--- /dev/null
+++ b/www/ap-auth-script/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/18 00:23:00 grant Exp $
+lib/httpd/mod_auth_script.so
diff --git a/www/ap-auth-script/distinfo b/www/ap-auth-script/distinfo
new file mode 100644
index 00000000000..da5947ff115
--- /dev/null
+++ b/www/ap-auth-script/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/02/18 00:23:00 grant Exp $
+
+SHA1 (mod_auth_script-alpha1.3.tar.gz) = 26dc2441bb2974553fcd302f6dec17b247e6e3e1
+Size (mod_auth_script-alpha1.3.tar.gz) = 9155 bytes