Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 16:40:13 +0900 (JST)
From:      Motoyuki Kasahara <m-kasahr@sra.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9596: upgrade ja-bookview
Message-ID:  <19990121164013U.m-kasahr@srapc517.sra.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         9596
>Category:       ports
>Synopsis:       upgrade ja-bookview
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 20 23:50:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Motoyuki Kasahara
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

Tested on 2.2.8-RELEASE

>Description:

This is an upgrade port of `japanese/bookview' to version 2.2.
`bookview' runs on ja-tk8.0.

diff -urN bookview.old/Makefile bookview/Makefile
--- bookview.old/Makefile	Wed Apr 22 00:08:12 1998
+++ bookview/Makefile	Thu Jan 21 16:34:45 1999
@@ -1,24 +1,23 @@
 # New ports collection makefile for:	bookview
-# Version required:		1.1.6
+# Version required:		2.2
 # Date created:			2 Oct 1997
 # Whom:				Motoyuki Kasahara <m-kasahr@sra.co.jp>
 #
-# $Id: Makefile,v 1.1.1.1 1998/04/21 15:08:12 kuriyama Exp $
+# $Id$
 #
 
-DISTNAME=	bookview-1.1.6
-PKGNAME=	ja-bookview-1.1.6
+DISTNAME=	bookview-2.2
+PKGNAME=	ja-bookview-2.2
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
 		ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/
 
 MAINTAINER=	m-kasahr@sra.co.jp
 
-RUN_DEPENDS=	${PREFIX}/bin/wish4.2jp:${PORTSDIR}/japanese/tk42
+RUN_DEPENDS=	${PREFIX}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-ja-doc
-CONFIGURE_ENV=	WISH=${PREFIX}/bin/wish4.2jp \
+CONFIGURE_ENV=	WISH=${PREFIX}/bin/wish8.0jp \
 		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
 		INSTALL_DATA="${INSTALL_DATA}"
 
@@ -26,8 +25,8 @@
 	if [ ! -f ${PREFIX}/info/dir ]; then \
 	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
 	fi
-.for info in bookview.info bookview-ja.info
-	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
+.for info in bookview bookview-ja
+	install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
 .endfor
 
 .include <bsd.port.mk>
Only in bookview: bookview-2.2.tar
diff -urN bookview.old/files/md5 bookview/files/md5
--- bookview.old/files/md5	Wed Apr 22 00:08:13 1998
+++ bookview/files/md5	Wed Jan 20 18:16:44 1999
@@ -1 +1 @@
-MD5 (bookview-1.1.6.tar.gz) = ca6a5dbf38cb5172218bd58995c6c0a5
+MD5 (bookview-2.2.tar.gz) = 2346cf4750a8c91331f9ff843829ebc0
Only in bookview: makedist
diff -ur bookview.old/pkg/PLIST bookview/pkg/PLIST
--- bookview.old/pkg/PLIST	Wed Apr 22 00:08:13 1998
+++ bookview/pkg/PLIST	Wed Jan 20 18:20:38 1999
@@ -1,9 +1,10 @@
 bin/bookview
+share/bookview/arrow.xbm
 share/bookview/back.xbm
-share/bookview/clear.xbm
+share/bookview/copyright.xbm
 share/bookview/menu.xbm
 share/bookview/next.xbm
-share/bookview/query.xbm
+share/bookview/space.xbm
 share/bookview/help.txt
 share/bookview/help-ja.txt
 @dirrm share/bookview
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990121164013U.m-kasahr>