head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.19
date	2013.02.18.14.39.00;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.05.19.11.12.26;	author olgeni;	state Exp;
branches;
next	1.16;

1.16
date	2011.05.19.10.54.31;	author olgeni;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.19.17.46.59;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2005.04.14.08.01.35;	author vs;	state Exp;
branches;
next	1.13;

1.13
date	2005.02.18.19.45.55;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2004.04.10.17.26.29;	author trevor;	state Exp;
branches;
next	1.11;

1.11
date	2004.03.14.06.16.04;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2003.11.21.03.09.41;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.15.10.29.34;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.26.14.23.40;	author foxfair;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.15.00.16.16;	author naddy;	state Exp;
branches;
next	1.6;

1.6
date	2002.12.22.05.15.12;	author keichii;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.19.21.42.39;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.31.04.32.48;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.07.22.54.36;	author keichii;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.25.08.23.24;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.24.20.27.19;	author keith;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312502
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Michael C. Wu
# $FreeBSD: head/chinese/eterm/Makefile 312502 2013-02-18 12:34:39Z olgeni $

CATEGORIES=	chinese

MASTERDIR=	${.CURDIR}/../../x11/eterm

MAINTAINER=	olgeni@@FreeBSD.org
COMMENT=	X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)

EXTRA_PATCHES=	${.CURDIR}/files/extra-patch-configure

CONFIGURE_ARGS=	--enable-trans --enable-utmp \
		--enable-xim --with-theme-update \
		--with-backspace=bs --without-terminfo \
		--enable-multi-charset=big5

PKGDIR=		${.CURDIR}
PLIST=		${MASTERDIR}/pkg-plist

RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts

.include "${MASTERDIR}/Makefile"
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 4
# New ports collection makefile for:	eterm
# Date created:        24th December 2000
# Whom:                Michael C. Wu
# $FreeBSD: head/chinese/eterm/Makefile 300895 2012-07-14 12:56:14Z beat $
@


1.17
log
@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.
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.16
log
@Adopt port.
@
text
@d13 1
a13 1
EXTRA_PATCHES=	${.CURDIR}/files/extra-patch-configure.in
@


1.15
log
@- 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)
@
text
@d10 1
a10 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@Unbreak: USE_AUTOCONF no longer necessary and it was reverting the LIBTOOL-patch
@
text
@d23 1
a23 1
RUN_DEPENDS=	${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
@


1.13
log
@BROKEN: Incomplete pkg-plist
@
text
@a14 3
BROKEN=		Incomplete pkg-plist

USE_AUTOCONF_VER=	213
@


1.12
log
@Tidy up whitespace.
@
text
@d15 2
@


1.11
log
@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.
@
text
@d8 1
a8 1
MASTERDIR=      ${.CURDIR}/../../x11/eterm
d13 1
a13 1
EXTRA_PATCHES=  ${.CURDIR}/files/extra-patch-configure.in
d24 1
a24 1
RUN_DEPENDS=    ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
@


1.10
log
@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
@
text
@d15 1
a15 1
USE_AUTOCONF=	yes
@


1.9
log
@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
@
text
@d10 1
a10 1
MAINTAINER=	ports@@freebsd.org
@


1.8
log
@pkg-comment police: Purge them in this category while I'm here.
@
text
@d6 1
a6 1
CATEGORIES=	chinese x11
@


1.7
log
@Update to 0.9.1.

PR:		48254
Submitted by:	Yu-Shun Wang <yushunwa@@isi.edu>
@
text
@d11 1
@


1.6
log
@Let others maintain these two ports.
@
text
@a5 2
PORTNAME=	eterm
PORTVERSION=	0.9
d7 2
a8 5
MASTER_SITES=	ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \
		ftp://ftp.dti.ad.jp/pub/X/enlightenment/Eterm/ \
		ftp://ftp.kddlabs.co.jp/.10/X11/window_manager/enlightenment/Eterm/ \
		ftp://ftp.sogang.ac.kr/.c/tools/X11/Enlightenment/Eterm/
DISTNAME=	Eterm-${PORTVERSION}
d12 10
a21 2
BUILD_DEPENDS=	man2html:${PORTSDIR}/textproc/man2html
RUN_DEPENDS=	${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
d23 1
a23 28
USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_GNOMENG=	yes
USE_GNOME=	imlib
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--enable-trans=imlib --enable-multi-charset=big5 \
		--enable-xim --with-theme-update

CONFIGURE_ENV=	LIBS="-lxpg4"

MAN1=		Eterm.1
INSTALLS_SHLIB=	yes

pre-patch:
	@@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
		${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c

post-install:
	@@${CHMOD} 4711 ${PREFIX}/bin/Eterm
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${PREFIX}/share/doc/Eterm
	@@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
	@@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm
	@@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
	@@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
	@@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
.endif
	@@${CAT} ${PKGMESSAGE}
d25 1
a25 1
.include <bsd.port.mk>
@


1.5
log
@Deploy USE_GNOMENG infrastructure

PR:		42201
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d15 1
a15 1
MAINTAINER=	keichii@@freebsd.org
@


1.4
log
@Remove #include <malloc.h>.  Build seems to still be broken.
@
text
@d22 2
a23 1
USE_IMLIB=	yes
@


1.3
log
@Change my email address in the Maintainer line
@
text
@d4 1
a4 1
# $FreeBSD: ports/chinese/eterm/Makefile,v 1.2 2000/12/25 08:23:24 vanilla Exp $
d31 4
@


1.2
log
@Properly localization.

Submitted by:	maintainer
@
text
@d4 1
a4 1
# $FreeBSD: ports/chinese/eterm/Makefile,v 1.1 2000/12/24 20:27:19 keith Exp $
d15 1
a15 1
MAINTAINER=	keichii@@iteration.net
@


1.1
log
@Initial version.

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>
@
text
@d4 1
a4 1
# $FreeBSD$
d18 1
d24 1
a24 1
CONFIGURE_ARGS=	--enable-trans=imlib --enable-utmp --enable-multi-charset=kanji \
d26 1
@

