1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

update japanese/bookview: 3.1.1 --> 3.2

PR:		53892
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
This commit is contained in:
Daichi GOTO 2003-06-30 14:22:06 +00:00
parent 38d73179b1
commit 68f627cfa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83903
3 changed files with 8 additions and 12 deletions

View File

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

View File

@ -1 +1 @@
MD5 (bookview-3.1.1.tar.gz) = 7287b02a5eeb80892c48a5f88de14b07
MD5 (bookview-3.2.tar.gz) = dfd95f77d5df8ad65cf12b6e7dd1b9b4

View File

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