Date: Wed, 25 Mar 2009 18:30:12 +0000 (UTC) From: Henrik Brix Andersen <brix@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Scalar-String Makefile distinfo pkg-descr pkg-plist Message-ID: <200903251830.n2PIUCdZ005022@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brix 2009-03-25 18:30:12 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Scalar-String Makefile distinfo pkg-descr pkg-plist
Log:
This module is about the string part of plain Perl scalars. A scalar
has a string value, which is notionally a sequence of Unicode
codepoints, but may be internally encoded in either ISO-8859-1 or
UTF-8. In places, and more so in older versions of Perl, the internal
encoding shows through. To fully understand Perl strings it is
necessary to understand these implementation details.
This module provides functions to classify a string by encoding and to
encode a string in a desired way.
This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.
WWW: http://search.cpan.org/dist/Scalar-String/
Revision Changes Path
1.3434 +1 -0 ports/devel/Makefile
1.1 +21 -0 ports/devel/p5-Scalar-String/Makefile (new)
1.1 +3 -0 ports/devel/p5-Scalar-String/distinfo (new)
1.1 +14 -0 ports/devel/p5-Scalar-String/pkg-descr (new)
1.1 +6 -0 ports/devel/p5-Scalar-String/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903251830.n2PIUCdZ005022>
