FreshPorts -- The Place For Ports Sun, 7 Sep 2008 3:47 PM BST
Port details
eterm 0.8.9_7 korean on this many watch lists=4 search for ports that depend on this port
X11 terminal emulator based on rxvt/xterm that supports korean

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: x11


Eterm
-----

Eterm is a color vt102 terminal emulator for X Window system.
It supports pixmap and pseudo-transparent background. 
It also supports input and output for korean.

- Added Hangul input patch. written by <eterm@user.sarang.net> [aa]
- Patch theme for Hangul font set. [ab]
- Porting for FreeBSD. [ac]

You can download scale and tile.  - ftp://ftp.eterm.org/pub/Eterm/

--
Ports by Oh Junseon <hollywar@mail.holywar.net>
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libX11, x11/libXext, x11/libICE, x11/libSM, x11-toolkits/libXt, lang/perl5.8, devel/libtool15, devel/pkg-config
Required To Run: korean/hanyangfonts, x11/libX11, x11/libXext, x11/libICE, x11/libSM, x11-toolkits/libXt, devel/pkg-config
Required Libraries: devel/glib12, x11-toolkits/gtk12, graphics/imlib

To install the port: cd /usr/ports/korean/eterm/ && make install clean
To add the package: pkg_add -r ko-eterm


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.holywar.net/pub/FreeBSD/
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
28 Jun 2008 21:08:28
Original commit files touched by this commit  0.8.9_7
itetcu search for other commits by this committer
- s/PREFIX/LOCALBASE/ in DEPENDS
- install docs in default DOCSDIR and fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:    QA Tindy run
06 Jun 2008 14:39:17
Original commit files touched by this commit  0.8.9_6
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.8.9_5
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
19 May 2007 21:32:57
Original commit files touched by this commit  0.8.9_4
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
10 Feb 2007 06:05:06
Original commit files touched by this commit  0.8.9_3
kris search for other commits by this committer
Use libtool15 port instead of included version to avoid objformat a.out botch
30 Jan 2007 10:25:34
Original commit files touched by this commit  0.8.9_3
pav search for other commits by this committer
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
05 Apr 2006 06:34:21
Original commit files touched by this commit  0.8.9_3
linimon search for other commits by this committer
Reset hollywar@mail.holywar.net due to no response to email about maintainer
timeouts.

Hat:    portmgr
07 Mar 2006 08:28:06
Original commit files touched by this commit  0.8.9_3
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.8.9_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:40:32
Original commit files touched by this commit  0.8.9_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.8.9_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
15 Nov 2004 05:19:30
Original commit files touched by this commit  0.8.9_1
sf search for other commits by this committer
farewell to libxpg4.
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.8.9_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
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
31 Mar 2004 04:12:58
Original commit files touched by this commit  0.8.9_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.8.9_1
ade search for other commits by this committer
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.
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.8.9_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
20 Nov 2003 15:06:15
Original commit files touched by this commit  0.8.9
trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
20 Nov 2003 13:51:47
Original commit files touched by this commit  0.8.9
trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
01 Oct 2003 14:56:46
Original commit files touched by this commit  0.8.9
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             57440
Submitted by:   Mark Linimon <linimon@lonesome.com>
09 Sep 2003 11:15:16
Original commit files touched by this commit  0.8.9
cjh search for other commits by this committer
Fix distfiles/www locations and one maintainer.
26 Jun 2003 23:58:32
Original commit files touched by this commit  0.8.9
ade search for other commits by this committer
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
05 May 2003 05:10:23
Original commit files touched by this commit  0.8.9
marcus search for other commits by this committer
Convert to new GNOME infrastructure.
24 Mar 2003 05:13:33
Original commit files touched by this commit  0.8.9
perky search for other commits by this committer
o Fix build on 5 [1]
o Don't hardcode /usr/local in patches

PR:             50153 [1]
Submitted by:   JunSeon Oh <hollywar@holywar.net> [1]
21 Feb 2003 12:31:01
Original commit files touched by this commit  0.8.9
knu search for other commits by this committer
De-pkg-comment.
31 Mar 2002 04:12:48
Original commit files touched by this commit  0.8.9
kris search for other commits by this committer
Remove #include <malloc.h>
Set GNU_CONFIGURE since this port uses it
Don't use an internal libtool, use the system one.  Port build is still
broken on -current because of expr(1) abuse in the libtool port.
08 Oct 2000 04:09:10
files touched by this commit
asami search for other commits by this committer
Convert category korean to new layout.  
05 Oct 2000 08:57:56
files touched by this commit
reg search for other commits by this committer
Implement WANT_IMLIB and USE_IMLIB.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19095
Broken 158
Deprecated 77
Ignore 424
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 8
new 48 hours16
new 7 days52
new fortnight95
new month248

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.198 seconds.