pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/suikyo-conv-table Import suikyo-conv-table ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/73a1a7648e14
branches: trunk
changeset: 539223:73a1a7648e14
user: obache <obache%pkgsrc.org@localhost>
date: Sun Mar 02 02:39:54 2008 +0000
description:
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:
textproc/suikyo-conv-table/DESCR | 4 ++++
textproc/suikyo-conv-table/Makefile | 16 ++++++++++++++++
textproc/suikyo-conv-table/PLIST | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r 5efa4b0ed4d3 -r 73a1a7648e14 textproc/suikyo-conv-table/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/suikyo-conv-table/DESCR Sun Mar 02 02:39:54 2008 +0000
@@ -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 -r 5efa4b0ed4d3 -r 73a1a7648e14 textproc/suikyo-conv-table/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/suikyo-conv-table/Makefile Sun Mar 02 02:39:54 2008 +0000
@@ -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@localhost
+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 -r 5efa4b0ed4d3 -r 73a1a7648e14 textproc/suikyo-conv-table/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/suikyo-conv-table/PLIST Sun Mar 02 02:39:54 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index