freebsd-ports/chinese/wenju/pkg-descr
Alexey Dokuchaev bba397e1b4 * Update to version 1.6
* Remove two offending and incorrect patches: GNU getline() should be
  replaced by standard fgets() with care, as they two return different
  things (number of characters read vs. pointer to the string).  These
  two patches simply replaced one call with the other, leaving return
  value unmodified according to what caller had expected, which leads
  to all sorts of weird crashes and segfaults.  Port itself checks for
  getline() presence and uses bundled implementation if it's not found
* As usual, clean up Makefile and port description while I'm here
2011-05-18 09:06:49 +00:00

9 lines
495 B
Text

A collection of writing tools (wenju in Chinese pinyin) such as TIM (Table-
based Input Method), text file formatter, etc. All the tools are based on
Unicode. Default input tables include Wubi and Pinyin, among others.
This port also provides "wrap" utility which can be used to wrap input text
to specified width. It correctly takes into account punctuation marks when
breaking words, and that Latin and Chinese characters have different width.
WWW: http://sourceforge.net/projects/wenju/