Port details |
- eterm X11 terminal emulator based on rxvt/xterm that supports Japanese
- 0.9.6_5 japanese
=5 0.9.6_5Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: nobutaka@FreeBSD.org
 - Port Added: unknown
- Last Update: 2022-01-10 15:15:39
- Commit Hash: bcaf25a
- People watching this port, also watch:: firefox, zh-eterm, nmap, eterm, ncftp
- Also Listed In: x11
- License: not specified in port
- Description:
- 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.
If you want to input Japanese, use "--input-method" and
"--preedit-type" option.
WWW: http://www.eterm.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- ja-eterm>0:japanese/eterm
- For LIB depends:
- libEterm-0.9.6.so:japanese/eterm
- libEterm.so:japanese/eterm
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/japanese/eterm/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/eterm
- pkg install ja-eterm
- PKGNAME: ja-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:
-
- 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 ja-eterm-0.9.6_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- japanese_eterm
- USES:
- cpe iconv libtool shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: x11/eterm |
Date | By | Description |
10 Jan 2022 15:15:39 0.9.6_5
|
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 ) |
06 Apr 2021 14:31:07 0.9.6_5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Jun 2016 23:28:05
0.9.6_5
|
mat  |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
19 May 2016 10:44:12
0.9.6_5
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Jul 2014 21:42:25
0.9.6_2
|
tijl  |
- Convert to USES=libtool
- Rearrange Makefile a bit |
17 Jun 2014 14:40:16
0.9.6_1
|
nobutaka  |
Fix perl shebang line of kEsetroot.
Reported by: Reported by: swills |
16 Jun 2014 14:41:21
0.9.6_1
|
nobutaka  |
Remove NO_STAGE mark because staging is supported by the master port
(x11/eterm). |
08 Jun 2014 19:51:28
0.9.6_1
|
olgeni  |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
20 Sep 2013 18:47:56
0.9.6_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
24 Oct 2011 09:11:38
0.9.6
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 May 2011 11:18:37
0.9.6
|
olgeni  |
Fix diff to account for the latest 0.8.6 upgrade (context changed). |
11 Feb 2007 17:00:22
0.9.4
|
nobutaka  |
Fix build after objformat removal. |
14 Dec 2006 15:26:45
0.9.4
|
nobutaka  |
Fix build error.
Reported by: pointyhat via kris |
02 Mar 2005 16:33:18
0.9.3
|
nobutaka  |
Don't install ${PREFIX}/lib/libEterm.la.
Reported by: pointyhat via kris |
28 Feb 2005 01:46:55
0.9.3
|
kris  |
BROKEN: Incomplete pkg-plist |
14 Mar 2004 06:17:56
0.9.2_1
|
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. |
17 Jan 2004 20:59:25
0.9.2_1
|
nobutaka  |
Fix build. [1]
Fix the problem with display of multibyte characters. [2]
Reported by: Hiroshi Morita <tyuu@on.rim.or.jp> [1], "K.Magara"
<magara@maizuru-ct.ac.jp> [2] |
08 Apr 2003 15:10:51
0.9.2
|
nobutaka  |
Fix build error.
Submitted by: Yosifumi Nakagawa <yosifumi@fides.dti.ne.jp>,
hosokawa,
Philip Paeps <philip@paeps.cx> |
22 Feb 2003 14:25:38
0.9.1_1
|
nobutaka  |
De-pkg-comment. |
03 Nov 2001 19:16:51 
|
nobutaka  |
Maintainer is committer now. |
11 Oct 2001 12:59:53 
|
ijliao  |
set CATEGORIES Follow default term_name changes in x11/eterm. |
18 Sep 2001 08:36:05 
|
knu  |
Update to 0.9.1. japanese/eterm becomes a slave port of x11/eterm. |
08 Oct 2000 03:24:23 
|
asami  |
Convert category japanese to new layout. |
05 Oct 2000 07:57:56 
|
reg  |
Implement WANT_IMLIB and USE_IMLIB. |
28 Aug 2000 20:01:32 
|
knu  |
Install Eterm.1.html. |
17 Jun 2000 06:34:04 
|
knu  |
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS. |