Bug 156972 - [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion
Summary: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conve...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 07:20 UTC by takefu
Modified: 2011-05-30 16:20 UTC (History)
0 users

See Also:


Attachments
jacode.pl.shar (2.30 KB, text/plain)
2011-05-12 07:20 UTC, takefu
no flags Details
japanese.jacode.pl.patch (1.54 KB, patch)
2011-05-28 11:14 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2011-05-12 07:20:07 UTC
 jacode.pl	Perl library for Japanese character code conversion
 
 WWW:	http://search.cpan.org/dist/jacode/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-12 07:20:19 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 TAKATSU Tomonari freebsd_committer freebsd_triage 2011-05-28 11:14:19 UTC
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
Comment 3 takefu 2011-05-30 01:44:49 UTC
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

--
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-05-30 16:12:59 UTC
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"
Comment 5 TAKATSU Tomonari freebsd_committer freebsd_triage 2011-05-30 16:16:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!