diff options
author | rhaen <rhaen> | 2007-12-11 12:19:18 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2007-12-11 12:19:18 +0000 |
commit | 27a60fcf9e0285e74b16500f4dcfa90533620195 (patch) | |
tree | d1e16b812ecc580da852ebab46738e70184a5fdd /sysutils/p5-File-chmod | |
parent | 557b8a9fd279e8bfdf19062ceb5bddeee039f407 (diff) | |
download | pkgsrc-27a60fcf9e0285e74b16500f4dcfa90533620195.tar.gz |
- new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
Diffstat (limited to 'sysutils/p5-File-chmod')
-rw-r--r-- | sysutils/p5-File-chmod/DESCR | 6 | ||||
-rw-r--r-- | sysutils/p5-File-chmod/Makefile | 18 | ||||
-rw-r--r-- | sysutils/p5-File-chmod/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/p5-File-chmod/DESCR b/sysutils/p5-File-chmod/DESCR new file mode 100644 index 00000000000..d2b25ad1724 --- /dev/null +++ b/sysutils/p5-File-chmod/DESCR @@ -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 --git a/sysutils/p5-File-chmod/Makefile b/sysutils/p5-File-chmod/Makefile new file mode 100644 index 00000000000..5e4aaaf32b6 --- /dev/null +++ b/sysutils/p5-File-chmod/Makefile @@ -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 +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 --git a/sysutils/p5-File-chmod/distinfo b/sysutils/p5-File-chmod/distinfo new file mode 100644 index 00000000000..d1a773e745b --- /dev/null +++ b/sysutils/p5-File-chmod/distinfo @@ -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 |