pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-chmod - new package (dependency for d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00b4850a1ed6
branches: trunk
changeset: 536349:00b4850a1ed6
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Tue Dec 11 12:19:18 2007 +0000
description:
- new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
diffstat:
sysutils/p5-File-chmod/DESCR | 6 ++++++
sysutils/p5-File-chmod/Makefile | 18 ++++++++++++++++++
sysutils/p5-File-chmod/distinfo | 5 +++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 83ab90fa8c3f -r 00b4850a1ed6 sysutils/p5-File-chmod/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-chmod/DESCR Tue Dec 11 12:19:18 2007 +0000
@@ -0,0 +1,6 @@
+File::chmod is a utility that allows you to bypass system calls or bit
+processing of a file's permissions. It overloads the chmod() function
+with its own that gets an octal mode, a symbolic mode (see below), or
+an "ls" mode (see below). If you wish not to overload chmod(), you can
+export symchmod() and lschmod(), which take, respectively, a symbolic
+mode and an "ls" mode.
diff -r 83ab90fa8c3f -r 00b4850a1ed6 sysutils/p5-File-chmod/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-chmod/Makefile Tue Dec 11 12:19:18 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2007/12/11 12:19:18 rhaen Exp $
+#
+
+DISTNAME= File-chmod-0.32
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= perl5 sysutils
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= rhaen%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/
+COMMENT= Perl API-Implements symbolic and ls chmod modes
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/File/chmod/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 83ab90fa8c3f -r 00b4850a1ed6 sysutils/p5-File-chmod/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-chmod/distinfo Tue Dec 11 12:19:18 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2007/12/11 12:19:18 rhaen Exp $
+
+SHA1 (File-chmod-0.32.tar.gz) = fd4d6b0d14ac484fe8060c3db604ad0b067e8ac2
+RMD160 (File-chmod-0.32.tar.gz) = 523a907ac86e6f7f00681eefca4b9ed2dfa61b26
+Size (File-chmod-0.32.tar.gz) = 7200 bytes
Home |
Main Index |
Thread Index |
Old Index