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

11
devel/p5-Test-File/DESCR Normal file
View File

@@ -0,0 +1,11 @@
This module provides a collection of test utilities for file attributes.
Some file attributes depend on the owner of the process testing the
file in the same way the file test operators do. For instance, root
(or super-user or Administrator) may always be able to read files
no matter the permissions.
Some attributes don't make sense outside of Unix, either, so some
tests automatically skip if they think they won't work on the
platform. If you have a way to make these functions work on Windows,
for instance, please send me a patch. :)

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2013/05/31 12:40:48 wiz Exp $
#
DISTNAME= Test-File-1.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-File/
COMMENT= Test file attributes
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/File/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/12 14:34:28 schmonz Exp $
SHA1 (Test-File-1.34.tar.gz) = 0a93dfc2940066186ab7b05dcbd8c12fac8ade4e
RMD160 (Test-File-1.34.tar.gz) = 4dc5a71a0330d1d331c1756a813d7850a22fce5b
Size (Test-File-1.34.tar.gz) = 18771 bytes