From owner-freebsd-ports Tue Oct 17 12:40:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAB7137B661 for ; Tue, 17 Oct 2000 12:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32567; Tue, 17 Oct 2000 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DD79D37B4F9; Tue, 17 Oct 2000 12:33:14 -0700 (PDT) Message-Id: <20001017193314.DD79D37B4F9@hub.freebsd.org> Date: Tue, 17 Oct 2000 12:33:14 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22059: Update port: misc/ewipe to 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22059 >Category: ports >Synopsis: Update port: misc/ewipe to 1.2.0 >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: Tue Oct 17 12:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/ewipe/Makefile misc/ewipe/Makefile --- /usr/ports/misc/ewipe/Makefile Wed May 24 02:54:44 2000 +++ misc/ewipe/Makefile Fri Oct 13 03:59:52 2000 @@ -6,39 +6,50 @@ # PORTNAME= ewipe -PORTVERSION= 1.1.0 -CATEGORIES+= misc tk42 -MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ - http://freefall.freebsd.org/~itojun/distfiles/ +PORTVERSION= 1.2.0 +CATEGORIES+= misc tk82 +MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ -MAINTAINER?= ports@freebsd.org +MAINTAINER?= ports@FreeBSD.org -#RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 +.if defined(KANJI) +RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 +.else +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.endif NO_BUILD= YES TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex -DOCS= README Changes.jp dot.ewipe -SAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ - tutorial.ewp +PORTDOCS= Changes.jp README README.jp dot.ewipe +EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ + tutorial.ewp tutorial-e.ewp -KANJI?= no +.if defined(KANJI) +WISH= ${LOCALBASE}/bin/wish8.0jp +.else +WISH= ${LOCALBASE}/bin/wish8.2 +.endif + +post-patch: + @${PERL} -pi \ + -e "s|%%PREFIX%%|${PREFIX}|g;" \ + -e "s|%%WISH%%|${WISH}|g;" ${WRKSRC}/ewipe do-install: - ${MKDIR} ${PREFIX}/lib/ewipe + @${MKDIR} ${PREFIX}/share/ewipe ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin - for i in ${TCLLIBS}; do\ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe;\ - done +.for file in ${TCLLIBS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/ewipe +.endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ewipe - ${MKDIR} ${PREFIX}/share/doc/ewipe/sample - for i in ${DOCS}; do\ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe;\ - done - for i in ${SAMPLES}; do\ - ${INSTALL_DATA} ${WRKSRC}/sample/$$i \ - ${PREFIX}/share/doc/ewipe/sample;\ - done + @${MKDIR} ${PREFIX}/share/doc/ewipe +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ewipe +.endfor + @${MKDIR} ${PREFIX}/share/examples/ewipe +.for file in ${EXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/sample/${file} ${PREFIX}/share/examples/ewipe +.endfor .endif .include diff -urN /usr/ports/misc/ewipe/distinfo misc/ewipe/distinfo --- /usr/ports/misc/ewipe/distinfo Thu May 6 16:48:49 1999 +++ misc/ewipe/distinfo Fri Oct 13 03:16:40 2000 @@ -1 +1 @@ -MD5 (ewipe-1.1.0.tar.gz) = 1e6e709334f35e9655a7d962c1bb471f +MD5 (ewipe-1.2.0.tar.gz) = c7c1b6ed1c09f0543b7e445c21864bdc diff -urN /usr/ports/misc/ewipe/files/patch-aa misc/ewipe/files/patch-aa --- /usr/ports/misc/ewipe/files/patch-aa Sun Apr 12 11:21:17 1998 +++ misc/ewipe/files/patch-aa Fri Oct 13 03:37:40 2000 @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "--" "$@" -+exec wish4.2 "$0" "--" "$@" ++exec %%WISH%% "$0" "--" "$@" # # # EWIPE : Extended WIPE (Editor for WIPE) # @@ -14,7 +14,7 @@ -set PATH . +#set PATH . -+set PATH /usr/local/lib/ewipe ++set PATH %%PREFIX%%/share/ewipe ################################################### diff -urN /usr/ports/misc/ewipe/pkg-descr misc/ewipe/pkg-descr --- /usr/ports/misc/ewipe/pkg-descr Mon May 3 14:37:13 1999 +++ misc/ewipe/pkg-descr Fri Oct 13 03:12:06 2000 @@ -2,9 +2,7 @@ EWIPE is a tcl/tk based presentation tool, which includes both authoring tool and viewer. -More information can be found at: - http://al.ei.tuat.ac.jp/~sekisita/ewipe/ (in Japanese) The menu can be Japanese or English, so don't worry. -WWW: http://al.ei.tuat.ac.jp/~sekisita/ewipe/ (in Japanese) +WWW: http://www.jnet-jp.to/~sekisita/ewipe/index-e.html diff -urN /usr/ports/misc/ewipe/pkg-plist misc/ewipe/pkg-plist --- /usr/ports/misc/ewipe/pkg-plist Thu May 6 16:48:52 1999 +++ misc/ewipe/pkg-plist Fri Oct 13 03:31:38 2000 @@ -1,20 +1,22 @@ bin/ewipe -lib/ewipe/definefont.tcl -lib/ewipe/edittable.tcl -lib/ewipe/setpointer.tcl -lib/ewipe/viewer.tcl -lib/ewipe/tclIndex share/doc/ewipe/Changes.jp share/doc/ewipe/README +share/doc/ewipe/README.jp share/doc/ewipe/dot.ewipe -share/doc/ewipe/sample/a1.gif -share/doc/ewipe/sample/a2.gif -share/doc/ewipe/sample/a3.gif -share/doc/ewipe/sample/a4.gif -share/doc/ewipe/sample/blue1.gif -share/doc/ewipe/sample/sample.ewp -share/doc/ewipe/sample/test.ewp -share/doc/ewipe/sample/tutorial.ewp -@dirrm lib/ewipe -@dirrm share/doc/ewipe/sample +share/ewipe/definefont.tcl +share/ewipe/edittable.tcl +share/ewipe/setpointer.tcl +share/ewipe/tclIndex +share/ewipe/viewer.tcl +share/examples/ewipe/a1.gif +share/examples/ewipe/a2.gif +share/examples/ewipe/a3.gif +share/examples/ewipe/a4.gif +share/examples/ewipe/blue1.gif +share/examples/ewipe/sample.ewp +share/examples/ewipe/test.ewp +share/examples/ewipe/tutorial.ewp +share/examples/ewipe/tutorial-e.ewp +@dirrm share/examples/ewipe +@dirrm share/ewipe @dirrm share/doc/ewipe >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message