From nobody@FreeBSD.org  Mon Mar 26 18:38:48 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7CF1F16A500
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 18:38:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 60C4D13C480
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 18:38:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2QIcmva054468
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 18:38:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2QIXl8j053183;
	Mon, 26 Mar 2007 18:33:47 GMT
	(envelope-from nobody)
Message-Id: <200703261833.l2QIXl8j053183@www.freebsd.org>
Date: Mon, 26 Mar 2007 18:33:47 GMT
From: Jos Garca Juanino<jjuanino@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/mod_authnz_external Allows users authentication based on external mechanisms on apache 2.2
X-Send-Pr-Version: www-3.0

>Number:         110877
>Category:       ports
>Synopsis:       New port: www/mod_authnz_external Allows users authentication based on external mechanisms on apache 2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 18:40:03 GMT 2007
>Closed-Date:    Fri Apr 13 16:28:18 GMT 2007
>Last-Modified:  Fri Apr 13 16:30:03 GMT 2007
>Originator:     Jos Garca Juanino
>Release:        6.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD gauss.sanabria.es 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #6: Thu Mar  1 21:50:42 CET 2007     root@gauss.sanabria.es:/usr/obj/export/FreeBSD/src/sys/MK2007Feb03  i386

>Description:
This port is esentially the same as www/mod_auth_external2. As it does not work on Apache 2.2, I have submitted this other, which gives the same funcionality as mod_auth_external2 but over apache 2.2.
>How-To-Repeat:

>Fix:
See the attached shar file

Patch attached with submission follows:

# 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_authnz_external
#	mod_authnz_external/pkg-descr
#	mod_authnz_external/distinfo
#	mod_authnz_external/Makefile
#
echo c - mod_authnz_external
mkdir -p mod_authnz_external > /dev/null 2>&1
echo x - mod_authnz_external/pkg-descr
sed 's/^X//' >mod_authnz_external/pkg-descr << 'END-of-mod_authnz_external/pkg-descr'
XMod_authnz_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_authnz_external is a flexible tool for creating authentication systems based 
Xon other databases.
X
XThis port gives the same funcionality as mod_auth_external, but over apache 2.2.
X
XWWW: http://www.unixpapa.com/mod_auth_external.html
END-of-mod_authnz_external/pkg-descr
echo x - mod_authnz_external/distinfo
sed 's/^X//' >mod_authnz_external/distinfo << 'END-of-mod_authnz_external/distinfo'
XMD5 (apache22/mod_authnz_external-3.1.0.tar.gz) = 5051bffe6a3992336f4a9f84430a58d2
XSHA256 (apache22/mod_authnz_external-3.1.0.tar.gz) = c3b26376042c0ba85d99ef0266af0bc9d893cce2da41b71c640ee3a9c415b86c
XSIZE (apache22/mod_authnz_external-3.1.0.tar.gz) = 171832
END-of-mod_authnz_external/distinfo
echo x - mod_authnz_external/Makefile
sed 's/^X//' >mod_authnz_external/Makefile << 'END-of-mod_authnz_external/Makefile'
X# New ports collection makefile for:   	mod_authnz_external
X# Date created:        			March 26, 2007
X# Whom:                			Jos Garca Juanino <jjuanino@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_authnz_external
XPORTVERSION=	3.1.0
XCATEGORIES=	www
XMASTER_SITES=	http://www.unixpapa.com/software/
XDIST_SUBDIR=	apache22
X
XMAINTAINER=	jjuanino@gmail.com
XCOMMENT=	Allows users authentication based on external mechanisms on apache 2.2
X
XUSE_APACHE=	22
XAP_FAST_BUILD=	YES
XAP_GENPLIST=	YES
XSHORTMODNAME=	authnz_external
X
XPORTDOCS=	AUTHENTICATORS INSTALL README	\
X		CHANGES UPGRADE INSTALL.HARDCODE
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.   for f in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.   endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mod_authnz_external/Makefile
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Thu Apr 12 18:40:39 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110877 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Fri Apr 13 16:28:17 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110877 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110877: commit references a PR
Date: Fri, 13 Apr 2007 16:27:06 +0000 (UTC)

 lwhsu       2007-04-13 16:26:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/mod_authnz_external Makefile distinfo pkg-descr 
   Log:
   Add mod_authnz_external 3.1.0, allows users authentication based on
   external mechanisms on apache 2.2.
   
   PR:             ports/110877
   Submitted by:   Jos Garca Juanino <jjuanino at gmail.com>
   Approved by:    clsung (mentor)
   
   Revision  Changes    Path
   1.1784    +1 -0      ports/www/Makefile
   1.1       +33 -0     ports/www/mod_authnz_external/Makefile (new)
   1.1       +3 -0      ports/www/mod_authnz_external/distinfo (new)
   1.1       +11 -0     ports/www/mod_authnz_external/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
