./inputmethod/librime, Rime input method engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 1.0nb1, Package name: librime-1.0nb1, Maintainer: pkgsrc-users

RIME: Rime Input Method Engine

features:
- supporting varieties of input methods, either shape-based or phonetic-based,
including those for Chinese dialects
- a built-in dictionary in traditional Chinese, easily converting to
simplified Chinese via opencc
- a modulized, extensible input method framework to create innovative input
schemata in YAML syntax
- cross-platform core library in C++, built on top of open-source technologies
- OS-specific wrappers working consistently on Windows, Linux and OS X


Required to run:
[devel/boost-libs] [devel/google-glog] [databases/kyotocabinet] [textproc/yaml-cpp] [converters/opencc]

Required to build:
[devel/boost-headers] [x11/xproto]

Master sites:

SHA1: 5fd6db95b039e08dadfe547e3e63962aeaa97d8c
RMD160: 0e5972bfcf179d464a8e58f9ddce3bf55708865b
Filesize: 2516.017 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-25 21:28:44 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4682 - requested by hiramatsu
inputmethod/librime: build fix

Revisions pulled up:
- inputmethod/librime/distinfo                                  1.3
- inputmethod/librime/patches/patch-src_dict_table.cc           1.2

---
   Module Name:	pkgsrc
   Committed By:	hiramatsu
   Date:		Tue Apr 21 13:59:31 UTC 2015

   Modified Files:
   	pkgsrc/inputmethod/librime: distinfo
   	pkgsrc/inputmethod/librime/patches: patch-src_dict_table.cc

   Log message:
   Fix build break with gcc.
   2015-04-18 14:02:41 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4665 - requested by joerg
inputmethod/librime - build fix

Revisions pulled up:
- inputmethod/librime/Makefile                                  1.4
- inputmethod/librime/distinfo                                  1.2
- inputmethod/librime/patches/patch-src_dict_table.cc           1.1

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Tue Apr 14 14:38:05 UTC 2015

   Modified Files:
   	pkgsrc/inputmethod/librime: Makefile distinfo
   Added Files:
   	pkgsrc/inputmethod/librime/patches: patch-src_dict_table.cc

   Log message:
   Entries in the output file are generally not correctly aligned, so tell
   the compiler explicitly about this fact and use memcpy for writing the
   data. Bump revision.