pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-CRC The Digest::CRC module calculat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09d7526aff62
branches:  trunk
changeset: 487235:09d7526aff62
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 11 16:48:38 2005 +0000

description:
The Digest::CRC module calculates CRC sums of all sorts.  It contains
wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and
CRC-32.

[tv: This differs from p5-String-CRC32 in that it is a generic Digest.pm
module plugin.]

diffstat:

 security/p5-Digest-CRC/DESCR    |   3 +++
 security/p5-Digest-CRC/Makefile |  22 ++++++++++++++++++++++
 security/p5-Digest-CRC/PLIST    |   1 +
 security/p5-Digest-CRC/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r d51a1a5c089a -r 09d7526aff62 security/p5-Digest-CRC/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-CRC/DESCR      Tue Jan 11 16:48:38 2005 +0000
@@ -0,0 +1,3 @@
+The Digest::CRC module calculates CRC sums of all sorts.  It contains
+wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and
+CRC-32.
diff -r d51a1a5c089a -r 09d7526aff62 security/p5-Digest-CRC/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-CRC/Makefile   Tue Jan 11 16:48:38 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/11 16:48:38 tv Exp $
+#
+
+DISTNAME=      Digest-CRC-0.09
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5crc
+CATEGORIES=    security perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER=    tv%duh.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Digest-CRC/
+COMMENT=       Perl5 extension interface for cyclic redundancy check algorithms
+
+DEPENDS+=      p5-Digest>=1.00:../p5-Digest
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Digest/CRC/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d51a1a5c089a -r 09d7526aff62 security/p5-Digest-CRC/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-CRC/PLIST      Tue Jan 11 16:48:38 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/11 16:48:38 tv Exp $
diff -r d51a1a5c089a -r 09d7526aff62 security/p5-Digest-CRC/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-CRC/distinfo   Tue Jan 11 16:48:38 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/11 16:48:38 tv Exp $
+
+SHA1 (Digest-CRC-0.09.tar.gz) = 384ecd5094c7f637366bfb476850630c306b53dd
+Size (Digest-CRC-0.09.tar.gz) = 5914 bytes



Home | Main Index | Thread Index | Old Index