pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Policy Initial import of p5-File-Policy ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bebb840a89b7
branches:  trunk
changeset: 546075:bebb840a89b7
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Aug 20 16:47:42 2008 +0000

description:
Initial import of p5-File-Policy version 1.005 in the NetBSD Packages
Collection.

The Perl 5 module File::Policy purpose is to allow systems
administrators to define locations and restrictions for applications'
file I/O and give app developers a policy to follow.  Note that
the module doesn't ENFORCE the policy - application developers can
choose to ignore it (and systems administrators can choose not to
install their applications if they do!).

diffstat:

 devel/p5-File-Policy/DESCR    |   6 ++++++
 devel/p5-File-Policy/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-File-Policy/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r c5c31b97f28c -r bebb840a89b7 devel/p5-File-Policy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Policy/DESCR        Wed Aug 20 16:47:42 2008 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module File::Policy purpose is to allow systems
+administrators to define locations and restrictions for
+applications' file I/O and give app developers a policy to follow.
+Note that the module doesn't ENFORCE the policy - application
+developers can choose to ignore it (and systems administrators can
+choose not to install their applications if they do!).
diff -r c5c31b97f28c -r bebb840a89b7 devel/p5-File-Policy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Policy/Makefile     Wed Aug 20 16:47:42 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 16:47:42 seb Exp $
+#
+
+DISTNAME=      File-Policy-1.005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Policy/
+COMMENT=       Perl 5 module to provide site policy for file I/O functions
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/File/Policy/.packlist
+
+DEPENDS+=      p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+DEPENDS+=      p5-Log-Trace-[0-9]*:../../devel/p5-Log-Trace
+DEPENDS+=      p5-PathTools-[0-9]*:../../devel/p5-PathTools
+DEPENDS+=      p5-Test-Assertions-[0-9]*:../../devel/p5-Test-Assertions
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5c31b97f28c -r bebb840a89b7 devel/p5-File-Policy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Policy/distinfo     Wed Aug 20 16:47:42 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/20 16:47:42 seb Exp $
+
+SHA1 (File-Policy-1.005.tar.gz) = 7323e0c1e3c872837c798281106d61e050cc7e5e
+RMD160 (File-Policy-1.005.tar.gz) = 0aa6bfbe7d6ae91f3a66cbe61c30e21bae1f9da6
+Size (File-Policy-1.005.tar.gz) = 14254 bytes



Home | Main Index | Thread Index | Old Index