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:
parent
b19d32b021
commit
6abfadc141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46825
@ -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
|
||||
|
23
devel/p5-String-CRC32/Makefile
Normal file
23
devel/p5-String-CRC32/Makefile
Normal 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>
|
1
devel/p5-String-CRC32/distinfo
Normal file
1
devel/p5-String-CRC32/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (String-CRC32-1.2.tar.gz) = 94b13443eac7241a323a876da95ac1c0
|
1
devel/p5-String-CRC32/pkg-comment
Normal file
1
devel/p5-String-CRC32/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl interface for cyclic redundency check generation
|
6
devel/p5-String-CRC32/pkg-descr
Normal file
6
devel/p5-String-CRC32/pkg-descr
Normal 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.
|
8
devel/p5-String-CRC32/pkg-plist
Normal file
8
devel/p5-String-CRC32/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user