From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 13 09:50:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F1316A4B3 for ; Mon, 13 Oct 2003 09:50:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985E743FD7 for ; Mon, 13 Oct 2003 09:50:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9DGoPFY036761 for ; Mon, 13 Oct 2003 09:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9DGoPEB036754; Mon, 13 Oct 2003 09:50:25 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 13 Oct 2003 09:50:25 -0700 (PDT) Resent-Message-Id: <200310131650.h9DGoPEB036754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6F816A4B3 for ; Mon, 13 Oct 2003 09:44:08 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5339043F93 for ; Mon, 13 Oct 2003 09:44:04 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 77403 invoked by uid 85); 13 Oct 2003 18:44:03 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.042894 secs); 13 Oct 2003 16:44:03 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 13 Oct 2003 18:44:01 +0200 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Mon, 13 Oct 2003 18:43:42 +0200 Message-Id: <20031013164404.5339043F93@mx1.FreeBSD.org> Date: Mon, 13 Oct 2003 18:43:42 +0200 From: Clement Laforet To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/57966: [new port] www/mod_auth_external: Allows users authentication based on external mechanisms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 16:50:36 -0000 >Number: 57966 >Category: ports >Synopsis: [new port] www/mod_auth_external: Allows users authentication based on external mechanisms >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@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_external.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_external # mod_auth_external/Makefile # mod_auth_external/distinfo # mod_auth_external/pkg-descr # mod_auth_external/pkg-plist # echo c - mod_auth_external mkdir -p mod_auth_external > /dev/null 2>&1 echo x - mod_auth_external/Makefile sed 's/^X//' >mod_auth_external/Makefile << 'END-of-mod_auth_external/Makefile' X# New ports collection makefile for: mod_auth_external X# Date created: Fri Oct 10 X# Whom: Clement Laforet X# X# $FreeBSD$ X XPORTNAME= mod_auth_external XPORTVERSION= 2.1.17 XCATEGORIES= www XMASTER_SITES= http://www.unixpapa.com/software/ XDIST_SUBDIR= apache X XMAINTAINER= sheeepkiller@cultdeadsheep.org XCOMMENT= Allows users authentication based on external mechanisms X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${BUILD_DEPENDS} 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}.so) 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 END-of-mod_auth_external/Makefile echo x - mod_auth_external/distinfo sed 's/^X//' >mod_auth_external/distinfo << 'END-of-mod_auth_external/distinfo' XMD5 (apache/mod_auth_external-2.1.17.tar.gz) = 8298d7fbc06deef80f3caac952cda438 END-of-mod_auth_external/distinfo echo x - mod_auth_external/pkg-descr sed 's/^X//' >mod_auth_external/pkg-descr << 'END-of-mod_auth_external/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_external/pkg-descr echo x - mod_auth_external/pkg-plist sed 's/^X//' >mod_auth_external/pkg-plist << 'END-of-mod_auth_external/pkg-plist' Xlibexec/apache/mod_auth_external.so X%%PORTDOCS%%%%DOCSDIR%%/AUTHENTICATORS X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@exec %D/sbin/apxs -e -a -n auth_external %D/%f X@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_external/pkg-plist exit --- mod_auth_external.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: