diff options
author | cjep <cjep@pkgsrc.org> | 2002-10-08 05:27:53 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-10-08 05:27:53 +0000 |
commit | d63db39d8212da0957b51338a371881616880ca3 (patch) | |
tree | c68381e6d3dd554abfb8430fa4989aaa82c2b0f2 /textproc/p5-String-CRC32 | |
parent | 69f7f377333a6dc7a135a90fdfbf257381997c93 (diff) | |
download | pkgsrc-d63db39d8212da0957b51338a371881616880ca3.tar.gz |
Initial import of String::CRC32 1.2 into the NetBSD packages collection
as textproc/p5-String-CRC32.
This package provides a perl module to generate checksums from
strings and from files. The checksums are the same as those
calculated by ZMODEM, PKZIP, PICCHECK and many others.
Supplied by mishka at terabyte.com.ua in PR#18107. Thanks!
Diffstat (limited to 'textproc/p5-String-CRC32')
-rw-r--r-- | textproc/p5-String-CRC32/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-String-CRC32/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-String-CRC32/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-String-CRC32/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-String-CRC32/DESCR b/textproc/p5-String-CRC32/DESCR new file mode 100644 index 00000000000..fa260a7ead9 --- /dev/null +++ b/textproc/p5-String-CRC32/DESCR @@ -0,0 +1,3 @@ +This package provides a perl module to generate checksums from +strings and from files. The checksums are the same as those +calculated by ZMODEM, PKZIP, PICCHECK and many others. diff --git a/textproc/p5-String-CRC32/Makefile b/textproc/p5-String-CRC32/Makefile new file mode 100644 index 00000000000..3594dceaa33 --- /dev/null +++ b/textproc/p5-String-CRC32/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/08 05:27:53 cjep Exp $ +# + +DISTNAME= String-CRC32-1.2 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5c32 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://search.cpan.org/search?module=String::CRC32 +COMMENT= Perl module to generate cksums from strings and from files + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/String/CRC32/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-CRC32/PLIST b/textproc/p5-String-CRC32/PLIST new file mode 100644 index 00000000000..cebaba9da1c --- /dev/null +++ b/textproc/p5-String-CRC32/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/08 05:27:53 cjep Exp $ diff --git a/textproc/p5-String-CRC32/distinfo b/textproc/p5-String-CRC32/distinfo new file mode 100644 index 00000000000..466becf6fd4 --- /dev/null +++ b/textproc/p5-String-CRC32/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/08 05:27:53 cjep Exp $ + +SHA1 (String-CRC32-1.2.tar.gz) = bae5689ef0a95eec8546ae67ecf40ad23884daf9 +Size (String-CRC32-1.2.tar.gz) = 6874 bytes |