diff options
author | lioux <lioux@FreeBSD.org> | 2005-12-20 14:48:29 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-12-20 14:48:29 +0000 |
commit | 1e175315c0ce48e2ec9ee0dbcc8239a530ad64a0 (patch) | |
tree | 3cf79b542e9ccf891dceef66ae2df5cccd138c73 /converters | |
parent | 8626225a49ce6ee92062aba6a730e5c987bb5109 (diff) | |
download | FreeBSD-ports-1e175315c0ce48e2ec9ee0dbcc8239a530ad64a0.zip FreeBSD-ports-1e175315c0ce48e2ec9ee0dbcc8239a530ad64a0.tar.gz |
New port p5-Unicode-UTF8simple version 1.06: Conversions to/from
UTF8 from/to charactersets
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/Makefile | 21 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/pkg-descr | 13 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 7b9e3b7..f034910 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -60,6 +60,7 @@ SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String + SUBDIR += p5-Unicode-UTF8simple SUBDIR += pecl-fribidi SUBDIR += php4-iconv SUBDIR += php4-mbstring diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile new file mode 100644 index 0000000..f069ca3 --- /dev/null +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Unicode-UTF8simple +# Date created: Tue Dec 20 14:31:48 UTC 2005 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Unicode-UTF8simple +PORTVERSION= 1.06 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Unicode +PKGNAMEPREFIX= p5- + +MAINTAINER= lioux@FreeBSD.org +COMMENT= Conversions to/from UTF8 from/to charactersets + +PERL_CONFIGURE= yes + +MAN3= Unicode::UTF8simple.3 + +.include <bsd.port.mk> diff --git a/converters/p5-Unicode-UTF8simple/distinfo b/converters/p5-Unicode-UTF8simple/distinfo new file mode 100644 index 0000000..6947da0 --- /dev/null +++ b/converters/p5-Unicode-UTF8simple/distinfo @@ -0,0 +1,3 @@ +MD5 (Unicode-UTF8simple-1.06.tar.gz) = 1d90907170ed41690a572a2d6ed6e7da +SHA256 (Unicode-UTF8simple-1.06.tar.gz) = e1249ac08daceb8a83c170c00810001f15d73418e9595711bee663d0130c0fe5 +SIZE (Unicode-UTF8simple-1.06.tar.gz) = 90952 diff --git a/converters/p5-Unicode-UTF8simple/pkg-descr b/converters/p5-Unicode-UTF8simple/pkg-descr new file mode 100644 index 0000000..5228899 --- /dev/null +++ b/converters/p5-Unicode-UTF8simple/pkg-descr @@ -0,0 +1,13 @@ +[ excerpt from developer's web site ] + +Provides UTF-8 conversion for perl versions from 5.00 and up. It +was mainly written for use with perl 5.00 to 5.6.0 because those +perl versions do not support Unicode::MapUTF8 or Encode. + +Unicode::UTF8simple is written in plain perl (no C code) and will +work with any Perl 5 version. It is just slightly slower than Encode + +Author: Guido Socher <guido@linuxfocus.org> +WWW: http://search.cpan.org/~gus/ + +-- lioux@FreeBSD.org diff --git a/converters/p5-Unicode-UTF8simple/pkg-plist b/converters/p5-Unicode-UTF8simple/pkg-plist new file mode 100644 index 0000000..d6fcd36 --- /dev/null +++ b/converters/p5-Unicode-UTF8simple/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Unicode/UTF8simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/UTF8simple/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/UTF8simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Unicode 2>/dev/null || true |