This module includes string converting function from one and to another charset. Requires installed Unicode::String and Unicode::Map packages. Supported unicode charsets: unicode, utf16, ucs2, utf8, utf7, ucs4, uchr, uhex. Supported Single-Byte Charsets (SBCS): latin1 and all installed maps in Unicode::Map package.
Sorry. I've been too quick. It depends on enum.pm, which is not found in ports collection. I'll try to make that port too. -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.ru)
devel/p5-enum is available as ports/50272. -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.ru)
And here is the patch to p5-Unicode-Lite/Makefile to add dependancy on p5-enum: --- Makefile.orig Tue Mar 25 12:31:07 2003 +++ Makefile Tue Mar 25 15:27:49 2003 @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/enum.pm:${PORTSDIR}/devel/p5-enum RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.ru)
State Changed From-To: open->closed Committed, thanks!