aboutsummaryrefslogtreecommitdiff
path: root/chinese/ibus-pinyin
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Unbreak by change MASTER_SITES to githubWen Heping2016-12-292-11/+8
| | | | | | | | PR: 213006 Submitted by: henry.hu.sh@gmail.com(maintainer) Notes: svn path=/head/; revision=429868
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-10/+4
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371243
* - Convert ports from cad/, chinese/, comms/ and converters/ to newMarcus von Appen2014-10-191-3/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371172
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update to 1.5.0Xin LI2014-07-084-65/+34
| | | | | | | | PR: ports/190644 Submitted by: maintainer Notes: svn path=/head/; revision=361149
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-1/+1
| | | | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360738
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-8/+2
| | | | Notes: svn path=/head/; revision=339853
* Revise previous change: only remove USE_GCC=yes when we are usingXin LI2014-01-061-1/+7
| | | | | | | | | | | | a fresh -CURRENT (after clang have made default). PORTREVISION not bumped because this is a build fix for earlier FreeBSD versions. Reported by: Henry Hu (maintainer), kmoore Notes: svn path=/head/; revision=338933
* Don't use USE_GCC. The C++ runtime would conflict withXin LI2013-12-201-2/+1
| | | | | | | | | | other libraries when base system uses clang, making the package useless. Discussed with: maintainer Notes: svn path=/head/; revision=336968
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in chinese Notes: svn path=/head/; revision=336173
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326491
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-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) Notes: svn path=/head/; revision=324851
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Convert to new options framework left unconverted ports in c* categoriesBaptiste Daroussin2013-03-211-10/+12
| | | | Notes: svn path=/head/; revision=314855
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-7/+3
| | | | Notes: svn path=/head/; revision=313402
* Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way outGerald Pfeifer2012-07-251-1/+1
| | | | | | | | | and GCC 4.6 has been the default for a while. Approved by: maintainer Notes: svn path=/head/; revision=301534
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 1.4.0.Xin LI2012-01-103-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) Notes: svn path=/head/; revision=288923
* - Update to 1.3.11Frederic Culot2011-04-242-3/+3
| | | | | | | | PR: ports/156562 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Notes: svn path=/head/; revision=273127
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Promote dependencies to build dependencies. This fixes a buildXin LI2010-07-011-2/+4
| | | | | | | | | | issue introduced by previous revision by me. Submitted by: wen Feature safe: yes Notes: svn path=/head/; revision=257270
* Update to 1.3.8.Xin LI2010-06-293-52/+28
| | | | | | | | | | | This is based on an earlier patch revised by maintainer but all bugs are mine. Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=257175
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.2.0.20090915Wen Heping2009-11-202-5/+4
| | | | | | | | PR: ports/140664 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Notes: svn path=/head/; revision=244513
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix typo.Daichi GOTO2009-04-301-1/+1
| | | | Notes: svn path=/head/; revision=232962
* PinYin engine for IBus.Pav Lucistnik2009-03-264-0/+105
WWW: http://code.google.com/p/ibus PR: ports/128371 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Notes: svn path=/head/; revision=231048