aboutsummaryrefslogtreecommitdiff
path: root/chinese/libchewing
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-102-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* - Update WWWLi-Wen Hsu2018-03-291-1/+1
| | | | Notes: svn path=/head/; revision=465895
* Update to 0.5.1.Vanilla I. Shu2017-02-044-15/+6
| | | | Notes: svn path=/head/; revision=433316
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-291-4/+4
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429918
* Revert r428752 and unbreakAntoine Brodin2016-12-171-2/+4
| | | | | | | Pointy hat: sunpoet Notes: svn path=/head/; revision=428775
* - Use USES=makeinfo instead of hard-coded BUILD_DEPENDSSunpoet Po-Chuan Hsieh2016-12-171-4/+2
| | | | | | | - Use = instead of += for CMAKE_ARGS Notes: svn path=/head/; revision=428752
* - Fix runtime error caused by wrong CHEWING_DATADIRLi-Wen Hsu2016-05-092-1/+11
| | | | | | | Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=414867
* Update to 0.5.0.Vanilla I. Shu2016-05-095-34/+17
| | | | Notes: svn path=/head/; revision=414824
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Add USES=pathfix support for CMake. Some ports that use CMake to buildJason E. Hale2016-01-071-13/+4
| | | | | | | | | | | | | | already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt) Notes: svn path=/head/; revision=405449
* - Switch to USE_SQLITEJason E. Hale2016-01-071-2/+2
| | | | | | | - Remove unnecessary gmake build dependency Notes: svn path=/head/; revision=405441
* Remove BROKEN on powerpc statements: both these ports build and install fine.Alexey Dokuchaev2015-09-031-2/+0
| | | | Notes: svn path=/head/; revision=395937
* - Style improvementsDmitry Marakasov2015-06-071-8/+4
| | | | Notes: svn path=/head/; revision=388735
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Fix runtime error with wrong datadir.Vanilla I. Shu2015-02-262-0/+16
| | | | | | | Obtained from: James Hung via facebook. Notes: svn path=/head/; revision=380006
* Fix build on 10 (makeinfo issue)Vanilla I. Shu2015-02-152-5/+23
| | | | | | | | PR: 197598 Submitted by: Ting-Wei Lan <lantw44 at gmail.com> Notes: svn path=/head/; revision=379027
* 1: Upgrade to 0.4.0.Vanilla I. Shu2015-02-097-53/+37
| | | | | | | | | | 2: add LICENSE & LICENSE_FILE 3: add LIB_DEPENDS to sqlite3 4: sort USES 5: switch to cmake. Notes: svn path=/head/; revision=378710
* Finish resetting maintainershipBaptiste Daroussin2014-12-021-1/+1
| | | | | | | PR: 195059 Notes: svn path=/head/; revision=373793
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371243
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-192-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358417
* - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356156
* Support STAGEDIR.Vanilla I. Shu2014-01-082-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339152
* 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
* Convert remanent USE_PKGCONFIG to USES=pkgconfigBaptiste Daroussin2013-07-061-3/+1
| | | | | | | | | | | While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix Notes: svn path=/head/; revision=322366
* Update chinese/libchewing to 0.3.4Cheng-Lung Sung2013-06-275-10/+47
| | | | | | | | | | | | | * Master site changed to Google Code * Patches to install data into PREFIX/share/chewing Patch created and tested by me and Zhihao Yuan(lichray@gmail.com) PR: ports/176021 Submitted by: Henry Hu <henry.hu.sh_AT_gmail.com> Notes: svn path=/head/; revision=321829
* Fails to install on powerpc: signal 6.Mark Linimon2011-11-101-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285467
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Fix build with FreeBSD 10Koop Mast2011-10-291-0/+1
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284673
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 0.3.3Cheng-Lung Sung2011-03-032-4/+3
| | | | | | | | PR: ports/155089 Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com> Notes: svn path=/head/; revision=270166
* - Update to 0.3.2Cheng-Lung Sung2009-12-186-45/+9
| | | | | | | | PR: ports/140991 Submitted by: Denny Lin <dennylin93_AT_cnmc32 dot hs dot ntnu dot edu dot tw> Notes: svn path=/head/; revision=246118
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Respect DESTDIRCheng-Lung Sung2006-08-141-2/+2
| | | | | | | | | | - Use USE_LDCONFIG PR: ports/101872 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170535
* - Require newer GCC to build, fix build on 4.xCheng-Lung Sung2006-05-221-0/+1
| | | | | | | | PR: 97573 Submitted by: Rong-En Fan Notes: svn path=/head/; revision=163053
* - since isspace(0xa0) return true. When using sscanf(...,"%s",...),Cheng-Lung Sung2006-05-203-0/+23
| | | | | | | | | | | | it will treat some UTF8 words containing 0xa0 as spaces. Thus those words will be skipped. - added two patch to avoid that problem. - bump PORTREVISION Submitted by: Rong-En Fan <rafan_AT_infor dot org> Notes: svn path=/head/; revision=162881
* - update to 0.3.0Cheng-Lung Sung2006-05-164-40/+9
| | | | Notes: svn path=/head/; revision=162513
* - Fix build on 4.x. Dont use C99 syntax.Cheng-Lung Sung2006-04-271-0/+32
| | | | | | | | PR: 96384 Submitted by: Rong-En Fan <rafan AT infor dot org> Notes: svn path=/head/; revision=160552
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 0.2.7Cheng-Lung Sung2006-02-063-8/+15
| | | | | | | | | | | | | - fix BROKEN - remove GNU_CONFIGURE (included in USE_AUTOTOOLS) - take maintainer (requested by <kcwu AT csie dot org>) PR: 92879 Submitted by: clsung Approved by: maintainer Notes: svn path=/head/; revision=155336
* SHA256ify (manually done and checked)Edwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154147
* BROKEN: Does not buildKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153435
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - update the URL of master siteYen-Ming Lee2005-03-054-15/+16
| | | | | | | | | - upgrade to 0.2.6 Approved by: kcwu Notes: svn path=/head/; revision=130423
* Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.Pav Lucistnik2004-10-134-0/+51
PR: ports/72620 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=119320