Created attachment 255423 [details] anthy-unicode Anthy is a japanese input method library that can be used from many setups. Anthy Unicode's purposes are: 1. Convert internal codes from EUC-JP to UTF-8 2. Migrate the user fiels from $HOME/.anthy to $XDG_CONFIG_HOME/anthy 3. Maintain new eras 4. Enhance th word conversions
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dd70ed34a54a254b26195b18cd90adba69e5c12 commit 5dd70ed34a54a254b26195b18cd90adba69e5c12 Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2024-12-01 07:32:13 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2024-12-01 07:53:25 +0000 japanese/anthy-unicode: Add new port Anthy Unicode is a library for Japanese text input. It is a fork of Anthy. PR: 282941 Reported by: mew14930xvi@inbox.lv japanese/Makefile | 1 + japanese/anthy-unicode/Makefile (new) | 33 +++++++++ japanese/anthy-unicode/distinfo (new) | 3 + japanese/anthy-unicode/files/patch-doc_ELISP (new) | 83 ++++++++++++++++++++++ japanese/anthy-unicode/pkg-descr (new) | 10 +++ japanese/anthy-unicode/pkg-message (new) | 11 +++ japanese/anthy-unicode/pkg-plist (new) | 32 +++++++++ japanese/anthy/Makefile | 2 + 8 files changed, 175 insertions(+)
Added with slight modifications: - Modify COMMENT to conform conventions described in the Porter's Handbook (https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-comment) - Add CONFLICTS_INSTALL=ja-anthy