From f29a191fa2989b110acc1b5cf48db6c6ed6d82a6 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Sep 2001 15:16:29 +0000 Subject: Update to 0.4.2 + Japanese support patch w/ XIM support. Submitted by: Yoichi Nakayama (MAINTAINER) --- japanese/aterm/Makefile | 40 ++++++++++++++++++++++++++++++++++++---- japanese/aterm/distinfo | 2 ++ japanese/aterm/pkg-comment | 1 + japanese/aterm/pkg-descr | 9 +++++++++ japanese/aterm/pkg-plist | 2 ++ 5 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 japanese/aterm/distinfo create mode 100644 japanese/aterm/pkg-comment create mode 100644 japanese/aterm/pkg-descr create mode 100644 japanese/aterm/pkg-plist (limited to 'japanese') diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index 06f70dc..323f2ef 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -5,10 +5,42 @@ # $FreeBSD$ # -CATEGORIES= japanese +PORTNAME= aterm +PORTVERSION= 0.4.2 +CATEGORIES+= japanese x11 +MASTER_SITES= http://download.sourceforge.net/aterm/ -MASTERDIR= ${.CURDIR}/../../x11/aterm +PATCH_SITES= http://wakaba.com/~tsann/aterm/ +PATCHFILES= ${DISTNAME}-ja.patch +PATCH_DIST_STRIP= -p1 -CONFIGURE_ARGS= --enable-kanji +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp -.include "${MASTERDIR}/Makefile" +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf + +USE_X_PREFIX= yes +USE_XPM= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS?= \ + --enable-transparency --enable-background-image \ + --enable-fading --enable-utmp --enable-wtmp \ + --enable-kanji --enable-linespace --enable-xim + +.if defined(WITH_MENUBAR) +CONFIGURE_ARGS+= --enable-menubar +.endif + +MAN1= aterm.1 + +pre-configure: + @(cd ${WRKSRC}; \ + autoheader --localdir=autoconf autoconf/configure.in > autoconf/config.h.in; \ + autoconf --localdir=autoconf autoconf/configure.in > configure) +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/ + @${CHMOD} 4711 ${PREFIX}/bin/aterm + +.include diff --git a/japanese/aterm/distinfo b/japanese/aterm/distinfo new file mode 100644 index 0000000..64caf41 --- /dev/null +++ b/japanese/aterm/distinfo @@ -0,0 +1,2 @@ +MD5 (aterm-0.4.2.tar.gz) = d046fcf7fadd661dd5efb393a43c57b1 +MD5 (aterm-0.4.2-ja.patch) = 2bd8629ea2a1926bca13841b0aca6604 diff --git a/japanese/aterm/pkg-comment b/japanese/aterm/pkg-comment new file mode 100644 index 0000000..51dd292 --- /dev/null +++ b/japanese/aterm/pkg-comment @@ -0,0 +1 @@ +A color vt102 terminal emulator with transparency support diff --git a/japanese/aterm/pkg-descr b/japanese/aterm/pkg-descr new file mode 100644 index 0000000..d53879a --- /dev/null +++ b/japanese/aterm/pkg-descr @@ -0,0 +1,9 @@ +aterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with +additions for fast transparency. + +It was created with AfterStep users in mind, but is not tied to any +libraries, and can be used anywhere. + +This port include XIM support. + +WWW: http://aterm.sourceforge.net/ diff --git a/japanese/aterm/pkg-plist b/japanese/aterm/pkg-plist new file mode 100644 index 0000000..90bdc5e --- /dev/null +++ b/japanese/aterm/pkg-plist @@ -0,0 +1,2 @@ +bin/aterm +@exec chmod 4711 %D/bin/aterm -- cgit v1.1