summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-17 13:02:52 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-17 13:02:52 +0000
commitc6e162b754d6224fdf1117dcf3a937d757aced4b (patch)
tree4caef6db5ea51e8d5d039f39641775b1e4b20578 /misc
parentNFS and xauth security patch included into PATCHFILES. (diff)
ewipe, tcl/tk based presentation tool(includes authoring tool).
Notes
Notes: svn path=/head/; revision=8307
Diffstat (limited to 'misc')
-rw-r--r--misc/ewipe/Makefile34
-rw-r--r--misc/ewipe/distinfo1
-rw-r--r--misc/ewipe/files/patch-aa18
-rw-r--r--misc/ewipe/pkg-comment1
-rw-r--r--misc/ewipe/pkg-descr8
-rw-r--r--misc/ewipe/pkg-plist10
6 files changed, 72 insertions, 0 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile
new file mode 100644
index 000000000000..5edfac4c3cba
--- /dev/null
+++ b/misc/ewipe/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ewipe
+# Version required: 0.4.3
+# Date created: 17 October 1997
+# Whom: itojun@itojun.org
+#
+# $Id$
+#
+
+DISTNAME= ewipe0.4.4
+PKGNAME= ewipe-0.4.4
+CATEGORIES= japanese x11
+MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
+
+MAINTAINER= itojun@itojun.org
+
+RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/ewipe
+ ${MKDIR} ${PREFIX}/share/doc/ewipe
+ ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/viewer.tcl ${PREFIX}/lib/ewipe
+ ${INSTALL_DATA} ${WRKSRC}/tclIndex ${PREFIX}/lib/ewipe
+.if !defined(NOPORTDOCS)
+ for i in dot.ewipe README Changes ewipe_sample.ewp \
+ ewipe_sample2.ewp; do\
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/ewipe/distinfo b/misc/ewipe/distinfo
new file mode 100644
index 000000000000..b34245e6d04d
--- /dev/null
+++ b/misc/ewipe/distinfo
@@ -0,0 +1 @@
+MD5 (ewipe0.4.4.tar.gz) = c8748baf26735d78d0b53f7e79b61d76
diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa
new file mode 100644
index 000000000000..dbe28e9910ab
--- /dev/null
+++ b/misc/ewipe/files/patch-aa
@@ -0,0 +1,18 @@
+--- ewipe.orig Fri Oct 17 16:19:46 1997
++++ ewipe Fri Oct 17 16:20:16 1997
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # the next line restarts using wish \
+-exec wish "$0" "--" "$@"
++exec /usr/local/bin/wish4.2jp "$0" "--" "$@"
+
+ # #
+ # EWIPE: Extended WIPE (Editor for WIPE) #
+@@ -21,6 +21,7 @@
+ # #
+
+ lappend auto_path .
++lappend auto_path /usr/local/lib/ewipe
+
+ ##################################################
+
diff --git a/misc/ewipe/pkg-comment b/misc/ewipe/pkg-comment
new file mode 100644
index 000000000000..5e2ef9128de2
--- /dev/null
+++ b/misc/ewipe/pkg-comment
@@ -0,0 +1 @@
+tcl/tck-based presentation tool.
diff --git a/misc/ewipe/pkg-descr b/misc/ewipe/pkg-descr
new file mode 100644
index 000000000000..5dbbbab4d805
--- /dev/null
+++ b/misc/ewipe/pkg-descr
@@ -0,0 +1,8 @@
+EWIPE by sekisita@al.ei.tuat.ac.jp
+
+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.
diff --git a/misc/ewipe/pkg-plist b/misc/ewipe/pkg-plist
new file mode 100644
index 000000000000..3c94a38709e3
--- /dev/null
+++ b/misc/ewipe/pkg-plist
@@ -0,0 +1,10 @@
+bin/ewipe
+lib/ewipe/viewer.tcl
+lib/ewipe/tclIndex
+share/doc/ewipe/Changes
+share/doc/ewipe/README
+share/doc/ewipe/dot.ewipe
+share/doc/ewipe/ewipe_sample.ewp
+share/doc/ewipe/ewipe_sample2.ewp
+@dirrm lib/ewipe
+@dirrm share/doc/ewipe