Bug 137360 - Change japanese/uim-anthy:
Summary: Change japanese/uim-anthy:
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 17:30 UTC by Yamashiro Jun
Modified: 2009-09-23 16:58 UTC (History)
0 users

See Also:


Attachments
file.diff (1.76 KB, patch)
2009-08-02 17:30 UTC, Yamashiro Jun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yamashiro Jun 2009-08-02 17:30:05 UTC
Anthy module within UIM(japanese/uim-anthy) has a UTF-8 kana-kanji 
dictionary support mode.  But, japanese/uim-anthy isn't enable 
UTF-8 mode(--with-anthy-utf8).

Merit of UTF-8 support.
* It enable input some characters only in Unicode.
* Make easy enable/disable optional dictionary(ex: 2ch dict, Okinawa dict).

Fix: # cd /usr/ports/japanese/uim-anthy
# patch -p1 < /path/to/patch.diff



Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-02 17:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-23 16:42:33 UTC
nobutaka    2009-09-23 15:42:22 UTC

  FreeBSD ports repository

  Modified files:
    japanese/uim-anthy   Makefile pkg-plist 
    textproc/uim         Makefile distinfo 
    textproc/uim/files   extra-patch-qt_chardict_po_Makefile.in.in 
    textproc/uim-el      Makefile distinfo 
  Log:
  - Update to 1.5.6.
  - Enable UTF-8 dictionary support of uim-anthy. [*]
  
  PR:             ports/137360 [*]
  Submitted by:   YAMASHIRO Jun <yamajun@ofug.net> [*]
  Feature safe:   yes
  
  Revision  Changes    Path
  1.14      +5 -2      ports/japanese/uim-anthy/Makefile
  1.6       +5 -0      ports/japanese/uim-anthy/pkg-plist
  1.24      +1 -2      ports/textproc/uim-el/Makefile
  1.14      +3 -3      ports/textproc/uim-el/distinfo
  1.82      +1 -2      ports/textproc/uim/Makefile
  1.39      +3 -3      ports/textproc/uim/distinfo
  1.2       +11 -2     ports/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in
_______________________________________________
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 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2009-09-23 16:57:32 UTC
State Changed
From-To: open->closed

Committed, thanks!