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,17 @@
COMMENT = Encode::Encoding subclass that detects the encoding of data
MODULES = cpan
DISTNAME = Encode-Detect-1.01
REVISION = 8
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Encode-Detect-1.01.tar.gz) = g02JOqfbbOPxWK+9DkMtbtFaJ24JQNsKdL4T/ZxLu/E=
SIZE (Encode-Detect-1.01.tar.gz) = 179698

View file

@ -0,0 +1,7 @@
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.

View file

@ -0,0 +1,12 @@
${P5ARCH}/
${P5ARCH}/Encode/
${P5ARCH}/Encode/Detect/
${P5ARCH}/Encode/Detect.pm
${P5ARCH}/Encode/Detect/Detector.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Encode/
${P5ARCH}/auto/Encode/Detect/
${P5ARCH}/auto/Encode/Detect/Detector/
${P5ARCH}/auto/Encode/Detect/Detector/Detector.so
@man man/man3p/Encode::Detect.3p
@man man/man3p/Encode::Detect::Detector.3p