aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/eterm
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up whitespace.trevor2004-04-111-3/+3
|
* Trim leading or trailing blank lines.trevor2004-04-111-1/+0
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* statue@freebsd.sinica.edu.tw has asked for all the maintainedlinimon2003-11-211-1/+1
| | | | | | | | 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
* Slave ports do not need to include the master category in CATEGORIES.linimon2003-11-151-1/+1
| | | | | | | | It is redundant. PR: ports/49002 Submitted by: Dan Langille <dan@langille.org> Obtained from: FreshPorts survey
* pkg-comment police: Purge them in this category while I'm here.foxfair2003-02-262-1/+1
|
* Update to 0.9.1.naddy2003-02-1522-1211/+48
| | | | | PR: 48254 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
* Let others maintain these two ports.keichii2002-12-221-1/+1
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-201-1/+2
| | | | | PR: 42201 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Remove #include <malloc.h>. Build seems to still be broken.kris2002-03-311-0/+4
|
* Support %%PORTDOCS%%.clive2001-08-161-6/+6
| | | | | | PR: ports/29748 Submitted by: Patrick Li <pat@databits.net> Okay'd by: keichii (MAINTAINER)
* Change my email address in the Maintainer linekeichii2001-03-081-1/+1
|
* Properly localization.vanilla2000-12-2510-61/+852
| | | | Submitted by: maintainer
* Initial version.keith2000-12-2521-0/+425
Eterm is a color vt102 terminal emulator for X Window system. It supports pixmap and pseudo-transparent background. It also supports Japanese input with XIM (X Input Method) protocol. This version also adds BIG5 and GB support. Thanks to MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch. Submitted by: Michael C. Wu <keichii@iteration.net>