Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2004 09:49:10 -0600
From:      "Aaron Dalton" <aaron@daltons.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72358: New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
Message-ID:  <E1CErYs-000MAE-VA@mail.finch.st>
Resent-Message-ID: <200410051550.i95Fo4MI082865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72358
>Category:       ports
>Synopsis:       New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 05 15:50:03 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


>Description:
This module's purpose is to provide an already implemented ACL logic for 
programmers. Most of the time writing access control list scripts is long 
and boring. This set of modules has all the convenient logic behind access 
control lists and provide an easy interface to it. It allows you to build 
custom ACL's, and provide the mechanisms to run the ACL against data.
 
>How-To-Repeat:
>Fix:

	

--- submission.txt begins here ---
# 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-Decision-ACL
#	p5-Decision-ACL/pkg-descr
#	p5-Decision-ACL/distinfo
#	p5-Decision-ACL/Makefile
#	p5-Decision-ACL/pkg-plist
#
echo c - p5-Decision-ACL
mkdir -p p5-Decision-ACL > /dev/null 2>&1
echo x - p5-Decision-ACL/pkg-descr
sed 's/^X//' >p5-Decision-ACL/pkg-descr << 'END-of-p5-Decision-ACL/pkg-descr'
XThis module's purpose is to provide an already implemented ACL logic for 
Xprogrammers. Most of the time writing access control list scripts is long 
Xand boring. This set of modules has all the convenient logic behind access 
Xcontrol lists and provide an easy interface to it. It allows you to build 
Xcustom ACL's, and provide the mechanisms to run the ACL against data.
X
XWWW: http://search.cpan.org/dist/Decision-ACL/
XAuthor: Benoit Beausejour <bbeausej@pobox.com>
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-p5-Decision-ACL/pkg-descr
echo x - p5-Decision-ACL/distinfo
sed 's/^X//' >p5-Decision-ACL/distinfo << 'END-of-p5-Decision-ACL/distinfo'
XMD5 (Decision-ACL-0.02.tar.gz) = f9e7b883c69873c230c775de89ffda47
XSIZE (Decision-ACL-0.02.tar.gz) = 7749
END-of-p5-Decision-ACL/distinfo
echo x - p5-Decision-ACL/Makefile
sed 's/^X//' >p5-Decision-ACL/Makefile << 'END-of-p5-Decision-ACL/Makefile'
X# New ports collection makefile for:	Decision::ACL
X# Date created:				5 October 2004
X# Whom:					Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Decision-ACL
XPORTVERSION=	0.02
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Decision
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	aaron@daltons.ca
XCOMMENT=	Manage and Build Access Control Lists
X
XMAN3=		Decision::ACL.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.include <bsd.port.post.mk>
END-of-p5-Decision-ACL/Makefile
echo x - p5-Decision-ACL/pkg-plist
sed 's/^X//' >p5-Decision-ACL/pkg-plist << 'END-of-p5-Decision-ACL/pkg-plist'
X%%SITE_PERL%%/Decision/ACL.pm
X%%SITE_PERL%%/Decision/ACL.pod
X%%SITE_PERL%%/Decision/ACL/Constants.pm
X%%SITE_PERL%%/Decision/ACL/Rule.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision/ACL/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision/ACL
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision 2>/dev/null || true
X@dirrm %%SITE_PERL%%/Decision/ACL
X@unexec rmdir %D/%%SITE_PERL%%/Decision 2>/dev/null || true
END-of-p5-Decision-ACL/pkg-plist
exit
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CErYs-000MAE-VA>