Bug 164484 - [NEW PORT] japanese/libskk: A library to deal with Japanese kana-to-kanji conversion method
Summary: [NEW PORT] japanese/libskk: A library to deal with Japanese kana-to-kanji con...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 15:20 UTC by hiroto.kagotani
Modified: 2012-02-03 12:40 UTC (History)
0 users

See Also:


Attachments
ja-libskk-0.0.9.shar (7.57 KB, text/plain)
2012-01-25 15:20 UTC, hiroto.kagotani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiroto.kagotani 2012-01-25 15:20:08 UTC
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
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-02-03 10:16:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-03 12:36:30 UTC
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"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-02-03 12:38:40 UTC
State Changed
From-To: open->closed

New port added. Thanks!