ports/57967: [new port] www/mod_auth_external2:Allows users authentication based on external mechanisms (for apache 2.0.x)

Clement Laforet sheepkiller at cultdeadsheep.org
Mon Oct 13 16:50:35 UTC 2003


>Number:         57967
>Category:       ports
>Synopsis:       [new port] www/mod_auth_external2:Allows users authentication based on external mechanisms (for apache 2.0.x)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 09:50:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Mod_Auth_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_Auth_External is a flexible tool for creating authentication systems based 
	on other databases.

	WWW: http://www.unixpapa.com/mod_auth_external.html

>How-To-Repeat:
	N/A.
>Fix:

	

--- mod_auth_external2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mod_auth_external2
#	mod_auth_external2/Makefile
#	mod_auth_external2/distinfo
#	mod_auth_external2/pkg-descr
#	mod_auth_external2/pkg-plist
#
echo c - mod_auth_external2
mkdir -p mod_auth_external2 > /dev/null 2>&1
echo x - mod_auth_external2/Makefile
sed 's/^X//' >mod_auth_external2/Makefile << 'END-of-mod_auth_external2/Makefile'
X# New ports collection makefile for:	mod_auth_external2
X# Date created:				Fri Oct  10
X# Whom:					Clement Laforet <sheepkiller at cultdeadsheep.org>
X#
X# $FreeBSD$
X
XPORTNAME=	mod_auth_external
XPORTVERSION=	2.2.6
XCATEGORIES=	www
XMASTER_SITES=	http://www.unixpapa.com/software/
XDIST_SUBDIR=	apache
X
XMAINTAINER=	sheeepkiller at cultdeadsheep.org
XCOMMENT=	Allows users authentication based on external mechanisms
X
XBUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XLATEST_LINK=	mod_auth_external2
X
XAPXS?=		${LOCALBASE}/sbin/apxs
X
XDOC_FILES=	AUTHENTICATORS INSTALL README
Xdo-build:
X	@(cd ${WRKSRC}/ && ${APXS} -I. -c ${PORTNAME}.c)
X
Xdo-install:
X	@(cd ${WRKSRC}/ && ${APXS} -A -i ${PORTNAME}.la)
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.   for f in ${DOC_FILES}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.   endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mod_auth_external2/Makefile
echo x - mod_auth_external2/distinfo
sed 's/^X//' >mod_auth_external2/distinfo << 'END-of-mod_auth_external2/distinfo'
XMD5 (apache/mod_auth_external-2.2.6.tar.gz) = e06e9593816f81597f06f88555ff4658
END-of-mod_auth_external2/distinfo
echo x - mod_auth_external2/pkg-descr
sed 's/^X//' >mod_auth_external2/pkg-descr << 'END-of-mod_auth_external2/pkg-descr'
XMod_Auth_External is an Apache module used for authentication. The Apache HTTP
XDaemon can be configured to require users to supply logins and passwords  
Xbefore accessing pages in some directories. Authentication is the process of 
Xchecking if the password given is correct for a user. Apache has standard 
Xmodules for authenticating out of several different kinds of databases.  
XMod_Auth_External is a flexible tool for creating authentication systems based 
Xon other databases.
X
XWWW: http://www.unixpapa.com/mod_auth_external.html
END-of-mod_auth_external2/pkg-descr
echo x - mod_auth_external2/pkg-plist
sed 's/^X//' >mod_auth_external2/pkg-plist << 'END-of-mod_auth_external2/pkg-plist'
Xlibexec/apache2/mod_auth_external.so
X%%PORTDOCS%%%%DOCSDIR%%/AUTHENTICATORS
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X at exec %D/sbin/apxs -e -a -n auth_external %D/%f
X at unexec echo "===>  If you do not plan on reinstalling mod_auth_external, you must manually remove"; echo "===>  references to it in httpd.conf."
END-of-mod_auth_external2/pkg-plist
exit
--- mod_auth_external2.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list