NOTICE: This package has been removed from pkgsrc

./wip/p5-Unicode-MapUTF8, Provides conversions for arbitrary character sets and UTF8

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.11, Package name: p5-Unicode-MapUTF8-1.11, Maintainer: pkgsrc-users

Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings. In essence, a way to give multiple existing Unicode
modules a single common interface so you don't have to know the underlaying
implementations to do simple UTF8 to-from other character set encoding
conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map
and Jcode modules in a standardized and simple API.
This also provides general character set conversion operation based on UTF8 -
it is possible to convert between any two compatible and supported character
sets via a simple two step chaining of conversions.


Required to run:
[converters/p5-Unicode-String] [converters/p5-Jcode] [converters/p5-Unicode-Map8] [wip/p5-Unicode-Map]

Master sites: (Expand)

SHA1: c72397ab7f7117e1a0f5821cfa9fabcc9b58b3e0
RMD160: ffe35b451a06ed99452e30b28208728da0be3f59
Filesize: 16.018 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-25 11:20:57 by abs | Files touched by this commit (89) | Package removed
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.

    p5-Algorithm-C3
    p5-CGI-Simple
    p5-Class-Accessor-Grouped
    p5-Class-C3-XS
    p5-Class-C3
    p5-Geo-Distance
    p5-HTTP-Body
    p5-HTTP-Request-AsCGI
    p5-MRO-Compat
    p5-PAR
    p5-RRDTool-OO
    p5-SQL-Abstract-Limit
    p5-Set-Object
    p5-Template-Timer
    p5-Test-Differences
    p5-Test-MockObject
    p5-Test-use-ok
    p5-Tree-Simple-VisitorFactory
    p5-UNIVERSAL-can
    p5-UNIVERSAL-isa
    p5-Unicode-Map
    p5-Unicode-MapUTF8
   2008-05-30 14:22:34 by abs | Files touched by this commit (18)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2008-05-22 23:23:00 by Tobias Nygren | Files touched by this commit (14)
Log message:
Correct various unresolvable dependencies
   2007-03-01 20:12:14 by Sergey Svishchev | Files touched by this commit (49)
Log message:
Delint.

   2007-01-31 14:25:59 by Murray Armfield | Files touched by this commit (4) | Imported package
Log message:
Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings. In essence, a way to give multiple existing Unicode
modules a single common interface so you don't have to know the underlaying
implementations to do simple UTF8 to-from other character set encoding
conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map
and Jcode modules in a standardized and simple API.
This also provides general character set conversion operation based on UTF8 -
it is possible to convert between any two compatible and supported character
sets via a simple two step chaining of conversions.