summaryrefslogtreecommitdiff
path: root/security/p5-Digest-CRC
diff options
context:
space:
mode:
authortv <tv>2005-01-11 16:48:38 +0000
committertv <tv>2005-01-11 16:48:38 +0000
commit3c9772fb78f37f0840749e38969450ace8f9b10e (patch)
tree4bd8fa26a9d73defc952d25173b5333541ab5729 /security/p5-Digest-CRC
parent283efeae567c3fe5a81f47d3bc5849b7a4c1c9d7 (diff)
downloadpkgsrc-3c9772fb78f37f0840749e38969450ace8f9b10e.tar.gz
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 (limited to 'security/p5-Digest-CRC')
-rw-r--r--security/p5-Digest-CRC/DESCR3
-rw-r--r--security/p5-Digest-CRC/Makefile22
-rw-r--r--security/p5-Digest-CRC/PLIST1
-rw-r--r--security/p5-Digest-CRC/distinfo4
4 files changed, 30 insertions, 0 deletions
diff --git a/security/p5-Digest-CRC/DESCR b/security/p5-Digest-CRC/DESCR
new file mode 100644
index 00000000000..049e6e4b587
--- /dev/null
+++ b/security/p5-Digest-CRC/DESCR
@@ -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 --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile
new file mode 100644
index 00000000000..dbea7b7aec7
--- /dev/null
+++ b/security/p5-Digest-CRC/Makefile
@@ -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
+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 --git a/security/p5-Digest-CRC/PLIST b/security/p5-Digest-CRC/PLIST
new file mode 100644
index 00000000000..560210557fd
--- /dev/null
+++ b/security/p5-Digest-CRC/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/11 16:48:38 tv Exp $
diff --git a/security/p5-Digest-CRC/distinfo b/security/p5-Digest-CRC/distinfo
new file mode 100644
index 00000000000..5a4528bdd60
--- /dev/null
+++ b/security/p5-Digest-CRC/distinfo
@@ -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