From d63db39d8212da0957b51338a371881616880ca3 Mon Sep 17 00:00:00 2001 From: cjep Date: Tue, 8 Oct 2002 05:27:53 +0000 Subject: [PATCH] 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! --- textproc/p5-String-CRC32/DESCR | 3 +++ textproc/p5-String-CRC32/Makefile | 17 +++++++++++++++++ textproc/p5-String-CRC32/PLIST | 1 + textproc/p5-String-CRC32/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 textproc/p5-String-CRC32/DESCR create mode 100644 textproc/p5-String-CRC32/Makefile create mode 100644 textproc/p5-String-CRC32/PLIST create mode 100644 textproc/p5-String-CRC32/distinfo diff --git a/textproc/p5-String-CRC32/DESCR b/textproc/p5-String-CRC32/DESCR new file mode 100644 index 000000000000..fa260a7ead9c --- /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 000000000000..3594dceaa334 --- /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 000000000000..cebaba9da1cb --- /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 000000000000..466becf6fd42 --- /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