aboutsummaryrefslogtreecommitdiff
path: root/japanese/bookview
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-30 14:22:06 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-30 14:22:06 +0000
commit68f627cfa4217e23ebe042b1c3c94da55c124559 (patch)
tree27a66a1f45932d2361f09f8865fd51b422ab3c16 /japanese/bookview
parent38d73179b10dded66720fe32a58e3f711fcb4c3c (diff)
downloadports-68f627cfa4217e23ebe042b1c3c94da55c124559.tar.gz
ports-68f627cfa4217e23ebe042b1c3c94da55c124559.zip
update japanese/bookview: 3.1.1 --> 3.2
PR: 53892 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=83903
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>