jacode.pl Perl library for Japanese character code conversion WWW: http://search.cpan.org/dist/jacode/
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Hi, Do we need the symbolic link to jcode.pl? The link conflicts with ports/japanese/jcode.pl as follows: # cd /usr/ports/japanese/jcode.pl # make deinstall clean # cd /usr/ports/japanese/jacode.pl # make install clean # ls -il /usr/local/lib/perl5/site_perl/5.12.3/jcode.pl 64488110 lrwxr-xr-x 1 root wheel 9 May 28 18:57 /usr/local/lib/perl5/site_perl/5.12.3/jcode.pl -> jacode.pl # cd /usr/ports/japanese/jcode.pl # make install clean # ls -il /usr/local/lib/perl5/site_perl/5.12.3/jcode.pl 64488112 -r--r--r-- 1 root wheel 21093 May 28 18:59 /usr/local/lib/perl5/site_perl/5.12.3/jcode.pl # cd /usr/ports/japanese/jacode.pl # make deinstall ===> Deinstalling for japanese/jacode.pl ===> Deinstalling ja-jacode.pl-2.13.4.9 pkg_delete: '/usr/local/lib/perl5/site_perl/5.12.3/jcode.pl' fails original MD5 checksum - deleted anyway. I think that jacode.pl can coexist with jcode.pl as a patch in this e-mail. Could you confirm it? Thanks, -- TAKATSU Tomonari
Hi It is possible to coexist. It confirmed it. TAKATSU Tomonari $B$5$s$O=q$-$^$7$?(B (2011/05/28 19:14): > I think that jacode.pl can coexist with jcode.pl as a patch in this e-mail. > Could you confirm it? $B$*<j?t$+$1$F$9$$$^$;$s(Bm(__)m --
tota 2011-05-30 15:12:45 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/jacode.pl Makefile distinfo pkg-descr Log: - Add a new port: japanese/jacode.pl jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible * Perl4 script * Acts as a wrapper to Encode::from_to * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT http://support.microsoft.com/kb/170559/ja (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE) * Hidden UTF8 flag * No Object oriented * Possible to re-use past code and how to WWW: http://search.cpan.org/dist/jacode/ PR: ports/156972 Submitted by: Takefu <takefu_AT_airport_DOT_fm> Revision Changes Path 1.767 +1 -0 ports/japanese/Makefile 1.1 +32 -0 ports/japanese/jacode.pl/Makefile (new) 1.1 +2 -0 ports/japanese/jacode.pl/distinfo (new) 1.1 +17 -0 ports/japanese/jacode.pl/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!