Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 14:20:13 GMT
From:      Nick Hilliard <nick@foobar.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/158001: new port: p5-Apache2-SiteControl
Message-ID:  <201106191420.p5JEKDUQ091408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158001; it has been noted by GNATS.

From: Nick Hilliard <nick@foobar.org>
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 <nick@foobar.org
 X#
 X# $FreeBSD: $
 X#
 X
 XPORTNAME=	Apache2-SiteControl
 XPORTVERSION=	1.05
 XCATEGORIES=	www perl5
 XMASTER_SITES=	CPAN
 XPKGNAMEPREFIX=	p5-
 X
 XMAINTAINER=	nick@foobar.org
 XCOMMENT=	Perl web site authentication/authorization system
 X
 XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/APR/Request/Apache2.pm:${PORTSDIR}/www/p5-libapreq2 \
 X		${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \
 X		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
 X		${SITE_PERL}/Crypt/CAST5.pm:${PORTSDIR}/security/p5-Crypt-CAST5 \
 X		${SITE_PERL}/Apache/Session/File.pm:${PORTSDIR}/www/p5-Apache-Session \
 X
 XOPTIONS=	RADIUS "Support for RADIUS back-end" on
 X
 X.include <bsd.port.options.mk>
 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 <bsd.port.mk>
 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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191420.p5JEKDUQ091408>