diff options
author | seb <seb@pkgsrc.org> | 2006-06-06 09:52:25 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-06-06 09:52:25 +0000 |
commit | bfc05f25eaca3dc3a0872ca56eb5a9fead8d03dc (patch) | |
tree | 5ece278d9ad7aa781c03e897aa416036b0347b01 /devel/p5-Test-File-Contents | |
parent | 1064108d2a9b0acd37f0baf14ae1be962ea6bfcb (diff) | |
download | pkgsrc-bfc05f25eaca3dc3a0872ca56eb5a9fead8d03dc.tar.gz |
Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packages
Collection.
This Perl 5 module prodives test routines for examining the contents
of files.
Diffstat (limited to 'devel/p5-Test-File-Contents')
-rw-r--r-- | devel/p5-Test-File-Contents/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Test-File-Contents/DESCR b/devel/p5-Test-File-Contents/DESCR new file mode 100644 index 00000000000..87c3928d86c --- /dev/null +++ b/devel/p5-Test-File-Contents/DESCR @@ -0,0 +1,2 @@ +This Perl 5 module prodives test routines for examining the contents +of files. diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile new file mode 100644 index 00000000000..156a918e725 --- /dev/null +++ b/devel/p5-Test-File-Contents/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/06 09:52:25 seb Exp $ + +DISTNAME= Test-File-Contents-0.03 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tfc +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents// +COMMENT= Perl5 module for test routines examining the contents of files + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Test/File/Contents/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-File-Contents/PLIST b/devel/p5-Test-File-Contents/PLIST new file mode 100644 index 00000000000..de2f283f289 --- /dev/null +++ b/devel/p5-Test-File-Contents/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/06 09:52:25 seb Exp $ diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo new file mode 100644 index 00000000000..5d0b95dcbf1 --- /dev/null +++ b/devel/p5-Test-File-Contents/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/06 09:52:25 seb Exp $ + +SHA1 (Test-File-Contents-0.03.tar.gz) = 8bc72800da779408aaf78a85d010f881f111920d +RMD160 (Test-File-Contents-0.03.tar.gz) = eb5171865806ce887bca6ac143b083ac9f5a1fb2 +Size (Test-File-Contents-0.03.tar.gz) = 4265 bytes |