summaryrefslogtreecommitdiff
path: root/chinese/libchewing (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-25- Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik1-1/+0
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
2007-08-04- Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan1-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
2006-08-14- Respect DESTDIRCheng-Lung Sung1-2/+2
- Use USE_LDCONFIG PR: ports/101872 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170535
2006-05-22- Require newer GCC to build, fix build on 4.xCheng-Lung Sung1-0/+1
PR: 97573 Submitted by: Rong-En Fan Notes: svn path=/head/; revision=163053
2006-05-20- since isspace(0xa0) return true. When using sscanf(...,"%s",...),Cheng-Lung Sung3-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
2006-05-16- update to 0.3.0Cheng-Lung Sung4-40/+9
Notes: svn path=/head/; revision=162513
2006-04-27- Fix build on 4.x. Dont use C99 syntax.Cheng-Lung Sung1-0/+32
PR: 96384 Submitted by: Rong-En Fan <rafan AT infor dot org> Notes: svn path=/head/; revision=160552
2006-02-23Conversion to a single libtool environment.Ade Lovett2-1/+3
Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
2006-02-06- Update to 0.2.7Cheng-Lung Sung3-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
2006-01-22SHA256ify (manually done and checked)Edwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154147
2006-01-14BROKEN: Does not buildKris Kennaway1-0/+2
Notes: svn path=/head/; revision=153435
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett1-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
2005-03-05- update the URL of master siteYen-Ming Lee4-15/+16
- upgrade to 0.2.6 Approved by: kcwu Notes: svn path=/head/; revision=130423
2004-10-13Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.Pav Lucistnik4-0/+51
PR: ports/72620 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=119320