diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 10:11:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 10:11:01 +0000 |
commit | 9a1787d9c96a97135dab958fc78b9761cec658e5 (patch) | |
tree | 1105a94949079856ebb9cf6a60ffc596e8186df7 /www | |
parent | fdc72ecd4debd6eb4795c7d6d2251c232c128114 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache2-SiteControl/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Apache2-SiteControl/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache2-SiteControl/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Apache2-SiteControl/pkg-plist | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6da5ba4d0d10..4eb262891b71 100644 --- a/www/Makefile +++ b/www/Makefile @@ -688,6 +688,7 @@ SUBDIR += p5-Apache-Template SUBDIR += p5-Apache-Test SUBDIR += p5-Apache2-Scoreboard + SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench SUBDIR += p5-App-Nopaste SUBDIR += p5-Ark diff --git a/www/p5-Apache2-SiteControl/Makefile b/www/p5-Apache2-SiteControl/Makefile new file mode 100644 index 000000000000..c5faff47c82d --- /dev/null +++ b/www/p5-Apache2-SiteControl/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Apache2-SiteControl +# Date created: 18 June 2011 +# Whom: Nick Hilliard <nick@foobar.org +# +# $FreeBSD$ +# + +PORTNAME= Apache2-SiteControl +PORTVERSION= 1.05 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= nick@foobar.org +COMMENT= Perl web site authentication/authorization system + +PERL_CONFIGURE= yes + +MAN3= Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \ + Apache2::SiteControl::ManagerFactory.3 \ + Apache2::SiteControl::GrantAllRule.3 Apache2::SiteControl.3 \ + Apache2::SiteControl::UserFactory.3 \ + Apache2::SiteControl::Radius.3 \ + Apache2::SiteControl::PermissionManager.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache2-SiteControl/distinfo b/www/p5-Apache2-SiteControl/distinfo new file mode 100644 index 000000000000..b517db938c80 --- /dev/null +++ b/www/p5-Apache2-SiteControl/distinfo @@ -0,0 +1,2 @@ +SHA256 (Apache2-SiteControl-1.05.tar.gz) = 4e9ee37e1a8e3d5df4587e9085621c2f6d253035c2cd2749cb16f6d8e7dbcc4c +SIZE (Apache2-SiteControl-1.05.tar.gz) = 19669 diff --git a/www/p5-Apache2-SiteControl/pkg-descr b/www/p5-Apache2-SiteControl/pkg-descr new file mode 100644 index 000000000000..331f1b4b790e --- /dev/null +++ b/www/p5-Apache2-SiteControl/pkg-descr @@ -0,0 +1,8 @@ +Apache2::SiteControl is a set of perl object-oriented classes that implement +a fine-grained security control system for a web-based application. The +intent is to provide a clear, easy-to-integrate system that does not require +the policies to be written into your application components. It attempts to +separate the concerns of how to show and manipulate data from the concerns +of who is allowed to view and manipulate data and why. + +WWW: http://search.cpan.org/dist/Apache2-SiteControl/ diff --git a/www/p5-Apache2-SiteControl/pkg-plist b/www/p5-Apache2-SiteControl/pkg-plist new file mode 100644 index 000000000000..22c5b90bb4a3 --- /dev/null +++ b/www/p5-Apache2-SiteControl/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Apache2/SiteControl.pm +%%SITE_PERL%%/Apache2/SiteControl/GrantAllRule.pm +%%SITE_PERL%%/Apache2/SiteControl/ManagerFactory.pm +%%SITE_PERL%%/Apache2/SiteControl/PermissionManager.pm +%%SITE_PERL%%/Apache2/SiteControl/Radius.pm +%%SITE_PERL%%/Apache2/SiteControl/Rule.pm +%%SITE_PERL%%/Apache2/SiteControl/User.pm +%%SITE_PERL%%/Apache2/SiteControl/UserFactory.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/SiteControl/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/SiteControl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2 +@dirrmtry %%SITE_PERL%%/Apache2/SiteControl +@dirrmtry %%SITE_PERL%%/Apache2 |