diff options
author | ache <ache@FreeBSD.org> | 2001-08-25 07:00:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-25 07:00:02 +0800 |
commit | f970c8d7a3aca8abb2fe461ac3f8e17381947c58 (patch) | |
tree | 3a8c730869a6ccc13a26fa5a25c68220efb4b12e /devel/p5-String-CRC32 | |
parent | fa70f8270d3e23f4a2762cfafaac3fdbb1fd39c0 (diff) | |
download | freebsd-ports-gnome-f970c8d7a3aca8abb2fe461ac3f8e17381947c58.tar.gz freebsd-ports-gnome-f970c8d7a3aca8abb2fe461ac3f8e17381947c58.tar.zst freebsd-ports-gnome-f970c8d7a3aca8abb2fe461ac3f8e17381947c58.zip |
Generate CRC32 checksum
Diffstat (limited to 'devel/p5-String-CRC32')
-rw-r--r-- | devel/p5-String-CRC32/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-String-CRC32/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-String-CRC32/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-String-CRC32/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-String-CRC32/pkg-plist | 8 |
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 |