summaryrefslogtreecommitdiff
path: root/chinese (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to patchset 20030807.Clive Lin2003-08-092-2/+3
| | | | | | | This patchset teaches mutt big5-hkscs charset. Notes: svn path=/head/; revision=86623
* Remove the chinese/cce port, which has security holes and is no longerKris Kennaway2003-08-088-147/+0
| | | | | | | | | under development. Reviewed by: maintainer Notes: svn path=/head/; revision=86561
* As announced on May 6, remove the broken chinese/mozilla-tclp portKris Kennaway2003-08-0812-630/+0
| | | | Notes: svn path=/head/; revision=86543
* As announced on May 6, remove the broken dia portKris Kennaway2003-08-083-27/+0
| | | | Notes: svn path=/head/; revision=86542
* - Update to 0.28Erwin Lansing2003-08-075-34/+28
| | | | | | | | | | | | - add perl5 to categories - add WWW PR: 55312 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer Notes: svn path=/head/; revision=86493
* BROKEN: does not compileKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86462
* Bump PORTREVISION to reflect improvement.Clive Lin2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=86346
* Improve multibyte character (big5 actually) display ability of input buffer.Clive Lin2003-08-051-2/+43
| | | | | | | Inspired by: ports/50374 Notes: svn path=/head/; revision=86345
* Add -r to ${CP} to cope with source trees checked out with CVSKris Kennaway2003-07-311-3/+3
| | | | Notes: svn path=/head/; revision=85996
* Use ${CP} -r instead of ${CP} to cope with source trees checked out viaKris Kennaway2003-07-311-3/+3
| | | | | | | CVS. Notes: svn path=/head/; revision=85984
* telnet is moved to src/contrib/telnet, so update the port correspondingly.Yen-Ming Lee2003-07-301-9/+23
| | | | | | | | PR: 55005 Submitted by: Kang Liu <lazykang@hotmail.com> Notes: svn path=/head/; revision=85907
* update chinese/qterm: update MASTER_SITESDaichi GOTO2003-07-291-2/+2
| | | | | | | | PR: 55001 Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer) Notes: svn path=/head/; revision=85809
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-296-4/+12
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* BROKEN: Fails to patchKris Kennaway2003-07-281-0/+2
| | | | Notes: svn path=/head/; revision=85732
* Remove acroread-*font ports after removal of acroread.Jun Kuriyama2003-07-248-47/+0
| | | | Notes: svn path=/head/; revision=85498
* miniChinput is a tiny version of Chinput, which is a GPLed ChineseYen-Ming Lee2003-07-226-0/+76
| | | | | | | | | | | | | input method. miniChinput uses XIM protocol and provides several input modules for both GB and BIG5 encodings. WWW: http://sourceforge.net/projects/minichinput PR: 54620 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=85372
* Remove zh-pycodec port. It's replaced by converters/py-cjkcodecs now.Hye-Shik Chang2003-07-195-59/+0
| | | | Notes: svn path=/head/; revision=85198
* add oxford-big5 dict database.Yen-Ming Lee2003-07-193-2/+7
| | | | | | | | | | bump PORTREVISION PR: 54621 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=85180
* add ntu_kai48.hbf for BIG5 printing.Yen-Ming Lee2003-07-154-11/+10
| | | | | | | | PR: 54496 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=84914
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-30/+5
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* update chinese/stardict2: 2.2.0 -> 2.2.1Daichi GOTO2003-07-093-13/+2
| | | | | | | | PR: 54207 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> Notes: svn path=/head/; revision=84502
* Unhook acroread-*font before actual deletion of each ports.Jun Kuriyama2003-07-081-2/+0
| | | | Notes: svn path=/head/; revision=84467
* make big5con work with DEVFS.Yen-Ming Lee2003-07-071-0/+5
| | | | | | | Reviewed by: statue <statue@freebsd.netlab.cse.yzu.edu.tw> Notes: svn path=/head/; revision=84360
* fix configure error about xlibYen-Ming Lee2003-07-021-1/+1
| | | | | | | | | PR: 52154 Submitted by: Christopher Hall <freebsd@generalresources.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=84037
* Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDINGClive Lin2003-06-281-1/+0
| | | | | | | | | is defined. Noted by: kris Notes: svn path=/head/; revision=83783
* o due to teTeX update to 2.0.2, update pkg-plistYen-Ming Lee2003-06-273-5275/+5275
| | | | | | | | | | o move mktexlsr to end of pkg-plist PR: 53644 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83736
* update to 1.4Yen-Ming Lee2003-06-272-2/+2
| | | | | | | | PR: 53794 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83725
* add NO_WRKSUBDIR and replace WRKDIR with WRKSRCYen-Ming Lee2003-06-262-14/+15
| | | | Notes: svn path=/head/; revision=83684
* o assign maintainershipYen-Ming Lee2003-06-264-99/+55
| | | | | | | | | | o update to 2.3 PR: 53737 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83683
* Update port: chinese/oxfordDaichi GOTO2003-06-262-2/+3
| | | | | | | | PR: 53760 Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer) Notes: svn path=/head/; revision=83662
* + update to gbfs-1.3Yen-Ming Lee2003-06-264-31/+33
| | | | | | | | | | | + add NTFS support + refine Makefile and gbfs.sh PR: 53731 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83641
* Take MAINTAINER to submitter.Norikatsu Shigemura2003-06-264-4/+4
| | | | | | | | | PR: ports/53750 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer no response (a long time) Notes: svn path=/head/; revision=83638
* + refine MakefileYen-Ming Lee2003-06-263-15/+18
| | | | | | | + add missing entry in pkg-plist which is generated by hanzim -port-install Notes: svn path=/head/; revision=83613
* fix typo in my previous commit.Yen-Ming Lee2003-06-251-1/+1
| | | | | | | Pointy hat to: leeym Notes: svn path=/head/; revision=83602
* update to 1.1Yen-Ming Lee2003-06-252-15/+10
| | | | | | | | PR: 53707 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83597
* update to 1.2Yen-Ming Lee2003-06-252-2/+2
| | | | | | | | PR: 53647 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83592
* - catch up with ghostscript-gnu-7.07, and unbreak moefonts-cidYen-Ming Lee2003-06-252-3/+3
| | | | | | | - apply SCRIPTS_ENV Notes: svn path=/head/; revision=83566
* Fix dated distinfo.Clive Lin2003-06-241-3/+3
| | | | | | | | | No more broken. Reviewed by: MAINTAINER Notes: svn path=/head/; revision=83522
* add oxford.el for Emacs supportYen-Ming Lee2003-06-233-5/+9
| | | | | | | | PR: 53626 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=83480
* Update to 2.2.0Erwin Lansing2003-06-226-328/+71
| | | | | | | | | PR: 53511 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> Approved by: maintainer Notes: svn path=/head/; revision=83452
* Fix the "Hanzim: start-up error" problemYen-Ming Lee2003-06-223-7/+37
| | | | | | | | | PR: 53524 Noticed by: Mark Linimon <linimon@lonesome.com> Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Notes: svn path=/head/; revision=83441
* 1. add missing manpage.Yen-Ming Lee2003-06-181-1/+2
| | | | | | | | | 2. drop maintainership. Reviewed by: kcwu@ck.tp.edu.tw Notes: svn path=/head/; revision=83202
* remove extra entry in PLISTYen-Ming Lee2003-06-171-1/+0
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=83150
* Fix build of ports/chinese/chinput3Yen-Ming Lee2003-06-151-10/+7
| | | | | | | | | PR: 53322 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: maintainer Notes: svn path=/head/; revision=83007
* Update patchset checksum and revision date.Clive Lin2003-06-132-2/+2
| | | | | | | | Changes in patchset: update zh_TW.po patch. Patch submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> Notes: svn path=/head/; revision=82942
* Update to 1.10.Yen-Ming Lee2003-06-124-13/+12
| | | | | | | | | | | Add WWW Site. Remove some redundant settings. PR: 5155 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=82859
* o Fix MASTER_SITESErwin Lansing2003-06-122-7/+3
| | | | | | | | | | | | | | | o Change distinfo md5 checksum - The spare url in the Makefile doesn't works. - I cannot find a distfile with the same md5 that we have in distinfo - The new distfile's difference is a comment and two removed ifdef's (see PR for full diff) PR: 53103 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Notes: svn path=/head/; revision=82857
* o Fix unfetchable distfile by upgrading to 1.3Yen-Ming Lee2003-06-112-2/+2
| | | | | | | | PR: 53109 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Notes: svn path=/head/; revision=82803
* Update MASTER_SITESYen-Ming Lee2003-06-111-1/+1
| | | | | | | | PR: 53210 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=82795
* remove extra directory.Yen-Ming Lee2003-06-111-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=82755