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:
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks!