diff options
author | obache <obache@pkgsrc.org> | 2014-12-04 12:10:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-04 12:10:04 +0000 |
commit | 6d610d730d319de61b56eebf48c76d5ca2e3f5a4 (patch) | |
tree | 40c9ef641b74cf10bc1c044ae6d9a201cb9e40ba /inputmethod | |
parent | 7d82f53030420c5ef3d78f321d27ce884c28a427 (diff) | |
download | pkgsrc-6d610d730d319de61b56eebf48c76d5ca2e3f5a4.tar.gz |
Import brise-0.30 as inputmethod/brise.
La brise: the official Rime schema repository.
providing:
- default.yaml: Rime default settings
- symbols.yaml: punctuation and special characters
- essay: a vocabulary and language model
- preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke
- supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin,
jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng
- extra schemata: (included in the source package but not installed)
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/brise/DESCR | 10 | ||||
-rw-r--r-- | inputmethod/brise/Makefile | 20 | ||||
-rw-r--r-- | inputmethod/brise/PLIST | 56 | ||||
-rw-r--r-- | inputmethod/brise/distinfo | 5 |
4 files changed, 91 insertions, 0 deletions
diff --git a/inputmethod/brise/DESCR b/inputmethod/brise/DESCR new file mode 100644 index 00000000000..60d07737251 --- /dev/null +++ b/inputmethod/brise/DESCR @@ -0,0 +1,10 @@ +La brise: the official Rime schema repository. + +providing: + - default.yaml: Rime default settings + - symbols.yaml: punctuation and special characters + - essay: a vocabulary and language model + - preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke + - supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin, + jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng + - extra schemata: (included in the source package but not installed) diff --git a/inputmethod/brise/Makefile b/inputmethod/brise/Makefile new file mode 100644 index 00000000000..d8ff91c10a4 --- /dev/null +++ b/inputmethod/brise/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/12/04 12:10:04 obache Exp $ + +DISTNAME= brise-0.30 +CATEGORIES= inputmethod chinese +MASTER_SITES= http://rimeime.googlecode.com/files/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://code.google.com/p/rimeime/ +COMMENT= Official Rime Schema repository +LICENSE= gnu-gpl-v3 + +BUILD_DEPENDS+= kyotocabinet-[0-9]*:../../databases/kyotocabinet +DEPENDS+= librime>=1.0:../../inputmethod/librime + +WRKSRC= ${WRKDIR}/brise +USE_LANGUAGES= # none + +USE_TOOLS+= gmake + +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/brise/PLIST b/inputmethod/brise/PLIST new file mode 100644 index 00000000000..6865bcb9c13 --- /dev/null +++ b/inputmethod/brise/PLIST @@ -0,0 +1,56 @@ +@comment $NetBSD: PLIST,v 1.1 2014/12/04 12:10:04 obache Exp $ +share/rime-data/bopomofo.schema.yaml +share/rime-data/bopomofo_tw.schema.yaml +share/rime-data/cangjie5.dict.yaml +share/rime-data/cangjie5.prism.bin +share/rime-data/cangjie5.reverse.bin +share/rime-data/cangjie5.schema.yaml +share/rime-data/cangjie5.table.bin +share/rime-data/cangjie5_express.schema.yaml +share/rime-data/combo_pinyin.schema.yaml +share/rime-data/default.yaml +share/rime-data/double_pinyin.schema.yaml +share/rime-data/double_pinyin_abc.schema.yaml +share/rime-data/double_pinyin_flypy.schema.yaml +share/rime-data/double_pinyin_mspy.schema.yaml +share/rime-data/emoji.dict.yaml +share/rime-data/emoji.schema.yaml +share/rime-data/essay.kct +share/rime-data/ipa_xsampa.dict.yaml +share/rime-data/ipa_xsampa.schema.yaml +share/rime-data/jyutping.dict.yaml +share/rime-data/jyutping.schema.yaml +share/rime-data/luna_pinyin.dict.yaml +share/rime-data/luna_pinyin.prism.bin +share/rime-data/luna_pinyin.reverse.bin +share/rime-data/luna_pinyin.schema.yaml +share/rime-data/luna_pinyin.table.bin +share/rime-data/luna_pinyin_fluency.prism.bin +share/rime-data/luna_pinyin_fluency.schema.yaml +share/rime-data/luna_pinyin_simp.prism.bin +share/rime-data/luna_pinyin_simp.schema.yaml +share/rime-data/luna_pinyin_tw.prism.bin +share/rime-data/luna_pinyin_tw.schema.yaml +share/rime-data/pinyin_simp.dict.yaml +share/rime-data/pinyin_simp.schema.yaml +share/rime-data/quick5.dict.yaml +share/rime-data/quick5.schema.yaml +share/rime-data/sampheng.schema.yaml +share/rime-data/soutzoe.dict.yaml +share/rime-data/soutzoe.schema.yaml +share/rime-data/stroke.dict.yaml +share/rime-data/stroke.prism.bin +share/rime-data/stroke.reverse.bin +share/rime-data/stroke.schema.yaml +share/rime-data/stroke.table.bin +share/rime-data/symbols.yaml +share/rime-data/terra_pinyin.dict.yaml +share/rime-data/terra_pinyin.schema.yaml +share/rime-data/wubi86.dict.yaml +share/rime-data/wubi86.schema.yaml +share/rime-data/wubi_pinyin.schema.yaml +share/rime-data/wugniu.schema.yaml +share/rime-data/wugniu_lopha.dict.yaml +share/rime-data/wugniu_lopha.schema.yaml +share/rime-data/zyenpheng.dict.yaml +share/rime-data/zyenpheng.schema.yaml diff --git a/inputmethod/brise/distinfo b/inputmethod/brise/distinfo new file mode 100644 index 00000000000..eca6fcd79a4 --- /dev/null +++ b/inputmethod/brise/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/12/04 12:10:04 obache Exp $ + +SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438 +RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba +Size (brise-0.30.tar.gz) = 6556594 bytes |