From ac9a0be30831e9c1561e5cbd612482f1d60f2d63 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 18 Feb 2003 00:22:59 +0000 Subject: 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. --- www/ap-auth-script/DESCR | 4 ++++ www/ap-auth-script/MESSAGE | 9 +++++++++ www/ap-auth-script/Makefile | 18 ++++++++++++++++++ www/ap-auth-script/PLIST | 2 ++ www/ap-auth-script/distinfo | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 www/ap-auth-script/DESCR create mode 100644 www/ap-auth-script/MESSAGE create mode 100644 www/ap-auth-script/Makefile create mode 100644 www/ap-auth-script/PLIST create mode 100644 www/ap-auth-script/distinfo (limited to 'www/ap-auth-script') 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 -- cgit v1.2.3