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,4 @@
This test module is intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:40:47 wiz Exp $
DISTNAME= Test-Command-Simple-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Command-Simple/
COMMENT= Test external commands (nearly) as easily as loaded modules
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/Command/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/05/04 23:34:24 pettai Exp $
SHA1 (Test-Command-Simple-0.03.tar.gz) = fa87f16180c726c38b8852632beabbe599cb6e42
RMD160 (Test-Command-Simple-0.03.tar.gz) = cc85b611d2ab5eb2f124a9200cc1d0cc2e828645
Size (Test-Command-Simple-0.03.tar.gz) = 5814 bytes