Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:02 wiz Exp $
#
DISTNAME= File-chmod-0.32
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
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
PERL5_PACKLIST= auto/File/chmod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -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