aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/bookview
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-30 22:22:06 +0800
committerdaichi <daichi@FreeBSD.org>2003-06-30 22:22:06 +0800
commit22a9eb067320576d4558c0799cdf76069a5eedc9 (patch)
treed18d317f5f148a5d19463abe85d7deba60adadb5 /japanese/bookview
parent0689345f227be7f8d9baebaca6fd0151de355533 (diff)
downloadfreebsd-ports-gnome-22a9eb067320576d4558c0799cdf76069a5eedc9.tar.gz
freebsd-ports-gnome-22a9eb067320576d4558c0799cdf76069a5eedc9.tar.zst
freebsd-ports-gnome-22a9eb067320576d4558c0799cdf76069a5eedc9.zip
update japanese/bookview: 3.1.1 --> 3.2
PR: 53892 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
Diffstat (limited to 'japanese/bookview')
-rw-r--r--japanese/bookview/Makefile10
-rw-r--r--japanese/bookview/distinfo2
-rw-r--r--japanese/bookview/pkg-descr8
3 files changed, 8 insertions, 12 deletions
diff --git a/japanese/bookview/Makefile b/japanese/bookview/Makefile
index ff055a93f863..d2e80962aaeb 100644
--- a/japanese/bookview/Makefile
+++ b/japanese/bookview/Makefile
@@ -6,20 +6,18 @@
#
PORTNAME= bookview
-PORTVERSION= 3.1.1
+PORTVERSION= 3.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/
MAINTAINER= takamune@avrl.mei.co.jp
-COMMENT= NDTP client using Japanized Tcl/Tk
+COMMENT= NDTP client written in Tcl/Tk
-RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= WISH=${PREFIX}/bin/wish8.0jp \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- INSTALL_DATA="${INSTALL_DATA}"
+CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
.include <bsd.port.mk>
diff --git a/japanese/bookview/distinfo b/japanese/bookview/distinfo
index f0d7203764e3..6b9183d795a7 100644
--- a/japanese/bookview/distinfo
+++ b/japanese/bookview/distinfo
@@ -1 +1 @@
-MD5 (bookview-3.1.1.tar.gz) = 7287b02a5eeb80892c48a5f88de14b07
+MD5 (bookview-3.2.tar.gz) = dfd95f77d5df8ad65cf12b6e7dd1b9b4
diff --git a/japanese/bookview/pkg-descr b/japanese/bookview/pkg-descr
index aa91a2b20cc7..f61a3cf8dab3 100644
--- a/japanese/bookview/pkg-descr
+++ b/japanese/bookview/pkg-descr
@@ -1,10 +1,8 @@
BookView is a NDTP (Network Dictionary Transfer Protocol) client
-written in Tcl/Tk. It requires Tcl8.0jp and Tk8.0jp (Japanized
-version). BookView can talk to NDTPD and dserver.
-
--- Motoyuki Kasahara <m-kasahr@sra.co.jp>
+written in Tcl/Tk. It requires Tcl/Tk 8.3 or later or 8.0jp (`jp'
+means `Japanized version'). BookView can talk to NDTPD and dserver.
You can get information about BookView from their website.
WWW: http://www.sra.co.jp/people/m-kasahr/bookview/
--- Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp>
+-- Kazu TAKAMUNE <takamune@avrl.mei.co.jp>