summaryrefslogtreecommitdiff
path: root/chinese/xcin25 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove chinese/xcin25. It is renamed to chinese/xcin to reflect its realRong-En Fan2006-11-0512-413/+0
| | | | | | | portname. Notes: svn path=/head/; revision=176466
* - Use new magic in MASTER_SITESRong-En Fan2006-09-181-2/+1
| | | | | | | Thanks to: sat Notes: svn path=/head/; revision=173282
* - Fix pointyhat build by putting chewing patch to local distfilesRong-En Fan2006-09-121-1/+2
| | | | Notes: svn path=/head/; revision=172860
* - Drop maintainership due to no active use of these portsRong-En Fan2006-09-101-1/+1
| | | | | | | Submitted by: Kuang-che Wu (maintainer) Notes: svn path=/head/; revision=172699
* - Chase chinese/libtabe 0.2.6Rong-En Fan2006-07-191-6/+5
| | | | | | | | | | | - Use TAB for messasge indent PR: ports/97960 Submitted by: rafan (me) Approved by: maintainer timeout (7 weeks) Notes: svn path=/head/; revision=168245
* - portlint whine me to use a tab (not space) after a variable nameCheng-Lung Sung2006-05-261-1/+1
| | | | Notes: svn path=/head/; revision=163445
* - remove trailing directory of --with-db-libCheng-Lung Sung2006-05-261-1/+1
| | | | Notes: svn path=/head/; revision=163444
* - chinese/xcin25 is updated to use USE_BDB, and supports db4+.Cheng-Lung Sung2006-05-232-21/+86
| | | | | | | | | | | | | | | | | A warning message is printed if user defines WITH_BDB_VER. The db version used for xcin25 and libtabe MUST match. - USE_BDB exists in libtabe, but it may find the wrong version if one has more than one bdb version installed. Thus, configure and two source files are patched to use the correct bdb version specified in WITH_BDB_VER. - bump PORTREVISION to encourage updating PR: ports/96606 Submitted by: Rong-En Fan <rafan_AT_infor dot org> Approved by: maintainer (Kuang-che Wu) Notes: svn path=/head/; revision=163144
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - change distfile url.Cheng-Lung Sung2006-02-101-3/+3
| | | | | | | | | | - change maintainer's email address. PR: 93095 Submitted by: maintainer (Kuang-che Wu) Notes: svn path=/head/; revision=155617
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* patch for zh_CN.EUC.Yen-Ming Lee2003-08-092-9/+15
| | | | | | | | | PR: 54877 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: Kuang-che Wu <kcwu@kcwu.homeip.net> Notes: svn path=/head/; revision=86636
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* BerkeleyDB cleanup - stage 3Ade Lovett2002-08-221-1/+1
| | | | | | | | Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly. Notes: svn path=/head/; revision=64839
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-2/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Applied this patch to ensure build smoothly onKevin Lo2002-08-212-1/+13
| | | | | | | | | | some environment/compiler. PR: 41535 Submitted by: MAINTAINER Notes: svn path=/head/; revision=64747
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Fix MASTER_SITES and use space after variable namePatrick Li2002-06-161-3/+2
| | | | | | | | PR: 39334 Submitted by: maintainer Notes: svn path=/head/; revision=61342
* xcinrc fixYing-Chieh Liao2002-04-202-4/+10
| | | | | | | | PR: 37258 Submitted by: maintainer Notes: svn path=/head/; revision=57916
* Forgot to put this file into Attic.Clive Lin2002-04-171-38/+0
| | | | Notes: svn path=/head/; revision=57809
* Upgrade to latest xcin25/libtabe suite.Clive Lin2002-04-1712-87/+175
| | | | | | | | | | Hand MAINTAINER to submitter. PR: ports/37039 ports/37040 Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> Notes: svn path=/head/; revision=57800
* Post gettext-0.11.1 fix.Clive Lin2002-04-141-0/+38
| | | | Notes: svn path=/head/; revision=57701
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update chewing module.Clive Lin2001-12-082-3/+5
| | | | | | | | PR: ports/32545 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=51209
* Fix its #include <malloc.h> bug, found by src/include/malloc.h rev 1.4.Clive Lin2001-11-031-0/+11
| | | | Notes: svn path=/head/; revision=49535
* - NOPORTDOCS support to pkg-plistYing-Chieh Liao2001-10-152-39/+39
| | | | | | | | | | - 's|${INSTALL_MAN}|${INSTALL_DATA}|' PR: 29753 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=48775
* Update the libtabe version check in RUN_DEPENDS.Jing-Tang Keith Jang2001-06-221-1/+1
| | | | Notes: svn path=/head/; revision=44312
* Remove ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE check inJing-Tang Keith Jang2001-03-301-2/+1
| | | | | | | | | | | RUN_DEPENDS. Since we now have the correct patch in all of x11/{XFree86,XFree86-4,XFree86-4-libraries}, its service is no longer needed. Reported by: cheath.bbs@bbs.cs.nthu.edu.tw Notes: svn path=/head/; revision=40593
* Upgrade to 2.5.2.3.Jing-Tang Keith Jang2001-03-132-5/+3
| | | | Notes: svn path=/head/; revision=39719
* Add chewing module, and bump version.Vanilla I. Shu2001-02-145-4/+16
| | | | | | | | PR: ports/25048, ports/25064 Submitted by: Kang-ming Liu <gugod@gugod.org> Notes: svn path=/head/; revision=38340
* Update to 2.5.2.2.Jing-Tang Keith Jang2001-01-023-2/+9
| | | | | | | Reminded by: vanilla Notes: svn path=/head/; revision=36594
* Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.orgJing-Tang Keith Jang2000-11-061-2/+2
| | | | Notes: svn path=/head/; revision=34848
* Update to version 2.5.2.1Kevin Lo2000-10-313-3/+17
| | | | | | | | PR: 22438 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34493
* Upgrade to version 2.5.2Kevin Lo2000-10-163-14/+14
| | | | | | | | PR: 22018 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33893
* Upgrade to version 2.5.2.pre6Kevin Lo2000-10-106-29/+28
| | | | | | | | PR: 21832 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33661
* Remove 800k patch-zz.. this is being handled by PATCH_SITES asAde Lovett2000-09-191-1/+1
| | | | | | | per my earlier commit Notes: svn path=/head/; revision=32855
* Oops. Forgot a PORTREVISION bump.Ade Lovett2000-09-191-0/+1
| | | | Notes: svn path=/head/; revision=32849
* Add author-generated patches to fix several bugs and introduceAde Lovett2000-09-192-0/+5
| | | | | | | | | | many new features PR: 21377 Submitted by: Michael C. Wu <keichii@peorth.iteration.net> Notes: svn path=/head/; revision=32848
* Upgrade to 2.5.2p5.Vanilla I. Shu2000-08-253-8/+4
| | | | Notes: svn path=/head/; revision=31947
* Upgrade to latest version.Vanilla I. Shu2000-08-126-59/+52
| | | | Notes: svn path=/head/; revision=31557