Add p5-Set-NestedGroups 0.01, perl module for grouped data eg ACL's,

city/state/country etc.

PR:		24024
Submitted by:	Anton Berezin <tobez@tobez.org>
This commit is contained in:
Will Andrews 2001-01-04 00:05:58 +00:00
parent 44d1681775
commit fc0fdab7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36751
6 changed files with 42 additions and 0 deletions

View File

@ -269,6 +269,7 @@
SUBDIR += p5-ReadLine-Perl
SUBDIR += p5-Religion
SUBDIR += p5-Resources
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Storable
SUBDIR += p5-String-Approx

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: devel/p5-Set-NestedGroups
# Date created: 02 January 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Set-NestedGroups
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Set::NestedGroups.3 Set::NestedGroups::Member.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Set-NestedGroups-0.01.tar.gz) = 25fb922eb8f2227716badbcb8a89202c

View File

@ -0,0 +1 @@
Perl module for grouped data eg ACL's, city/state/country etc

View File

@ -0,0 +1,9 @@
Set::NestedGroups gives an implementation of nested groups, access
control lists (ACLs) would be one example of nested groups.
For example, if Joe is a Manager, and Managers have access to payroll,
you can create an ACL which implements these rules, then ask the ACL if
Joe has access to payroll.
-Anton
<tobez@tobez.org>

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/NestedGroups/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Set/NestedGroups.pm
lib/perl5/site_perl/%%PERL_VER%%/Set/NestedGroups/Member.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/NestedGroups
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Set/NestedGroups
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Set 2>/dev/null || true