New port: Perl class (Unicode::MapUTF8) that implements conversion between arbitrary charsets
State Changed From-To: open->analyzed This port seems to need Unicode::Map, but that's not in ports right now. Do you have a port for that?
> This port seems to need Unicode::Map, but that's not in ports right now. > Do you have a port for that? I do, it has been submitted (I managed to overlook the synopsis field, thats what I get for submitted when trying to do other things) and is in ports/36931. Also, I have a small patch attached here to add the Unicode::Map port as a requirement. Sorry about overlooking that; if theres anything else let me know. --- Makefile.old Tue Apr 9 12:38:08 2002 +++ Makefile Tue Apr 9 12:37:16 2002 @@ -13,7 +13,8 @@ MAINTAINER= rtdean@cytherianage.net -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map \ + ${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/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode RUN_DEPENDS= ${BUILD_DEPENDS}
State Changed From-To: analyzed->closed committed, thanks