aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* Remove uneeded patch, and fix pkg-plist.vanilla2004-07-122-8/+0
| | | | | PR: ports/68880 Submitted by: maintainer
* Upgrade to 0.7.0clive2004-07-113-66/+80
| | | | | PR: ports/68824 Submitted by: hamigua@hotpop.com
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* update to 3.00:eik2004-07-082-8/+12
| | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-July/014104.html> Submitted by: cnshaolin@gmail.com
* + Unbreak this port.clive2004-07-055-14/+13
| | | | | | | | + Upgrade to 0.6.1. + Assign MAINTAINER to submitter. PR: ports/68668 Submitted by: hamigua@hotpop.com
* Add scim-tables 0.4.0, SCIM table based Chinese input methods.vanilla2004-07-038-0/+127
| | | | | | PR: ports/67133 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Somepart by: me
* Add scim-chinese 0.4.0, SCIM Chinese Smart Pinyin input method.vanilla2004-07-0311-0/+169
| | | | | | PR: ports/67133 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> somepart by: me
* Reset bouncing maintainer:kris2004-07-021-1/+1
| | | | | | | | Diagnostic-Code: X-Postfix; host mta-v1.mail.vip.cnb.yahoo.com[202.43.216.28] said: 554 delivery error: dd Sorry your message to liu_yinghong@yahoo.com.cn cannot be delivered. This account has been disabled or discontinued [#102]. - mta107.mail.cnb.yahoo.com (in reply to end of DATA command)
* BROKEN: Install fails when linprocfs is mountedkris2004-07-021-0/+2
|
* BROKEN: Install failskris2004-07-021-0/+2
|
* BROKEN on 4.x: Does not compilekris2004-07-021-0/+4
|
* - Chase the pdflib shared libraryale2004-06-251-2/+2
| | | | - Bump PORTREVISION
* Establish a correct master-slave relationship betweenlinimon2004-06-242-2/+4
| | | | | | | | | | | | | | www/linux-mozillafirebird and the ports that inherit most of their information (except, e.g., distinfo) from it. These changes should be transparent to installs (tested and verified locally). While here, update two cases of stale distfile info. (MD5s verified versus mozilla.org.) PR: ports/67701 Approved by: maintainer timeout (2 weeks)
* Remove expired ports, plus the three ports that depended on them.kris2004-06-2113-207/+0
|
* BROKEN on 5.x: fails to patchkris2004-06-191-0/+1
|
* + Updated patchset:clive2004-06-172-3/+7
| | | | | | | | | | | | | | | | + Avoid misuse of safe_strdup shipped with mutt. + It returns 0 (NULL pointer) instead of pointer to 0 (empty string) if the source string is empty(""). Consequently iconv_open will cause mutt to core-dumps itself. It expects const char* instead of NULL pointer. + On each successful call to wraped iconv_open provided by the patchset, small piece of memory is allocated by safe_strdup. The original patchset did not free it. Above submitted by: Kuang-che Wu <kcwu at kcwu dot homeip dot net> + Experimental abuse of PORTREVISION. More testing is in progress. It will be really activated via master port if there's nothing else broken.
* Update to version 3.2.3lofi2004-06-104-8/+8
|
* Remove mkisofs and cdrtools, superseeded by sysutils/cdrtools-cjk.netchild2004-06-071-4/+0
|
* chinese/cdrtools and chinese/mkisofs are superseded by sysutils/cdrtools-cjk.netchild2004-06-079-263/+0
| | | | | | | | Note: Contrary to its purpose, chinese/cdrtools also never (during the time it was connected to the build) installed the ISO-9660 tools. Diagnosis by: marius Let's remove them by: netchild
* Remove gtar-specific NOP from tar command invocation.kris2004-06-041-1/+1
| | | | Submitted by: kientzle
* Temporarily disconnect cdrtools to resolv issues with it'serwin2004-06-031-1/+3
| | | | | | master port. Requested by: marius
* - Add PKGNAMEPREFIX "zh-" as suggested by the Porter's Handbook.netchild2004-06-032-15/+7
| | | | | | | | | | | | | - Suffix installed binary and man page with "-zh" in order to avoid conflicts with other ports installing mkisofs (note that it doesn't make sense to use MANLANG here as the man page is in English). - Don't build and install isodump, isoinfo and isovfy. They are not built with locale support, i.e. they don't differ in this regard from those installed by the cdrtools ports (expect the latter are later versions). - Use PLIST_FILES. Submitted by: marius
* Resurrect chinese/cce port and update it to 0.51pav2004-05-266-0/+99
| | | | | | | | | | Console CJK Environment let you display and input Chinese/Japanese/Korean under Linux/FreeBSD console, it works both in VGA mode and frame buffer mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin Dayi YingHan, totally around 40. PR: ports/61943 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* - Update to version 0.3.6krion2004-05-254-11/+8
| | | | | PR: ports/67160 Submitted by: maintainer
* BROKEN on amd64: Does not compile (missing -fPIC)kris2004-05-231-0/+4
|
* Upgrade port to 4.60clive2004-05-192-3/+4
| | | | | PR: ports/66802 Submitted by: MAINTAINER
* Respect PTHREAD_{CFLAGS,LIBS}, unmark FORBIDDEN, mark BROKEN on 4.x/Alphalofi2004-05-151-2/+7
|
* Reset maintainership. Adam has experienced a machine failure and islinimon2004-05-151-1/+1
| | | | currently unable to look after any of the ports that he has written.
* Unbroken it, and assign MAINTAINER to submitter.vanilla2004-05-143-78/+42
| | | | | | PR: ports/66595 Submitted by: Rong-En Fan <rafan_at_infor.org> No Responsed: keith@
* BROKEN on sparc64: Build failskris2004-05-131-1/+7
|
* - add missing files and directory.leeym2004-05-122-1/+4
| | | | - bump PORTREVISION.
* distfile rerolled for (traditional chinese) localized MT-Blacklist 1.63leeym2004-05-112-3/+5
| | | | Requested by: leeym
* Oops. Forgot the language categories.lofi2004-05-0715-27/+18
| | | | Update to 1.3.1
* Yet another input buffer patch.vanilla2004-04-304-18/+72
| | | | Submitted by: mhsin via #bsdchat
* Update to KDE 3.2.2lofi2004-04-208-76/+14
|
* These broken ports are scheduled for deletion on June 18 if they arekris2004-04-192-0/+4
| | | | still broken at that time and no PRs have been submitted containing a fix.
* - Fix another chinese input string problem.vanilla2004-04-132-4/+6
| | | | | | - Bump version. Submitted by: mhsin via #bsdchat
* BROKEN on sparc64: Does not buildkris2004-04-121-0/+4
|
* Fix pasting bug(>128bytes).vanilla2004-04-112-2/+11
| | | | Submitted by: kcwu via #bsdchat
* Tidy up whitespace.trevor2004-04-1111-29/+27
|
* Cram into 80 columns by 24 rows.trevor2004-04-111-14/+9
|
* Trim leading or trailing blank lines.trevor2004-04-111-1/+0
|
* Trim whitespace.trevor2004-04-112-46/+46
|
* unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDSkris2004-04-091-1/+1
|
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-2/+2
|
* Remove PKGNAMEPREFIX variable, it's recursive.vanilla2004-04-071-2/+0
| | | | Submitted by: freshports, elvis via #bsdchat
* Bump version.vanilla2004-04-071-1/+1
| | | | | Submitted by: mhsin Forgotten by: me
* Fix auto-complete problem.vanilla2004-04-076-19/+134
| | | | Submitted by: mhsin (msgin_at_mhsin_dot_org)
* Adjust the gtk20 path for modules, themes, and input methods to catch upmarcus2004-04-051-2/+2
| | | | with gtk+-2.4.
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-054-0/+4
|
* patch for broken LC_CTYPEijliao2004-04-052-0/+16
| | | | | PR: 65062 Submitted by: maintainer
* BROKEN: Fails to patchkris2004-04-031-0/+2
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3123-0/+40
|
* The last line of a slave port's Makefile has to beclive2004-03-311-1/+2
| | | | | | .include "${MASTERDIR}/Makefile" PR: ports/64393
* - Use USE_ICONV knobkrion2004-03-312-4/+4
| | | | Approved by: portmgr
* Make the last line of Makefile to beclive2004-03-312-4/+2
| | | | .include "${MASTERDIR}/Makefile"
* Add size data.trevor2004-03-263-0/+4
|
* E-mail to the maintainer bounced with:trevor2004-03-263-3/+3
| | | | | <statue@freebsd.sinica.edu.tw>: connect to freebsd.sinica.edu.tw[140.109.13.51]: Connection refused
* Fix pkg-plist.vanilla2004-03-252-67/+64
|
* Add vim-scdoc 0.6.0, vim documentation Simplified Chinese.vanilla2004-03-256-0/+121
| | | | | PR: ports/62307 Submitted by: hamigua <hamigua@hotpop.com>
* catch up mldonkey 2.5.14ijliao2004-03-231-23/+21
| | | | | PR: 64604 Submitted by: maintainer
* Improve amd64 fix, Only build shared library with -fPICarved2004-03-222-7/+10
|
* BROKEN on amd64: Does not compilekris2004-03-191-0/+4
|
* BROKEN on amd64 and ia64: Missing -fPICkris2004-03-181-1/+7
|
* SIZEify.trevor2004-03-182-0/+4
|
* Chase the new location of libXft.marcus2004-03-171-1/+1
|
* - Update to version 0.3.5krion2004-03-165-26/+51
| | | | | | | | - Fix WWW: - Assign maintainership to submitter PR: ports/64278 Submitted by: Gavin Mu <gavin@tju.edu.cn>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-145-5/+5
| | | | | | | | | | | | | | | 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.
* BROKEN: Does not patchkris2004-03-131-0/+2
|
* add chinese/mldonkey-coreijliao2004-03-113-0/+71
| | | | | | | Client 'core' for MLDonkey with Traditional Chinese (Big5) support PR: 64039 Submitted by: Hung-Te Lin <piaip@csie.ntu.edu.tw>
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-1014-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* Correct plist again.lofi2004-03-083-18/+57
|
* update metalist for featuring Apache2 compatibilityleeym2004-03-064-28/+370
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* Correct plist.lofi2004-03-043-120/+120
|
* This port is no longer broken after recent commits.demon2004-03-031-2/+0
| | | | Submitted by: maintainer
* - Hand over maintainership to submitterpav2004-02-293-3/+3
|
* - Remove old Stardict 1 in favor of Stardict 2pav2004-02-297-87/+0
| | | | Agreed on with: textproc/stardict2 maintainer
* Add stardict2-dict-zh_TW, a Traditional Chinese <-> English dictionarypav2004-02-295-0/+74
| | | | | | | files for Stardict PR: ports/61463 Submitted by: LI Dong <ld@FreeBSD.org.cn>
* Add stardict2-dict-zh_CN, a simplified chinese <-> english dictionarypav2004-02-299-0/+135
| | | | | | | files for Stardict PR: ports/61514 Submitted by: LI Dong <ld@FreeBSD.org.cn>
* - Remove stardict2 after repository move to textproc categorypav2004-02-295-151/+0
|
* - update MASTER_SITEvanilla2004-02-251-5/+1
| | | | | | | - unbreak PR: ports/63331 Submitted by: statue at freebsd dot sinica dot edu dot tw
* - update to 1.3vanilla2004-02-254-10/+18
| | | | | | | - unbreak PR: ports/63332 Submitted by: statue at freebsd dot sinica dot edu dot tw
* - Unbreak.pav2004-02-243-23/+3
| | | | | PR: ports/63245 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* BROKEN on 4.x: does not fetchkris2004-02-231-0/+1
|
* IGNORE if perl version < 5.6.1.demon2004-02-221-5/+2
| | | | Submitted by: maintainer
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* BROKEN: Inconsistent dependencies (mysql-client 3.x and 4.x)kris2004-02-221-0/+2
|
* The author released Build 4 and rerolled distfile at February 19, 2004.leeym2004-02-223-10/+13
| | | | | | | - remove buggy YAML files for MT-Blacklist. - SIZEify distinfo Noticed by: fenner
* Distinfo contained the checksum for the taiwanese chinese translation,lofi2004-02-203-3/+3
| | | | not the mainland china version. Whoops.
* FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}kris2004-02-191-1/+7
|
* BROKEN: Does not compile. This port is scheduled for removal on April 17kris2004-02-181-0/+4
| | | | if it is still broken.
* Add missing man-pages, correct dependencies.demon2004-02-171-1/+18
| | | | Submitted by: maintainer
* - change locale from zh_CN.EUC to zh_CN.eucCN for FreeBSD 5.2 and abovevanilla2004-02-174-5/+31
| | | | | | | | | | | - adding document - use SIZE in distinfo file - utilize USE_ICONV - add an option to change the hot key - bump PORTREVERSION PR: ports/62596 Submitted by: maintainer
* Update distinfo accordingly.clive2004-02-142-11/+19
| | | | | PR: ports/62355 Freed by: Mandatory Military Service
* - Fix build on AMD64krion2004-02-091-1/+1
| | | | Approved by: maintainer informed
* BROKEN: Incorrect distinfo. This port will be removed on April 7 if stillkris2004-02-081-0/+3
| | | | broken at that time.
* BROKEN: Incorrect distinfokris2004-02-071-0/+2
|
* Apply studly caps to "FreeBSD".trevor2004-02-071-1/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-3/+3
|
* Use PLIST_FILES.trevor2004-02-062-1/+2
| | | | Reviewed by: marcus
* Update to KDE 3.2.0lofi2004-02-0524-104/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Add koffice-i18n-zh_CN. This port is set to IGNORE,lofi2004-02-0413-0/+226
| | | | | it will be activated once the rest of KDE 3.2 is committed.
* - apply patches from Jedileeym2004-02-045-39/+373
| | | | | | | - update 2.661 and keep up with www/MT - take maintainership Submitted by: Jedi@idej.org
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0417-5/+17
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-049-19/+18
| | | | | Submitted by: trevor Tested by: bento
* Unbreak by updating distinfo to 8.3.7 (the version of the mastertrevor2004-02-031-3/+6
| | | | | | | port). I added size data. PR: 62015 Submitted by: June-Yen Huang (maintainer)
* s/varargs.h/stdarg.h/arved2004-01-311-4/+4
|
* Fix Build on AMD64arved2004-01-311-0/+1
|
* Add NO_LATEST_LINK to prevent link stompingkris2004-01-292-0/+2
|
* Add NO_LATEST_LINKkris2004-01-291-0/+1
|
* Use a unique LATEST_LINKkris2004-01-291-0/+1
|
* SIZEify.trevor2004-01-2950-0/+120
|
* - use PLIST_FILESleeym2004-01-262-9/+9
| | | | - make portlint happier
* Now gettext 0.12.1 is gettext-old.trevor2004-01-249-9/+9
|
* - Add missed dependency on Xftpav2004-01-241-1/+2
| | | | Reported by: bento via kris
* Use the new ghostscript options.marcus2004-01-212-16/+6
| | | | Submitted by: linimon
* - from 0.01 to 0.02leeym2004-01-182-3/+3
| | | | | | | | | - assign maintainership - Fixed synopsis typo - utf8 histogram now actually works. PR: 61485 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update to 0.05clement2004-01-182-2/+2
| | | | | | PR: 61480 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Approved by: erwin (mentor) (implicitly)
* - update to 0.04leeym2004-01-154-7/+27
| | | | | | | | | - assign maintainership - Kuang-Che Wu (kcwu) reported that ->split() did not take a $method as advertised. PR: 61227 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Back out revision 1.6 which was committed by mistake; the change inlinimon2004-01-131-3/+8
| | | | | | it was picked up by a spurious commit of mine to chinese/*/Makefile. Sorry about that. If anyone has had ghostscript dependency problems while trying to install this port, please try it again now.
* - Update to 2.0.1pav2004-01-1010-28/+377
| | | | | PR: ports/61135 Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
* Remove from the deathwatch by fixing the plist.linimon2004-01-082-123/+1
|
* Remove port chinese/abiword. From the PR: it doesn't support Chinese andlinimon2004-01-085-99/+0
| | | | | | | | | doesn't have any patch now. Maintainer keith@FreeBSD.org had disappeared for a long time. PR: ports/57183 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Not objected to within: 2 months
* This conflicts with the English-language Linux base system ports.trevor2004-01-051-0/+1
|
* New port: chinese/cdrtoolsedwin2004-01-033-0/+23
| | | | | | | cdrtools NLS 2byte patch. PR: ports/58051 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* - Update to 1.8.5pav2004-01-024-14/+9
| | | | | | | | - Take maintainership - Add to x11 category PR: ports/60808 Submitted by: Dryice Liu <dryice@liu.com.cn>
* add extrapatch and unbreak this port on -current.leeym2003-12-314-19/+41
| | | | | | PR: 60343 Submitted by: leeym Approved by: maintainer timeout (2 weeks)
* New port: chinese/mingunittfedwin2003-12-295-0/+56
| | | | | | | | | This port installs Chinese Big5HKSCS TrueType Mingti fonts. WWW: http://www.info.gov.hk/digital21/unicode/hkscs/reference_iso10646.html PR: ports/59793 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* New port: iiimf-*edwin2003-12-286-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>
* Forgotten to add patch-files.vanilla2003-12-144-20/+64
| | | | Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
* Fix big5 cursor movement problem.vanilla2003-12-143-57/+288
| | | | Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
* Sync with irc/irssi.vanilla2003-12-078-216/+47
|
* Mark as broken on 5.x (varargs). Pacify portlint.linimon2003-12-072-2/+8
|
* Mark broken on 5.x (varargs). Informed maintainer.linimon2003-12-071-1/+7
|
* Per bento logs, mark broken on 5.x.linimon2003-12-071-0/+4
|
* obsolete after 501109.vanilla2003-12-061-1/+3
| | | | Submitted by: "R. Imura" <imura@ryu16.org>
* Some changes that have not been committed, as part of ports/36112,linimon2003-11-231-3/+8
| | | | snuck in on the commit that was merely supposed to reset the maintainer.
* statue@freebsd.sinica.edu.tw has asked for all the maintainedlinimon2003-11-2146-68/+52
| | | | | | | | ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw
* Fix incorrect use of ${REINPLACE_CMD}.des2003-11-201-2/+1
| | | | Approved by: portmgr (kkenn)
* Fix incorrect ${REINPLACE_CMD} use and a couple of style nits.des2003-11-201-3/+4
| | | | Approved by: portmgr (kkenn)
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
| | | | | PR: 59109 Approved by: marcus (mentor)
* Linux/i386 binary port of Firebird Web browser in Simplified Chinesetrevor2003-11-194-0/+26
|
* new Linux/i386 binary port of Firebird Web browser in Traditional Chinesetrevor2003-11-194-0/+26
|
* Unmark BROKEN. The patch is already applied on Oct 31.clive2003-11-191-2/+0
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Fix build on -current.vanilla2003-11-162-1/+7
| | | | Noticed by: kris@
* Slave ports do not need to include the master category in CATEGORIES.linimon2003-11-154-4/+4
| | | | | | | | It is redundant. PR: ports/49002 Submitted by: Dan Langille <dan@langille.org> Obtained from: FreshPorts survey
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-132-2/+2
|
* Add chm2html 0.1a, cHM Tools package.vanilla2003-11-137-0/+99
| | | | | PR: 58082 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Add oicq 0.7, implements OICQ messaging protocol.vanilla2003-11-135-0/+53
| | | | | PR: 59093 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* fix PLIST problem.leeym2003-11-102-1/+24
| | | | Reviewed by: maintainer
* make it buildvanilla2003-11-092-2/+7
| | | | | | | bump PORTREVISION PR: ports/59057 Submitted by: maintainer
* OpenOffice -> OpenOffice.orgmaho2003-11-094-4/+4
| | | | Submitted by: Pavel@Janik.cz (Pavel Janik)
* Add wenju 1.1, collection of writing tools in Chinese.vanilla2003-11-0910-0/+115
| | | | | PR: 58181 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* libbonobo merge bonoboactivation.vanilla2003-11-091-1/+1
| | | | | PR: ports/58608 Submitted by: maintainer
* update to 0.3.2leeym2003-11-093-8/+10
| | | | | PR: 56685 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Add port OpenOffice.org 1.1 for traditional chinese.maho2003-11-092-0/+19
|
* Add port openoffice.org 1.1 for simplified chinesemaho2003-11-092-0/+19
|
* reconnect bg5pdf to the build systemoliver2003-11-091-1/+1
|
* fix INDEX buildoliver2003-11-082-4/+4
| | | | | while I'm here, fix the MASTER site, and the homepage entry in pkg-desc bump PORTREVISION
* Unhook bg5pdf from the build for now; it depends on the (removed) pdflib4kris2003-11-081-1/+1
| | | | port and does not build if pointed at the pdflib port.
* Forgot to change Makefile s..maho2003-11-081-2/+2
| | | | | | | Pointed out: sf Pointy hat to: myself Thank you very much fujishima-san!
* As announced on Aug 7, remove the chitex port which has been markedkris2003-11-089-2229/+0
| | | | FORBIDDEN for 7 1/2 months.
* rename openoffice to openoffice-1.0 after repocopymaho2003-11-084-36/+2
| | | | Acknowledgment to: nork
* remove USE_XLIBleeym2003-11-081-2/+4
| | | | | PR: 58978 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Follow up with mail/mutt-devel.clive2003-11-082-10/+9
|
* Update to 0.9.5leeym2003-11-043-16/+17
| | | | | PR: 58903 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-032-0/+4
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer on ports owned by the following committers who havekris2003-11-039-9/+9
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* ports with possibly unreachable MAINTAINERsedwin2003-11-022-2/+2
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix patch error.clive2003-11-011-2/+2
| | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> PR: ports/58575
* Remove AbiWord-1.x now that 2.0 has been released, and is the new stablemarcus2003-11-011-1/+1
| | | | release.
* remove unused code.leeym2003-10-293-18/+2
| | | | | | | assign maintainership. PR: 57181 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* update to 1.5leeym2003-10-293-5/+5
| | | | | PR: 58610 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* PR: 58597foxfair2003-10-285-44/+34
| | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer Fix build step in version 1.9.7
* Correct PKGORIGIN precisely according to PR/58268.foxfair2003-10-281-1/+1
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* chinese unzip: add cnoize's patch which won't strip chinese chars.leeym2003-10-253-0/+32
| | | | | PR: 58057 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Respect CC and CFLAGSkris2003-10-231-0/+26
|
* Changed by maintainer's request.linimon2003-10-212-3/+3
|
* It is a decentralized, web-based personal publishing system designed to easeleeym2003-10-215-0/+72
| | | | | | | | | maintenance of regularly updated news or journal sites, like weblogs. WWW: http://www.movabletype.org/l10n/traditional_chinese/ PR: 58056 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Unbreak.demon2003-10-192-136/+12
| | | | | | | Remove redundant SITE_PERL declaration. PR: 57199 Submitted by: Autrijus Tang <autrijus@autrijus.org>
* Respect CC and CFLAGSkris2003-10-192-24/+90
|
* Add xttmgr 0.9.6, a Big5/GB enhanced TrueType Font Manager.vanilla2003-10-176-0/+67
| | | | | PR: 58058 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* - Fix build on -currentkrion2003-10-162-1/+27
| | | | | PR: 58084 Submitted by: maintainer
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-162-14/+2
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* Correct whitespace in previouskris2003-10-162-2/+2
|
* BROKEN on 5.x: does not compilekris2003-10-162-2/+14
|
* Add p5-Lingua-ZH-Summarize 0.01, chinese Text Summarization.mat2003-10-135-0/+43
| | | | | PR: 57841 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add p5-Lingua-ZH-Wrap 0.02, a simple Chinese text Wrapper.mat2003-10-135-0/+34
| | | | | PR: 57951 Submitted by: clsung@dragon2.net
* Add p5-Lingua-ZH-Toke 0.01, a Chinese Tokenizer on steroids.mat2003-10-135-0/+45
| | | | | PR: 57950 Submitted by: clsung@dragon2.net
* Add p5-Lingua-ZH-Keywords 0.04mat2003-10-135-0/+36
| | | | | | | Chinese Keywords Extraction via Lingua::ZH::TaBE. PR: 57840 Submitted by: clsung@dragon2.net
* fix typo (s/ printf/ sprintf/)leeym2003-10-111-1/+1
|
* Help to build a correct .tin/tinrc and .tin/attributes at the first run.clive2003-10-092-2/+15
| | | | | PR: ports/57796 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Improve multibyte ability, otherwise it is broken functionally.clive2003-10-093-0/+32
| | | | | PR: ports/57732 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* update to 0.9.4vanilla2003-10-018-1652/+7
| | | | | | | | update MASTER_SITES take maintainership PR: ports/57180 Submitted by: statue@freebsd.sinica.edu.tw
* for 5.x, add a patch to modify /dev/vga to /dev/ttyv0leeym2003-09-272-3/+5
| | | | | PR: 57257 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* remove unused code. no default ming & kaileeym2003-09-263-14/+2
| | | | | PR: 57182 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Upgrade port chinese/pine4 to 4.58edwin2003-09-242-3/+3
| | | | | | | Upgrade port chinese/pine4 to 4.58. PR: ports/56728 Submitted by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
* Update port: chinese/fcitxedwin2003-09-241-1/+1
| | | | | | | update MASTER_SITES. PR: ports/56686 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Update port: chinese/CJKedwin2003-09-241-0/+1
| | | | | | | add WWW location. PR: ports/56687 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* unbreak chinese/dictdleeym2003-09-231-10/+8
| | | | | | PR: 56688, 56771 Submitted by: Statue <statue@freebsd.sinica.edu.tw> KATO Tsuguru <tkato@prontomail.com>
* Translation update: fix checksum.will2003-09-224-4/+4
|
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-184-8/+4
|
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* * Support CFLAGStaoka2003-09-022-0/+2
| | | | | | | | | | | * USE_AUTOCONF - > USE_AUTOCONF_VER Submitted by: KATO Tsuguru <tkato@prontomail.com> * Use config.sub and config.guess in Templates instead of devel/autoconf213 Pointed out by: kuriyama * Update version to 1.1.1-a020 * Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d
* [PATCH] chinese/moefonts-cid: enable choose of ghostscript interpreteredwin2003-08-312-2/+16
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54921 Submitted by: Jens Rehsack <rehsack@liwing.de>
* [PATCH] chinese/enscript: enable choose of ghostscript interpreteredwin2003-08-311-1/+15
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54920 Submitted by: Jens Rehsack <rehsack@liwing.de>
* [PATCH] chinese/abiword: enable choose of ghostscript interpreteredwin2003-08-311-1/+15
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54919 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-272-1/+2
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-252-2/+2
|
* catch up with news/tin (tin-1.6.1)leeym2003-08-202-19/+20
| | | | Submitted by: Jia-Shiun Li <jsli@mail2000.com.tw>
* update chinese/zhcon: build error on -currentdaichi2003-08-191-0/+11
| | | | | | PR: 55334 Submitted by: Kang Liu <lazykang@hotmail.com> Approved by: maintainer
* Update to tcl/tk 8.4 and bump PORTREVISION.kris2003-08-172-5/+6
|
* Fix build with gcc 3.3.kris2003-08-172-0/+20
|
* Fix build with gcc 3.3. This port does not respect CFLAGS/CXXFLAGS.kris2003-08-174-0/+40
|
* patch for zh_CN.EUC.leeym2003-08-092-9/+15
| | | | | | PR: 54877 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: Kuang-che Wu <kcwu@kcwu.homeip.net>
* Update to patchset 20030807.clive2003-08-092-2/+3
| | | | This patchset teaches mutt big5-hkscs charset.
* Remove the chinese/cce port, which has security holes and is no longerkris2003-08-088-147/+0
| | | | | | under development. Reviewed by: maintainer
* As announced on May 6, remove the broken chinese/mozilla-tclp portkris2003-08-0812-630/+0
|
* As announced on May 6, remove the broken dia portkris2003-08-083-27/+0
|
* - Update to 0.28erwin2003-08-075-34/+28
| | | | | | | | | - add perl5 to categories - add WWW PR: 55312 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer
* BROKEN: does not compilekris2003-08-071-0/+2
|
* Bump PORTREVISION to reflect improvement.clive2003-08-051-1/+1
|
* Improve multibyte character (big5 actually) display ability of input buffer.clive2003-08-051-2/+43
| | | | Inspired by: ports/50374
* Add -r to ${CP} to cope with source trees checked out with CVSkris2003-07-311-3/+3
|
* Use ${CP} -r instead of ${CP} to cope with source trees checked out viakris2003-07-311-3/+3
| | | | CVS.
* telnet is moved to src/contrib/telnet, so update the port correspondingly.leeym2003-07-301-9/+23
| | | | | PR: 55005 Submitted by: Kang Liu <lazykang@hotmail.com>
* update chinese/qterm: update MASTER_SITESdaichi2003-07-291-2/+2
| | | | | PR: 55001 Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer)
* Update KDE to the latest official release, KDE 3.1.3lofi2003-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)
* BROKEN: Fails to patchkris2003-07-281-0/+2
|
* Remove acroread-*font ports after removal of acroread.kuriyama2003-07-248-47/+0
|
* miniChinput is a tiny version of Chinput, which is a GPLed Chineseleeym2003-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>
* Remove zh-pycodec port. It's replaced by converters/py-cjkcodecs now.perky2003-07-205-59/+0
|
* add oxford-big5 dict database.leeym2003-07-193-2/+7
| | | | | | | bump PORTREVISION PR: 54621 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* add ntu_kai48.hbf for BIG5 printing.leeym2003-07-154-11/+10
| | | | | PR: 54496 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-30/+5
| | | | use USE_GETOPT_LONG instead.
* update chinese/stardict2: 2.2.0 -> 2.2.1daichi2003-07-093-13/+2
| | | | | PR: 54207 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
* Unhook acroread-*font before actual deletion of each ports.kuriyama2003-07-081-2/+0
|
* make big5con work with DEVFS.leeym2003-07-071-0/+5
| | | | Reviewed by: statue <statue@freebsd.netlab.cse.yzu.edu.tw>
* fix configure error about xlibleeym2003-07-021-1/+1
| | | | | | PR: 52154 Submitted by: Christopher Hall <freebsd@generalresources.com> Approved by: maintainer timeout
* Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDINGclive2003-06-291-1/+0
| | | | | | is defined. Noted by: kris
* o due to teTeX update to 2.0.2, update pkg-plistleeym2003-06-273-5275/+5275
| | | | | | | o move mktexlsr to end of pkg-plist PR: 53644 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* update to 1.4leeym2003-06-272-2/+2
| | | | | PR: 53794 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* add NO_WRKSUBDIR and replace WRKDIR with WRKSRCleeym2003-06-272-14/+15
|
* o assign maintainershipleeym2003-06-274-99/+55
| | | | | | | o update to 2.3 PR: 53737 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Update port: chinese/oxforddaichi2003-06-262-2/+3
| | | | | PR: 53760 Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer)
* + update to gbfs-1.3leeym2003-06-264-31/+33
| | | | | | | | + add NTFS support + refine Makefile and gbfs.sh PR: 53731 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Take MAINTAINER to submitter.nork2003-06-264-4/+4
| | | | | | PR: ports/53750 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer no response (a long time)
* + refine Makefileleeym2003-06-263-15/+18
| | | | + add missing entry in pkg-plist which is generated by hanzim -port-install