aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ibus-pinyin
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Convert to new options framework left unconverted ports in c* categoriesbapt2013-03-221-10/+12
|
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-7/+3
|
* Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way outgerald2012-07-261-1/+1
| | | | | | and GCC 4.6 has been the default for a while. Approved by: maintainer
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to 1.4.0.delphij2012-01-113-10/+56
| | | | | | | | | | | Changes: * Remove dependency on boost * Require GCC 4.4+ for c++0x standard * Add three options to select database to use and select optional dependencies PR: ports/163883 Submitted by: Henry Hu <henry.hu.sh gmail.com> (maintainer)
* - Update to 1.3.11culot2011-04-242-3/+3
| | | | | PR: ports/156562 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Promote dependencies to build dependencies. This fixes a builddelphij2010-07-021-2/+4
| | | | | | | issue introduced by previous revision by me. Submitted by: wen Feature safe: yes
* Update to 1.3.8.delphij2010-06-303-52/+28
| | | | | | | | This is based on an earlier patch revised by maintainer but all bugs are mine. Approved by: maintainer timeout Feature safe: yes
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 1.2.0.20090915wen2009-11-202-5/+4
| | | | | PR: ports/140664 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Fix typo.daichi2009-04-301-1/+1
|
* PinYin engine for IBus.pav2009-03-264-0/+105
WWW: http://code.google.com/p/ibus PR: ports/128371 Submitted by: Henry Hu <henry.hu.sh@gmail.com>