summaryrefslogtreecommitdiff
path: root/devel/p5-String-CRC32
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 23:00:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 23:00:02 +0000
commit6abfadc14158cf6c25b656eb088c916d8a9d49ec (patch)
treefda1a69de21bbdd0273e548f2938ee587cf17345 /devel/p5-String-CRC32
parentCreate ${PREFIX}/etc dir so configure script finds to automagically. (diff)
Generate CRC32 checksum
Notes
Notes: svn path=/head/; revision=46825
Diffstat (limited to 'devel/p5-String-CRC32')
-rw-r--r--devel/p5-String-CRC32/Makefile23
-rw-r--r--devel/p5-String-CRC32/distinfo1
-rw-r--r--devel/p5-String-CRC32/pkg-comment1
-rw-r--r--devel/p5-String-CRC32/pkg-descr6
-rw-r--r--devel/p5-String-CRC32/pkg-plist8
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-String-CRC32/Makefile b/devel/p5-String-CRC32/Makefile
new file mode 100644
index 000000000000..5c2bda7f9480
--- /dev/null
+++ b/devel/p5-String-CRC32/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: String-CRC32
+# Date created: 25.08.2001
+# Whom: ache
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-CRC32
+PORTVERSION= 1.2
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= String
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ache@FreeBSD.org
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= String::CRC32.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-String-CRC32/distinfo b/devel/p5-String-CRC32/distinfo
new file mode 100644
index 000000000000..c7d5284b8658
--- /dev/null
+++ b/devel/p5-String-CRC32/distinfo
@@ -0,0 +1 @@
+MD5 (String-CRC32-1.2.tar.gz) = 94b13443eac7241a323a876da95ac1c0
diff --git a/devel/p5-String-CRC32/pkg-comment b/devel/p5-String-CRC32/pkg-comment
new file mode 100644
index 000000000000..2a1b08819743
--- /dev/null
+++ b/devel/p5-String-CRC32/pkg-comment
@@ -0,0 +1 @@
+Perl interface for cyclic redundency check generation
diff --git a/devel/p5-String-CRC32/pkg-descr b/devel/p5-String-CRC32/pkg-descr
new file mode 100644
index 000000000000..1b4e49475191
--- /dev/null
+++ b/devel/p5-String-CRC32/pkg-descr
@@ -0,0 +1,6 @@
+The CRC32 module calculates CRC sums of 32 bit lenghts.
+It generates the same CRC values as ZMODEM, PKZIP, PIC-
+CHECK and many others.
+
+Despite its name, this module is able to compute the
+checksum of strings as well as of files.
diff --git a/devel/p5-String-CRC32/pkg-plist b/devel/p5-String-CRC32/pkg-plist
new file mode 100644
index 000000000000..561b1ba40a40
--- /dev/null
+++ b/devel/p5-String-CRC32/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/CRC32.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/CRC32.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String