diff options
author | obache <obache@pkgsrc.org> | 2008-03-02 02:39:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-02 02:39:54 +0000 |
commit | e7f2f88b5c2e8b8729d73875e459b7b8d668bdcd (patch) | |
tree | d1f864c06d973676ed0447c81b6c48c59bad6591 /textproc | |
parent | 78eb732c3e6fd75cbf227dba1b4e5273ba3f88f6 (diff) | |
download | pkgsrc-e7f2f88b5c2e8b8729d73875e459b7b8d668bdcd.tar.gz |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/suikyo-conv-table/DESCR | 4 | ||||
-rw-r--r-- | textproc/suikyo-conv-table/Makefile | 16 | ||||
-rw-r--r-- | textproc/suikyo-conv-table/PLIST | 34 |
3 files changed, 54 insertions, 0 deletions
diff --git a/textproc/suikyo-conv-table/DESCR b/textproc/suikyo-conv-table/DESCR new file mode 100644 index 00000000000..7a71b5970c9 --- /dev/null +++ b/textproc/suikyo-conv-table/DESCR @@ -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 diff --git a/textproc/suikyo-conv-table/Makefile b/textproc/suikyo-conv-table/Makefile new file mode 100644 index 00000000000..7a2b94a7ffa --- /dev/null +++ b/textproc/suikyo-conv-table/Makefile @@ -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" diff --git a/textproc/suikyo-conv-table/PLIST b/textproc/suikyo-conv-table/PLIST new file mode 100644 index 00000000000..43ff4a1377c --- /dev/null +++ b/textproc/suikyo-conv-table/PLIST @@ -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 |