1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix unfetchable problem. Change PATCH_SITES.

Update wallpaper patch.
This commit is contained in:
Shigeyuki Fukushima 1999-07-13 05:58:44 +00:00
parent 6b961c6c13
commit 1e1085cb10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20180
3 changed files with 25 additions and 16 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>.