From 01df69d42ddb96c5f2c1efd5494d8ebebd337d86 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Dec 2005 14:48:29 +0000 Subject: New port p5-Unicode-UTF8simple version 1.06: Conversions to/from UTF8 from/to charactersets --- converters/Makefile | 1 + converters/p5-Unicode-UTF8simple/Makefile | 21 +++++++++++++++++++++ converters/p5-Unicode-UTF8simple/distinfo | 3 +++ converters/p5-Unicode-UTF8simple/pkg-descr | 13 +++++++++++++ converters/p5-Unicode-UTF8simple/pkg-plist | 5 +++++ 5 files changed, 43 insertions(+) create mode 100644 converters/p5-Unicode-UTF8simple/Makefile create mode 100644 converters/p5-Unicode-UTF8simple/distinfo create mode 100644 converters/p5-Unicode-UTF8simple/pkg-descr create mode 100644 converters/p5-Unicode-UTF8simple/pkg-plist (limited to 'converters') diff --git a/converters/Makefile b/converters/Makefile index 7b9e3b74620d..f034910cc577 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 000000000000..f069ca3743d5 --- /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 +# +# $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 diff --git a/converters/p5-Unicode-UTF8simple/distinfo b/converters/p5-Unicode-UTF8simple/distinfo new file mode 100644 index 000000000000..6947da0043b3 --- /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 000000000000..522889959f5d --- /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 +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 000000000000..d6fcd3670644 --- /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 -- cgit v1.2.3