diff options
author | itojun <itojun@FreeBSD.org> | 1997-12-05 11:15:03 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-12-05 11:15:03 +0800 |
commit | eefe3b387344119de7693cd4779e97159ba893a1 (patch) | |
tree | 93e34d1fc042c77075301cdae37cebf57b2e6f6d /misc/ewipe | |
parent | 3e917a2d5f099592e85d6ae3523fe7716681a9a3 (diff) | |
download | freebsd-ports-gnome-eefe3b387344119de7693cd4779e97159ba893a1.tar.gz freebsd-ports-gnome-eefe3b387344119de7693cd4779e97159ba893a1.tar.zst freebsd-ports-gnome-eefe3b387344119de7693cd4779e97159ba893a1.zip |
original distribution updated to 0.6.0.
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 10 | ||||
-rw-r--r-- | misc/ewipe/distinfo | 2 | ||||
-rw-r--r-- | misc/ewipe/files/patch-aa | 13 | ||||
-rw-r--r-- | misc/ewipe/pkg-plist | 3 |
4 files changed, 15 insertions, 13 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 08d03f8d01ed..805189389c5b 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ewipe -# Version required: 0.5.0 +# Version required: 0.6.0 # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.4 1997/10/28 02:39:19 itojun Exp $ +# $Id: Makefile,v 1.5 1997/10/28 22:39:03 itojun Exp $ # -DISTNAME= ewipe0.5.0 -PKGNAME= ja-ewipe-0.5.0 +DISTNAME= ewipe0.6.0 +PKGNAME= ja-ewipe-0.6.0 CATEGORIES= japanese x11 MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/ @@ -22,7 +22,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/ewipe ${MKDIR} ${PREFIX}/share/doc/ewipe ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin - for i in viewer.tcl edittable.tcl tclIndex; do \ + for i in edittable.tcl setpointer.tcl viewer.tcl tclIndex; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \ done .if !defined(NOPORTDOCS) diff --git a/misc/ewipe/distinfo b/misc/ewipe/distinfo index 56ecd2fbf80e..aa4a0f9d14e1 100644 --- a/misc/ewipe/distinfo +++ b/misc/ewipe/distinfo @@ -1 +1 @@ -MD5 (ewipe0.5.0.tar.gz) = 54800351e4b3b0c806a71bcca11af33d +MD5 (ewipe0.6.0.tar.gz) = bb2d599e24bcf5f88732ce1d3746c869 diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa index dbe28e9910ab..6312fbe565ad 100644 --- a/misc/ewipe/files/patch-aa +++ b/misc/ewipe/files/patch-aa @@ -1,18 +1,19 @@ ---- ewipe.orig Fri Oct 17 16:19:46 1997 -+++ ewipe Fri Oct 17 16:20:16 1997 +--- ewipe.orig Fri Dec 5 10:00:10 1997 ++++ ewipe Fri Dec 5 10:54:04 1997 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "--" "$@" -+exec /usr/local/bin/wish4.2jp "$0" "--" "$@" ++exec wish4.2jp "$0" "--" "$@" # # # EWIPE: Extended WIPE (Editor for WIPE) # -@@ -21,6 +21,7 @@ +@@ -20,7 +20,7 @@ + # set PATH /usr/local/lib/ewipe # # # - lappend auto_path . -+lappend auto_path /usr/local/lib/ewipe +-set PATH . ++set PATH /usr/local/lib/ewipe ################################################## diff --git a/misc/ewipe/pkg-plist b/misc/ewipe/pkg-plist index 4e192530dbc7..455cabb09fa3 100644 --- a/misc/ewipe/pkg-plist +++ b/misc/ewipe/pkg-plist @@ -1,6 +1,7 @@ bin/ewipe -lib/ewipe/viewer.tcl lib/ewipe/edittable.tcl +lib/ewipe/setpointer.tcl +lib/ewipe/viewer.tcl lib/ewipe/tclIndex share/doc/ewipe/Changes share/doc/ewipe/README |