mirror of https://git.FreeBSD.org/ports.git
converters/p5-Unicode-UTF8: Add new port
Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form This module provides functions to encode and decode UTF-8 encoding form as specified by Unicode and ISO/IEC 10646:2011. PR: 283921
This commit is contained in:
parent
616b16524e
commit
beea21fca4
|
@ -130,6 +130,7 @@
|
|||
SUBDIR += p5-Unicode-RecursiveDowngrade
|
||||
SUBDIR += p5-Unicode-String
|
||||
SUBDIR += p5-Unicode-Stringprep
|
||||
SUBDIR += p5-Unicode-UTF8
|
||||
SUBDIR += p5-Unicode-UTF8simple
|
||||
SUBDIR += p5-WAP-wbxml
|
||||
SUBDIR += p5-XML-WBXML
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
PORTNAME= Unicode-UTF8
|
||||
PORTVERSION= 0.62
|
||||
CATEGORIES= textproc converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dgeo@centrale-med.fr
|
||||
COMMENT= Encoding and decoding of UTF-8 encoding form
|
||||
WWW= https://metacpan.org/pod/Unicode::UTF8
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736948730
|
||||
SHA256 (Unicode-UTF8-0.62.tar.gz) = fa8722d0b74696e332fddd442994436ea93d3bfc7982d4babdcedfddd657d0f6
|
||||
SIZE (Unicode-UTF8-0.62.tar.gz) = 87838
|
|
@ -0,0 +1,4 @@
|
|||
Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
|
||||
|
||||
This module provides functions to encode and decode UTF-8 encoding form as
|
||||
specified by Unicode and ISO/IEC 10646:2011.
|
|
@ -0,0 +1,4 @@
|
|||
%%SITE_ARCH%%/Unicode/UTF8.pm
|
||||
%%SITE_ARCH%%/Unicode/UTF8.pod
|
||||
%%SITE_ARCH%%/auto/Unicode/UTF8/UTF8.so
|
||||
%%PERL5_MAN3%%/Unicode::UTF8.3.gz
|
Loading…
Reference in New Issue