SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-String-CRC32/Makefile
Normal file
14
devel/p5-String-CRC32/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = interface for cyclic redundancy check generation
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = String-CRC32-2.100
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# Public domain
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-String-CRC32/distinfo
Normal file
2
devel/p5-String-CRC32/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (String-CRC32-2.100.tar.gz) = lwYJOy0Gi2cV01tMWPUVWON5YAgyAhKfuwClfhmnRxM=
|
||||
SIZE (String-CRC32-2.100.tar.gz) = 7995
|
3
devel/p5-String-CRC32/pkg/DESCR
Normal file
3
devel/p5-String-CRC32/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The CRC32 module calculates CRC sums of 32 bit lengths.
|
||||
It generates the same CRC values as ZMODEM, PKZIP, PIC-CHECK
|
||||
and many others.
|
9
devel/p5-String-CRC32/pkg/PLIST
Normal file
9
devel/p5-String-CRC32/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/String/
|
||||
${P5ARCH}/String/CRC32.pm
|
||||
${P5ARCH}/String/CRC32.pod
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/String/
|
||||
${P5ARCH}/auto/String/CRC32/
|
||||
@so ${P5ARCH}/auto/String/CRC32/CRC32.so
|
||||
@man man/man3p/String::CRC32.3p
|
Loading…
Add table
Add a link
Reference in a new issue