SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (String-CRC32-2.100.tar.gz) = lwYJOy0Gi2cV01tMWPUVWON5YAgyAhKfuwClfhmnRxM=
SIZE (String-CRC32-2.100.tar.gz) = 7995

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

View 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