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. Documentation: * file:tests/context.c for basic usage * http://du-a.org/docs/libskk/libskk/ for Vala binding reference * http://du-a.org/docs/gtk-doc/libskk/html/ for C binding reference WWW: http://github.com/ueno/libskk Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-02-03 12:36:19 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/libskk Makefile distinfo pkg-descr pkg-plist Log: Add port japanese/libskk: A library to deal with Japanese kana-to-kanji conversion method PR: ports/164484 Submitted by: Hiroto Kagotani<hiroto.kagotani@gmail.com> (maintainer) Approved by: gabor (mentor) Revision Changes Path 1.791 +1 -0 ports/japanese/Makefile 1.1 +40 -0 ports/japanese/libskk/Makefile (new) 1.1 +2 -0 ports/japanese/libskk/distinfo (new) 1.1 +27 -0 ports/japanese/libskk/pkg-descr (new) 1.1 +112 -0 ports/japanese/libskk/pkg-plist (new) _______________________________________________ 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 New port added. Thanks!