pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/brise brise: Remove older data and schema ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/607b5a4f0f62
branches:  trunk
changeset: 447422:607b5a4f0f62
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Feb 20 21:15:10 2021 +0000

description:
brise: Remove older data and schema for RISE

diffstat:

 inputmethod/brise/DESCR                  |  10 -----
 inputmethod/brise/Makefile               |  20 -----------
 inputmethod/brise/PLIST                  |  56 --------------------------------
 inputmethod/brise/distinfo               |   7 ----
 inputmethod/brise/patches/patch-Makefile |  15 --------
 5 files changed, 0 insertions(+), 108 deletions(-)

diffs (128 lines):

diff -r 4561c0b12c62 -r 607b5a4f0f62 inputmethod/brise/DESCR
--- a/inputmethod/brise/DESCR   Sat Feb 20 21:12:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-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 -r 4561c0b12c62 -r 607b5a4f0f62 inputmethod/brise/Makefile
--- a/inputmethod/brise/Makefile        Sat Feb 20 21:12:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2019/06/24 10:59:40 nia Exp $
-
-DISTNAME=      brise-0.30
-CATEGORIES=    inputmethod chinese
-MASTER_SITES=  http://rimeime.googlecode.com/files/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://rime.im/
-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 -r 4561c0b12c62 -r 607b5a4f0f62 inputmethod/brise/PLIST
--- a/inputmethod/brise/PLIST   Sat Feb 20 21:12:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-@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 -r 4561c0b12c62 -r 607b5a4f0f62 inputmethod/brise/distinfo
--- a/inputmethod/brise/distinfo        Sat Feb 20 21:12:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2017/03/23 17:06:53 joerg Exp $
-
-SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438
-RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba
-SHA512 (brise-0.30.tar.gz) = 1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748
-Size (brise-0.30.tar.gz) = 6556594 bytes
-SHA1 (patch-Makefile) = 05458093aeb02cd71a53ffb710bbf7c212617852
diff -r 4561c0b12c62 -r 607b5a4f0f62 inputmethod/brise/patches/patch-Makefile
--- a/inputmethod/brise/patches/patch-Makefile  Sat Feb 20 21:12:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2015/10/30 12:21:17 tnn Exp $
-
-Don't litter /tmp with 200MB of debug logs after build.
-
---- Makefile.orig      2013-11-10 10:20:19.000000000 +0000
-+++ Makefile
-@@ -18,7 +18,7 @@ all: essay
-       @cp symbols.yaml ${DATA}
-       @cp preset/*.yaml  ${DATA}
-       @cp supplement/*.yaml  ${DATA}
--      rime_deployer --build  ${DATA}
-+      env TMPDIR="$$(pwd)" rime_deployer --build  ${DATA}
- 
- essay:
-       @echo "generating essay.kct."



Home | Main Index | Thread Index | Old Index