From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 19 14:20:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0DF106564A for ; Sun, 19 Jun 2011 14:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13C508FC08 for ; Sun, 19 Jun 2011 14:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5JEKDlq091409 for ; Sun, 19 Jun 2011 14:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5JEKDUQ091408; Sun, 19 Jun 2011 14:20:13 GMT (envelope-from gnats) Date: Sun, 19 Jun 2011 14:20:13 GMT Message-Id: <201106191420.p5JEKDUQ091408@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nick Hilliard Cc: Subject: Re: ports/158001: new port: p5-Apache2-SiteControl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hilliard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 14:20:14 -0000 The following reply was made to PR ports/158001; it has been noted by GNATS. From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/158001: new port: p5-Apache2-SiteControl Date: Sun, 19 Jun 2011 14:55:43 +0100 This is a multi-part message in MIME format. --------------050905010208030703040203 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit oops, screwed up the dependencies. here's an updated version of the port. Incidentally, this should be installed as www/p5-Apache2-SiteControl Nick --------------050905010208030703040203 Content-Type: application/x-sh; name="sitecontrol.sh" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="sitecontrol.sh" # 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: # # p5-Apache2-SiteControl # p5-Apache2-SiteControl/distinfo # p5-Apache2-SiteControl/pkg-descr # p5-Apache2-SiteControl/Makefile # p5-Apache2-SiteControl/pkg-plist # echo c - p5-Apache2-SiteControl mkdir -p p5-Apache2-SiteControl > /dev/null 2>&1 echo x - p5-Apache2-SiteControl/distinfo sed 's/^X//' >p5-Apache2-SiteControl/distinfo << '04a00218b4e207b1dc477fc9674033d6' XSHA256 (Apache2-SiteControl-1.05.tar.gz) = 4e9ee37e1a8e3d5df4587e9085621c2f6d253035c2cd2749cb16f6d8e7dbcc4c XSIZE (Apache2-SiteControl-1.05.tar.gz) = 19669 04a00218b4e207b1dc477fc9674033d6 echo x - p5-Apache2-SiteControl/pkg-descr sed 's/^X//' >p5-Apache2-SiteControl/pkg-descr << '6a5fbca5dcf4993d7f7256d375aeddfa' XApache2::SiteControl is a set of perl object-oriented classes that implement Xa fine-grained security control system for a web-based application. The Xintent is to provide a clear, easy-to-integrate system that does not require Xthe policies to be written into your application components. It attempts to Xseparate the concerns of how to show and manipulate data from the concerns Xof who is allowed to view and manipulate data and why. X XWWW: http://search.cpan.org/dist/Apache2-SiteControl/ 6a5fbca5dcf4993d7f7256d375aeddfa echo x - p5-Apache2-SiteControl/Makefile sed 's/^X//' >p5-Apache2-SiteControl/Makefile << '6dd517271fef0eb8a79e077cb80ac560' X# New ports collection makefile for: p5-Apache2-SiteControl X# Date created: 18 June 2011 X# Whom: Nick Hilliard X X.ifdef(WITH_RADIUS) XRUN_DEPENDS+= ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius X.endif X XPERL_CONFIGURE= yes X XMAN3= Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \ X Apache2::SiteControl::ManagerFactory.3 \ X Apache2::SiteControl::GrantAllRule.3 Apache2::SiteControl.3 \ X Apache2::SiteControl::UserFactory.3 \ X Apache2::SiteControl::Radius.3 \ X Apache2::SiteControl::PermissionManager.3 X X.include 6dd517271fef0eb8a79e077cb80ac560 echo x - p5-Apache2-SiteControl/pkg-plist sed 's/^X//' >p5-Apache2-SiteControl/pkg-plist << '64fef03342be59c105aa77af2557fd49' X%%SITE_PERL%%/Apache2/SiteControl/Rule.pm X%%SITE_PERL%%/Apache2/SiteControl/User.pm X%%SITE_PERL%%/Apache2/SiteControl.pm X%%SITE_PERL%%/Apache2/SiteControl/GrantAllRule.pm X%%SITE_PERL%%/Apache2/SiteControl/ManagerFactory.pm X%%SITE_PERL%%/Apache2/SiteControl/Radius.pm X%%SITE_PERL%%/Apache2/SiteControl/UserFactory.pm X%%SITE_PERL%%/Apache2/SiteControl/PermissionManager.pm X@dirrm %%SITE_PERL%%/Apache2/SiteControl X@dirrmtry %%SITE_PERL%%/Apache2 64fef03342be59c105aa77af2557fd49 exit --------------050905010208030703040203--