Bug 283005 - [NEW PORT] japanese/kasumi-unicode: dictionary management tool for anthy-unicode
Summary: [NEW PORT] japanese/kasumi-unicode: dictionary management tool for anthy-unicode
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/fujiwarat/kasumi-u...
Keywords:
Depends on: 282941
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-27 16:14 UTC by mew14930xvi
Modified: 2025-01-19 13:04 UTC (History)
3 users (show)

See Also:


Attachments
dictionary management tool for anthy-unicode (2.87 KB, patch)
2024-11-27 16:14 UTC, mew14930xvi
no flags Details | Diff
dictionary management tool (3.08 KB, patch)
2024-11-30 12:05 UTC, mew14930xvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2024-11-27 16:14:02 UTC
Created attachment 255493 [details]
dictionary management tool for anthy-unicode

kasumi is a dictionary management tool for Anthy.
kasumi-unicode is forked from kasumi to work with anthy-unicode and GTK3.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2024-11-30 10:34:17 UTC
Thank you for your submission.

Please extend pkg-descr to at least three lines, ideally more.  This is what people read to find out if they want the port or not.  Make sure the description explains why you would want this port over others and what benefits it brings.

Check if an NLS option can be added (japanese/kasumi has one)

CC'ed nobutaka@, maintainer of japanese/kasumi.
Comment 2 mew14930xvi 2024-11-30 12:05:28 UTC
Created attachment 255539 [details]
dictionary management tool

Slightly modified.
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-11-30 12:09:09 UTC
Looks fine.  Let's wait a bit, maybe nobutaka@ has something to say about this one.
Comment 4 MANTANI Nobutaka freebsd_committer freebsd_triage 2024-12-01 08:03:38 UTC
I have added japanese/anthy-unicode port.
Robert, it is OK to add japanese/kasumi-unicode.
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2024-12-01 16:46:25 UTC
Please submit future patches in git-format-patch format in the future.  This makes it easier to apply them.

Will commit with my next batch unless there is some sort of problem.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-12-02 14:28:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5dfebd4d34ce472ff8370c910632d2dc447a9f39

commit 5dfebd4d34ce472ff8370c910632d2dc447a9f39
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-12-01 16:45:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-02 14:27:34 +0000

    japanese/kasumi-unicode: dictionary management tool for anthy-unicode

    Kasumi-unicode is a personal dictionary management tool for Anthy-unicode.
    Anthy-unicode is a Japanese input method to convert Hiragana text to Kana
    Kanji mixed text.
    Featuring add words, edit words, delete words, search words and so on.

    PR:             283005
    Reviewed by:    nobutaka

 japanese/Makefile                                  |  1 +
 japanese/kasumi-unicode/Makefile (new)             | 30 ++++++++++++++++++++++
 japanese/kasumi-unicode/distinfo (new)             |  3 +++
 .../files/patch-cellrendererspin.c (new)           | 11 ++++++++
 japanese/kasumi-unicode/pkg-descr (new)            |  4 +++
 japanese/kasumi-unicode/pkg-plist (new)            |  6 +++++
 japanese/kasumi/Makefile                           |  2 ++
 7 files changed, 57 insertions(+)
Comment 7 Robert Clausecker freebsd_committer freebsd_triage 2024-12-02 14:39:29 UTC
Thank you for your contribution.