diff options
author | shige <shige@FreeBSD.org> | 1999-07-13 05:58:44 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-07-13 05:58:44 +0000 |
commit | e79b37ca5e702138b833b3a489a55fc809cd46bf (patch) | |
tree | 3fa41faead502a1b2332c4eec90492d431113892 /japanese/kterm | |
parent | ae5f82480d7bf787349e707c066e9862d282f461 (diff) | |
download | FreeBSD-ports-e79b37ca5e702138b833b3a489a55fc809cd46bf.zip FreeBSD-ports-e79b37ca5e702138b833b3a489a55fc809cd46bf.tar.gz |
Fix unfetchable problem. Change PATCH_SITES.
Update wallpaper patch.
Diffstat (limited to 'japanese/kterm')
-rw-r--r-- | japanese/kterm/Makefile | 14 | ||||
-rw-r--r-- | japanese/kterm/distinfo | 7 | ||||
-rw-r--r-- | japanese/kterm/pkg-descr | 20 |
3 files changed, 25 insertions, 16 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile index 45f1554..c3b1d29 100644 --- a/japanese/kterm/Makefile +++ b/japanese/kterm/Makefile @@ -3,13 +3,14 @@ # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.17 1998/12/23 01:47:23 steve Exp $ +# $Id: Makefile,v 1.18 1999/03/01 09:38:10 shige Exp $ # DISTNAME= kterm-6.2.0 PKGNAME= ja-kterm-6.2.0 CATEGORIES= japanese x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + http://www.freebsd.org/~shige/ports/kterm/ MASTER_SITE_SUBDIR= applications MAINTAINER= shige@FreeBSD.ORG @@ -17,10 +18,13 @@ MAINTAINER= shige@FreeBSD.ORG BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +DISTFILES= ${DISTNAME}.tar.gz README.wallpaper.ja +EXTRACT_ONLY= ${DISTNAME}.tar.gz PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/ \ - http://karin.ip.titech.ac.jp/~takagi/kterm/ + http://www.asahi-net.or.jp/~hc3j-tkg/kterm/ PATCHFILES= kterm-6.2.0.NFS-xauth.patch \ - kterm-6.2.0-wpr1.patch.gz + kterm-6.2.0-wpi.patch.gz +DIST_SUBDIR= kterm PATCH_DIST_STRIP= -p1 USE_IMAKE= yes @@ -63,7 +67,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/README.kt ${DOCDIR} - @${INSTALL_DATA} ${WRKSRC}/README.wallpaper ${DOCDIR}/README.wallpaper.ja + @${INSTALL_DATA} ${_DISTDIR}/README.wallpaper.ja ${DOCDIR}/README.wallpaper.ja .endif .include <bsd.port.mk> diff --git a/japanese/kterm/distinfo b/japanese/kterm/distinfo index 0970389..7d80b82 100644 --- a/japanese/kterm/distinfo +++ b/japanese/kterm/distinfo @@ -1,3 +1,4 @@ -MD5 (kterm-6.2.0.tar.gz) = 9cc72841b50dfba92bce01dbbebf3039 -MD5 (kterm-6.2.0.NFS-xauth.patch) = a2f11334e14929997e987e463f004dd0 -MD5 (kterm-6.2.0-wpr1.patch.gz) = 139c824069743f8aa2ed85d55a2b0dfc +MD5 (kterm/kterm-6.2.0.tar.gz) = 9cc72841b50dfba92bce01dbbebf3039 +MD5 (kterm/kterm-6.2.0.NFS-xauth.patch) = a2f11334e14929997e987e463f004dd0 +MD5 (kterm/kterm-6.2.0-wpi.patch.gz) = 9b7f06ce63fa06a656e45b752f8f6240 +MD5 (kterm/README.wallpaper.ja) = debae083ddb71e53a958c4ffb4c108e9 diff --git a/japanese/kterm/pkg-descr b/japanese/kterm/pkg-descr index 19e64b4..eee5851 100644 --- a/japanese/kterm/pkg-descr +++ b/japanese/kterm/pkg-descr @@ -1,11 +1,15 @@ -kterm is a xterm replacement with Japanese (Kanji) support. It also -understands ANSI color sequences. This version is 6.1.0, available +Kterm is a xterm replacement with Japanese (Kanji) support. It also +understands ANSI color sequences. This version is 6.2.0, available from the X11R6 contrib tape. -Also included is support for Xaw3d arrow-style scrollbars. You can -now hold down the arrow buttons to scroll continuously. I made this -patch (patch-ae) by modifying the source while looking at the xterm -patch available with Xaw3d for R5. -Satoshi Asami -asami@cs.berkeley.edu +Also included is support for Xaw3d arrow-style scrollbars and neXtaw +NeX-style scrollbars. You can now hold down the arrow buttons to +scroll continuously. + +And also included kterm background-wallpaper patch. +This patch is made by Junji Takagi <takagi@an.ip.titech.ac.jp>, +and revised by Takuji Iimura <uirou@mma.club.uec.ac.jp>. + +Finally, this port is made by Satoshi Asami <asami@cs.berkeley.edu>, +and revised by Shigeyuki Fukushima <shige@FreeBSD.ORG>. |