pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-UTF8simple Unicode::UTF8simple -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a52a9d5b4c
branches:  trunk
changeset: 511527:44a52a9d5b4c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Apr 16 16:12:52 2006 +0000

description:
Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets

This utf-8 converter is written in plain perl and works with hopefully
any perl 5 version. It was mainly written because more recent modules
such as Encode do not work under older Perl 5.0 installations.

Supported encodings:
euc-kr
gb2312
iso-8859-1
iso-8859-2
iso-8859-9
koi8-r
utf-8
windows-1256

diffstat:

 converters/p5-Unicode-UTF8simple/DESCR    |  15 +++++++++++++++
 converters/p5-Unicode-UTF8simple/Makefile |  16 ++++++++++++++++
 converters/p5-Unicode-UTF8simple/PLIST    |   1 +
 converters/p5-Unicode-UTF8simple/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 421eeb8e5fcc -r 44a52a9d5b4c converters/p5-Unicode-UTF8simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-UTF8simple/DESCR    Sun Apr 16 16:12:52 2006 +0000
@@ -0,0 +1,15 @@
+Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets
+
+This utf-8 converter is written in plain perl and works with hopefully
+any perl 5 version. It was mainly written because more recent modules
+such as Encode do not work under older Perl 5.0 installations.
+
+Supported encodings:
+euc-kr
+gb2312
+iso-8859-1
+iso-8859-2
+iso-8859-9
+koi8-r
+utf-8
+windows-1256
diff -r 421eeb8e5fcc -r 44a52a9d5b4c converters/p5-Unicode-UTF8simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-UTF8simple/Makefile Sun Apr 16 16:12:52 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/16 16:12:52 adrianp Exp $
+#
+
+DISTNAME=      Unicode-UTF8simple-1.06
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    converters
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~gus/Unicode-UTF8simple-1.06/
+COMMENT=       Conversions to/from UTF8 from/to charactersets
+
+PERL5_PACKLIST=        auto/Unicode/UTF8simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 421eeb8e5fcc -r 44a52a9d5b4c converters/p5-Unicode-UTF8simple/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-UTF8simple/PLIST    Sun Apr 16 16:12:52 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/16 16:12:52 adrianp Exp $
diff -r 421eeb8e5fcc -r 44a52a9d5b4c converters/p5-Unicode-UTF8simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-UTF8simple/distinfo Sun Apr 16 16:12:52 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/16 16:12:52 adrianp Exp $
+
+SHA1 (Unicode-UTF8simple-1.06.tar.gz) = bdb6a7b640991a8a0650f10fe93409a3b15ae712
+RMD160 (Unicode-UTF8simple-1.06.tar.gz) = 14a472af415005bb6450bf4b48c5e550f7e55702
+Size (Unicode-UTF8simple-1.06.tar.gz) = 90952 bytes



Home | Main Index | Thread Index | Old Index