./inputmethod/libskk, Library to deal with Japnese kana-to-kanji conversion method

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.5nb3, Package name: libskk-1.0.5nb3, Maintainer: pkgsrc-users

libskk -- a library to deal with Japanese kana-to-kanji conversion method

Features:

* Support basic features of SKK including new word registration into
dictionary, completion, numeric conversion, abbrev mode, kuten
input, hankaku-katakana input, Lisp expression evaluation (concat
only), and re-conversion.

* Support various typing rules including romaji-to-kana, AZIK,
TUT-Code, and NICOLA.

* Support various dictionary types including file dictionary (such as
SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
dictionary.

* GObject based API with gobject-introspection support.

* Experimental support for intelligent kana-to-kanji conversion based
on Viterbi algorithm.


Required to run:
[devel/glib2] [textproc/json-glib] [devel/libgee] [x11/libxkbcommon]

Required to build:
[devel/gobject-introspection] [pkgtools/cwrappers]

Master sites:

Filesize: 551.258 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2022-06-28 12:11:55 by Nia Alarie | Files touched by this commit (3)
Log message:
libskk: Remove introspection option.

https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-10-26 12:49:47 by Nia Alarie | Files touched by this commit (147)
Log message:
inputmethod: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./inputmethod/anthy/distinfo 2ch.t
./inputmethod/anthy/distinfo okinawa-20090801.t
   2021-10-07 16:19:53 by Nia Alarie | Files touched by this commit (148)
Log message:
inputmethod: Remove SHA1 hashes for distfiles
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2019-01-05 00:37:08 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.0.5

Changelog:
    build: Use libxkbcommon to resolve keysyms [#54]
   2018-07-07 09:21:34 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.0.4

Changelog:
    Don't consume key release events [#52]
    Improve hankaku katakana conversion [#51]
    Use the same typing rule in dict-edit mode [#50]
    Add abort-to-latin and abort-to-latin-unhandled command [#48]
    Add more z-* shortcuts from DDSKK
    Fix memory leak caused by Vala array conversion
    Bump build requirements (glib >= 2.36, valadoc >= 0.40)