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!
This commit is contained in:
parent
69f7f37733
commit
d63db39d82
4 changed files with 25 additions and 0 deletions
3
textproc/p5-String-CRC32/DESCR
Normal file
3
textproc/p5-String-CRC32/DESCR
Normal file
|
@ -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.
|
17
textproc/p5-String-CRC32/Makefile
Normal file
17
textproc/p5-String-CRC32/Makefile
Normal file
|
@ -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"
|
1
textproc/p5-String-CRC32/PLIST
Normal file
1
textproc/p5-String-CRC32/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/08 05:27:53 cjep Exp $
|
4
textproc/p5-String-CRC32/distinfo
Normal file
4
textproc/p5-String-CRC32/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue