original distribution updated to 0.6.0.
This commit is contained in:
parent
4d380efe6a
commit
e8b531adff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8998
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ewipe0.5.0.tar.gz) = 54800351e4b3b0c806a71bcca11af33d
|
||||
MD5 (ewipe0.6.0.tar.gz) = bb2d599e24bcf5f88732ce1d3746c869
|
||||
|
@ -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
|
||||
|
||||
##################################################
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user