1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/libskk/pkg-descr
Rusmir Dusko b9649039e8 - Update to 1.0.1
- Change master site
- Add license (GPLv3)
- Add dependencies for lang/vala, textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Add USE_GNOME=introspection [1]
- Remove USE_GCC=any, builds properly with Clang
- Disable all warnings with -w
- Add DOCS and Option
- Support STAGEDIR and add OPTIONS_SUB
- Remove obsolete REINPLACE
- Strip library
- Change WWW

PR:		ports/186181, ports/186216
Submitted by:	nemysis (self), amdmi3@ [1]
Approved by:	maintainer timeout (14 days)
2014-02-10 13:17:56 +00:00

24 lines
922 B
Plaintext

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/