summaryrefslogtreecommitdiff
path: root/japanese/kterm
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-07-13 05:58:44 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-07-13 05:58:44 +0000
commit1e1085cb10eed898f0c7f5fa327757fb9027252d (patch)
tree54bf899d5e684881d37cf494208af78b837435ff /japanese/kterm
parentFix a typo I introduced. (diff)
Fix unfetchable problem. Change PATCH_SITES.
Update wallpaper patch.
Notes
Notes: svn path=/head/; revision=20180
Diffstat (limited to 'japanese/kterm')
-rw-r--r--japanese/kterm/Makefile14
-rw-r--r--japanese/kterm/distinfo7
-rw-r--r--japanese/kterm/pkg-descr20
3 files changed, 25 insertions, 16 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile
index 45f1554b0a45..c3b1d2945642 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 097038984615..7d80b829aa68 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 19e64b4abc8c..eee58511a595 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>.