Port details |
- eterm X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)
- 0.9.6_9 chinese =9 0.9.6_5Version of this port present on the latest quarterly branch.
- Maintainer: enlightenment@FreeBSD.org
- Port Added: 2000-12-24 17:27:20
- Last Update: 2022-09-10 17:41:16
- Commit Hash: e79fe1a
- People watching this port, also watch:: firefox, sudo, ja-eterm, xorg, eterm
- Also Listed In: x11
- License: not specified in port
- WWW:
- http://www.eterm.org/
- Description:
- Eterm is a color vt102 terminal emulator intended as a replacement for
xterm. It is designed with a Freedom of Choice philosophy, leaving as
much power, flexibility, and freedom as possible in the hands of the
user. It is designed to look good and work well, but takes a
feature-rich approach rather than one of minimalism while still
maintaining speed and efficiency.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/chinese/eterm/ && make install clean
- To add the package, run one of these commands:
- pkg install chinese/eterm
- pkg install zh-eterm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zh-eterm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Eterm-0.9.6.tar.gz) = 72b907aa64f8bcf053f2ecbc8a2e243c6de353a94ecaf579ff2c4e3ae5d7e13c
SIZE (Eterm-0.9.6.tar.gz) = 831756
Packages (timestamps in pop-ups are UTC):
- Master port: x11/eterm
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- man2html : textproc/man2html
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- kc15f.pcf.gz : chinese/kcfonts
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- Library dependencies:
-
- libast.so : devel/libast
- libImlib2.so : graphics/imlib2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zh-eterm-0.9.6_9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- chinese_eterm
- USES:
- cpe iconv libtool shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: x11/eterm |
Commit | Credits | Log message |
0.9.6_5 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.6_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.6_5 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.6_5 06 Feb 2022 18:36:07 |
Stefan Eßer (se) |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit) |
0.9.6_5 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.9.6_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.6_5 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.9.6_5 17 Apr 2015 10:42:24 |
olgeni |
Pass maintainership to enlightenment@. |
0.9.6_5 22 Mar 2015 09:50:02 |
bapt |
Fix dependency detection |
0.9.6_5 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
0.9.6_1 25 Jan 2014 17:48:30 |
antoine |
Master port has been stage, add stage support here too so that the man page
is correctly handled |
0.9.6_1 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.9.6_1 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
0.9.6 19 May 2011 11:12:26 |
olgeni |
Unbreak after upgrade to 0.9.6.
If you ever wonder how to test this (like I did), just do:
Eterm --mencoding big5 --mfont
"-kc-fixed-medium-r-normal--16-160-72-72-c-160-big5-0"
then cat a Big5 encoded file. |
0.9.6 19 May 2011 10:54:31 |
olgeni |
Adopt port. |
0.9.4_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9.3_1 14 Apr 2005 08:01:35 |
vs |
Unbreak: USE_AUTOCONF no longer necessary and it was reverting the LIBTOOL-patch |
0.9.2_1 18 Feb 2005 19:45:55 |
kris |
BROKEN: Incomplete pkg-plist |
0.9.2_1 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
0.9.2_1 10 Apr 2004 16:57:07 |
trevor |
Trim leading or trailing blank lines. |
0.9.2_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
0.9.2 21 Nov 2003 03:09:45 |
linimon |
statue@freebsd.sinica.edu.tw has asked for all the maintained
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 |
0.9.2 15 Nov 2003 10:29:35 |
linimon |
Slave ports do not need to include the master category in CATEGORIES.
It is redundant.
PR: ports/49002
Submitted by: Dan Langille <dan@langille.org>
Obtained from: FreshPorts survey |
0.9.1_1 26 Feb 2003 14:23:43 |
foxfair |
pkg-comment police: Purge them in this category while I'm here. |
0.9.2 15 Feb 2003 00:16:17 |
naddy |
Update to 0.9.1.
PR: 48254
Submitted by: Yu-Shun Wang <yushunwa@isi.edu> |
0.9 22 Dec 2002 05:15:12 |
keichii |
Let others maintain these two ports. |
0.9 19 Sep 2002 21:42:39 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42201
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.9 31 Mar 2002 04:32:48 |
kris |
Remove #include <malloc.h>. Build seems to still be broken. |
16 Aug 2001 08:28:02 |
clive |
Support %%PORTDOCS%%. |
07 Mar 2001 22:54:38 |
keichii |
Change my email address in the Maintainer line |
25 Dec 2000 08:23:25 |
vanilla |
Properly localization. |
24 Dec 2000 20:27:20 |
keith |
Initial version. |