summaryrefslogtreecommitdiff
path: root/chinese/fcitx-sunpinyin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* c*: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517041
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508834
* - Fix build by adding bash as BUILD_DEPENDSWen Heping2018-11-111-0/+2
| | | | | | | | | PR: 231612 Submitted by: wen@ Approved by: maintainer Notes: svn path=/head/; revision=484688
* - Update to 0.4.2Wen Heping2018-09-253-3/+9
| | | | | | | | | PR: 231618 Submitted by: ryo@tetera.org Approved by: maintainer Notes: svn path=/head/; revision=480649
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Major update to libpinyin, fcitx and their add ons:Xin LI2015-03-314-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | - New port: chinese/brise Rime schema repository - Update chinese/fcitx to 4.2.8.5. - Update chinese/fcitx-chewing to 0.2.2. - Update chinese/fcitx-cloudpinyin to 0.3.4. - Update chinese/fcitx-configtool to 0.4.8. - Update chinese/fcitx-libpinyin to 0.3.1. - Update chinese/fcitx-rime to 0.3.1. - Update chinese/fcitx-sunpinyin to 0.4.1. - Update chinese/fcitx-table-extra to 0.3.7. - Add LICENSE and update website (mainly move off Google Code) for various ports. - Update chinese/libpinyin to 1.1.0. - Update chinese/librime to 1.1. - Update chinese/opencc to 0.4.3. - Update japanese/fcitx-anthy to 0.2.1. - New port: japanese/fcitx-skk SKK support for Fcitx - Update korean/fcitx-hangul to 0.3.0. - Update textproc/fcitx-m17n to 0.2.3. PR: ports/198743 Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij Notes: svn path=/head/; revision=382798
* Stage chinese/fcitx-sunpinyinJohn Marino2014-08-211-5/+1
| | | | | | | | PR: 192894 Submitted by: Henry Hu Notes: svn path=/head/; revision=365601
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* 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
* 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 explicit dependency on pkgconf (18 ports)John Marino2013-09-121-6/+2
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327044
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 0.3.9Wen Heping2012-09-193-16/+3
| | | | | | | | PR: 171608 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=304479
* - Update fcitx and addons to 4.2.5Michael Scheidell2012-07-254-6/+20
| | | | | | | | | | - Remove textproc/fcitx-keyboard PR: ports/170010 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=301526
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.3.6Wen Heping2012-05-253-14/+3
| | | | | | | | PR: 167863 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=297387
* - Update chinese/fcitx-googlepinyin to 0.1.4Michael Scheidell2012-04-305-16/+16
| | | | | | | | | | | | | | - Update chinese/fcitx-configtool to 0.4.0 - Update chinese/fcitx-cloudpinyin to 0.2.0 - Update chinese/fcitx-sunpinyin to 0.3.3 - Update chinese/fcitx to 4.2.2 - Update textproc/fcitx-keyboard to 0.1.0 PR: ports/166689 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=295745
* - Add intltool to GNOME dependency. [*]Xin LI2012-02-091-0/+1
| | | | | | | | | | - Add configuration templates to pkg-plist. Reported by: pav Submitted by: maintainer Notes: svn path=/head/; revision=290754
* Update fcitx and friends:Xin LI2012-02-074-14/+4
| | | | | | | | | | | | | | | | - fcitx to 4.2.0, always depend on dbus - fcitx-cloudpinyin to 0.2.0 - fcitx-configtool to 0.4.0 - fcitx-googlepinyin to 0.1.4 - fcitx-sunpinyin to 0.3.3 - fcitx-ui-light to 0.1.3 - libgooglepinyin to 0.1.2 PR: ports/164820 Submitted by: maintainer (Zhihao Yuan <lichray gmail com> Notes: svn path=/head/; revision=290612
* - remove the x11 sub-categories of the fcitx-* ports, and put their distfilesCheng-Lung Sung2011-11-142-3/+4
| | | | | | | | | | | together PR: ports/162487 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes Notes: svn path=/head/; revision=285727
* fcitx-sunpinyin provides SunPinyin, a statistical language model basedCheng-Lung Sung2011-11-117-0/+78
input method engine, as a back-end to the Fcitx IM server. WWW: http://code.google.com/p/fcitx/ PR: ports/162466 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes Notes: svn path=/head/; revision=285569