1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Generate CRC32 checksum

This commit is contained in:
Andrey A. Chernov 2001-08-24 23:00:02 +00:00
parent b19d32b021
commit 6abfadc141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46825
6 changed files with 40 additions and 0 deletions

View File

@ -389,6 +389,7 @@
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Storable
SUBDIR += p5-String-Approx
SUBDIR += p5-String-CRC32
SUBDIR += p5-String-Checker
SUBDIR += p5-String-Random
SUBDIR += p5-String-RexxParse

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (String-CRC32-1.2.tar.gz) = 94b13443eac7241a323a876da95ac1c0

View File

@ -0,0 +1 @@
Perl interface for cyclic redundency check generation

View File

@ -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.

View File

@ -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