From owner-freebsd-apache@FreeBSD.ORG Wed Dec 18 12:00:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1AEBD2 for ; Wed, 18 Dec 2013 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A48001718 for ; Wed, 18 Dec 2013 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIC01Ff025263 for ; Wed, 18 Dec 2013 12:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIC01ZQ025262; Wed, 18 Dec 2013 12:00:01 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 12:00:01 GMT Message-Id: <201312181200.rBIC01ZQ025262@freefall.freebsd.org> To: apache@FreeBSD.org From: "Eugene M. Zheganin" Subject: Re: ports/184962: [new port] www/mod_authnz_external24 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "Eugene M. Zheganin" List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 12:00:02 -0000 The following reply was made to PR ports/184962; it has been noted by GNATS. From: "Eugene M. Zheganin" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184962: [new port] www/mod_authnz_external24 Date: Wed, 18 Dec 2013 17:53:38 +0600 This is a multi-part message in MIME format. --------------090208080807070801080500 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --------------090208080807070801080500 Content-Type: text/plain; charset=KOI8-R; name="patch.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="patch.txt" # 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_external24 # mod_authnz_external24/pkg-descr # mod_authnz_external24/Makefile # mod_authnz_external24/distinfo # echo c - mod_authnz_external24 mkdir -p mod_authnz_external24 > /dev/null 2>&1 echo x - mod_authnz_external24/pkg-descr sed 's/^X//' >mod_authnz_external24/pkg-descr << 'bb53bc062219b02ecd4c676729dcee0d' 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.4. X XWWW: http://code.google.com/p/mod-auth-external/ bb53bc062219b02ecd4c676729dcee0d echo x - mod_authnz_external24/Makefile sed 's/^X//' >mod_authnz_external24/Makefile << '7ccfc95791d126fce1ebe0a800a6570f' X# Created by: José García Juanino X# $FreeBSD: head/www/mod_authnz_external/Makefile 336589 2013-12-15 22:11:20Z ohauer $ X XPORTNAME= mod_authnz_external XPORTVERSION= 3.3.2 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDISTNAME= mod_authnz_external-${PORTVERSION} XDIST_SUBDIR= apache24 X XMAINTAINER= eugene@zhegan.in XCOMMENT= Allows users authentication based on external mechanisms on apache 2.4 X XUSE_APACHE= 24 XAP_FAST_BUILD= yes XAP_GENPLIST= yes XSHORTMODNAME= authnz_external XPROJECTHOST= mod-auth-external X XPORTDOCS= AUTHENTICATORS INSTALL README \ X CHANGES UPGRADE INSTALL.HARDCODE X Xpost-install: X @${MKDIR} ${STAGEDIR}${DOCSDIR} X @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} X X.include 7ccfc95791d126fce1ebe0a800a6570f echo x - mod_authnz_external24/distinfo sed 's/^X//' >mod_authnz_external24/distinfo << 'b91df3542904a546ad5c23dc7fe1cefc' XSHA256 (apache24/mod_authnz_external-3.3.2.tar.gz) = a16b31d81c20e024e7efe480fe98b48d5ce40d520b0a13ff38ab003cc527f1e8 XSIZE (apache24/apache2/mod_authnz_external-3.3.2.tar.gz) = 36160 b91df3542904a546ad5c23dc7fe1cefc exit --------------090208080807070801080500--