diff options
author | grant <grant@pkgsrc.org> | 2003-02-18 00:22:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-18 00:22:59 +0000 |
commit | 32072e51422eaa95b391d9c40b5ca9fb4d685e8d (patch) | |
tree | 7525f59831109a2690a329bab544229492fe6030 /www | |
parent | b94d141a2062b8f336111637ce7cb914058a0040 (diff) | |
download | pkgsrc-32072e51422eaa95b391d9c40b5ca9fb4d685e8d.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')
-rw-r--r-- | www/ap-auth-script/DESCR | 4 | ||||
-rw-r--r-- | www/ap-auth-script/MESSAGE | 9 | ||||
-rw-r--r-- | www/ap-auth-script/Makefile | 18 | ||||
-rw-r--r-- | www/ap-auth-script/PLIST | 2 | ||||
-rw-r--r-- | www/ap-auth-script/distinfo | 4 |
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 |