Import suikyo-conv-table version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains conversion table of suikyo
This commit is contained in:
parent
7354caf70f
commit
e2f519b245
3 changed files with 54 additions and 0 deletions
4
textproc/suikyo-conv-table/DESCR
Normal file
4
textproc/suikyo-conv-table/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Suikyo is a Romaji Hiragana conversion library based on
|
||||
DFA (Deterministic finate state) automaton.
|
||||
|
||||
This package contains conversion table of suikyo
|
16
textproc/suikyo-conv-table/Makefile
Normal file
16
textproc/suikyo-conv-table/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:39:54 obache Exp $
|
||||
#
|
||||
|
||||
.include "../../textproc/suikyo/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-conv-table-/}
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
|
||||
COMMENT= Suikyo conversion table
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DIRS+= conv-table
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
34
textproc/suikyo-conv-table/PLIST
Normal file
34
textproc/suikyo-conv-table/PLIST
Normal file
|
@ -0,0 +1,34 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 02:39:54 obache Exp $
|
||||
share/suikyo/conv-table/ascii-wideascii
|
||||
share/suikyo/conv-table/azik
|
||||
share/suikyo/conv-table/azik-all
|
||||
share/suikyo/conv-table/azik-all_reverse
|
||||
share/suikyo/conv-table/azik_reverse
|
||||
share/suikyo/conv-table/egg-mark
|
||||
share/suikyo/conv-table/egg-mark_reverse
|
||||
share/suikyo/conv-table/halfkatakana-hiragana
|
||||
share/suikyo/conv-table/halfkatakana-katakana
|
||||
share/suikyo/conv-table/hiragana-halfkatakana
|
||||
share/suikyo/conv-table/hiragana-katakana
|
||||
share/suikyo/conv-table/kana
|
||||
share/suikyo/conv-table/kana-romaji
|
||||
share/suikyo/conv-table/kana_reverse
|
||||
share/suikyo/conv-table/katakana-halfkatakana
|
||||
share/suikyo/conv-table/katakana-hiragana
|
||||
share/suikyo/conv-table/kuten
|
||||
share/suikyo/conv-table/kuten_reverse
|
||||
share/suikyo/conv-table/romaji
|
||||
share/suikyo/conv-table/romaji-hepburn_reverse
|
||||
share/suikyo/conv-table/romaji-kana
|
||||
share/suikyo/conv-table/romaji_reverse
|
||||
share/suikyo/conv-table/skk-mark
|
||||
share/suikyo/conv-table/skk-mark_reverse
|
||||
share/suikyo/conv-table/tcode
|
||||
share/suikyo/conv-table/tcode-dvorak
|
||||
share/suikyo/conv-table/tcode-dvorak_reverse
|
||||
share/suikyo/conv-table/tcode_reverse
|
||||
share/suikyo/conv-table/tutcode
|
||||
share/suikyo/conv-table/tutcode_reverse
|
||||
share/suikyo/conv-table/wideascii-ascii
|
||||
@dirrm share/suikyo/conv-table
|
||||
@dirrm share/suikyo
|
Loading…
Reference in a new issue