aboutsummaryrefslogtreecommitdiff
path: root/chinese/sunpinyin
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* ${ENV} does not exist, it is called ${SETENV}.Mathieu Arnold2015-04-131-1/+1
| | | | Notes: svn path=/head/; revision=383926
* Remove tar:xz from USES.Vanilla I. Shu2015-04-072-3/+3
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=383499
* 1: upgrade to 2.0.4rc3.Vanilla I. Shu2015-04-076-66/+70
| | | | | | | | | | | 2: unBROKEN. 3: move to GITHUB. PR: 199105 Submitted by: maintainer Notes: svn path=/head/; revision=383492
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383351
* Fix MAKE_CMD to be scons after r381976Bryan Drewery2015-03-231-1/+1
| | | | Notes: svn path=/head/; revision=381998
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
| | | | Notes: svn path=/head/; revision=371243
* Stage chinese/sunpinyin and unbreak on FreeBSD 10+John Marino2014-08-202-1/+14
| | | | | | | | PR: 192844 Submitted by: Henry Hu Notes: svn path=/head/; revision=365520
* 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
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Convert USE_SCONS to USESMartin Wilke2014-02-131-3/+2
| | | | Notes: svn path=/head/; revision=344117
* Import a bunch of iconv fixes.Guido Falsi2013-09-271-1/+2
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328492
* 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
* - Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h ↵Sunpoet Po-Chuan Hsieh2013-09-143-12/+16
| | | | | | | | | | | | | | | | | detection - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Covnert to new LIB_DEPENDS format - Use USES=gmake PR: ports/182079 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Approved by: Zhihao Yuan <zy@miator.net> (maintainer) Notes: svn path=/head/; revision=327251
* Convert all c categories to USE=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316310
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Host the distfile at FreeBSD's site;Xin LI2012-07-192-4/+3
| | | | | | | | | | - Remove maintainer's URL from master sites; - Recompress to make the file smaller. Requested by: maintainer Notes: svn path=/head/; revision=301200
* Update to 2.0.4 RC 2Xin LI2012-07-194-21/+21
| | | | | | | | PR: ports/170008 Submitted by: Zhihao Yuan <lichray gmail com> (maintainer) Notes: svn path=/head/; revision=301199
* - Update to 2.0.4rc1Wen Heping2012-05-255-107/+30
| | | | | | | | PR: 167863 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=297382
* - bump PORTREVISIONCheng-Lung Sung2011-11-114-0/+134
| | | | | | | | | | | | | | | | | | | - Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc. 1. patch-2.0.4-compatible sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough. 2. patch-xdg Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :) 3. patch-src... Remove the unneeded and repeated message on terminal. PR: ports/162465 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes Notes: svn path=/head/; revision=285568
* SunPinyin is a statistical language model based Chinese input method, whichCheng-Lung Sung2011-11-116-0/+160
was firstly developed by Sun Beijing Globalization team, and opensource'd to community with opensolaris project, with LGPLv2 and CDDL dual-licenses. WWW: http://code.google.com/p/sunpinyin/ Feature safe: yes Notes: svn path=/head/; revision=285499