SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
textproc/p5-Encode-Detect/Makefile
Normal file
17
textproc/p5-Encode-Detect/Makefile
Normal 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>
|
2
textproc/p5-Encode-Detect/distinfo
Normal file
2
textproc/p5-Encode-Detect/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Encode-Detect-1.01.tar.gz) = g02JOqfbbOPxWK+9DkMtbtFaJ24JQNsKdL4T/ZxLu/E=
|
||||
SIZE (Encode-Detect-1.01.tar.gz) = 179698
|
7
textproc/p5-Encode-Detect/pkg/DESCR
Normal file
7
textproc/p5-Encode-Detect/pkg/DESCR
Normal 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.
|
12
textproc/p5-Encode-Detect/pkg/PLIST
Normal file
12
textproc/p5-Encode-Detect/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue