1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

ewipe, tcl/tk based presentation tool(includes authoring tool).

This commit is contained in:
Jun-ichiro itojun Hagino 1997-10-17 13:02:52 +00:00
parent e3022e2e73
commit c6e162b754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8307
8 changed files with 107 additions and 0 deletions

34
japanese/ewipe/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
tcl/tck-based presentation tool.

34
misc/ewipe/Makefile Normal file
View File

@ -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>

1
misc/ewipe/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ewipe0.4.4.tar.gz) = c8748baf26735d78d0b53f7e79b61d76

18
misc/ewipe/files/patch-aa Normal file
View File

@ -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
##################################################

1
misc/ewipe/pkg-comment Normal file
View File

@ -0,0 +1 @@
tcl/tck-based presentation tool.

8
misc/ewipe/pkg-descr Normal file
View File

@ -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.

10
misc/ewipe/pkg-plist Normal file
View File

@ -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