aboutsummaryrefslogtreecommitdiff
path: root/misc/ewipe
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:50 +0000
commitbe32e6e4ccea3a450871c4da73250f3c1324a2e7 (patch)
tree29e9a5c75446d5eedc300f926c0c99dd9b49c415 /misc/ewipe
parent0f865b7b6d5671d316c80872b6dc9dd567dbc3bd (diff)
downloadports-be32e6e4ccea3a450871c4da73250f3c1324a2e7.tar.gz
ports-be32e6e4ccea3a450871c4da73250f3c1324a2e7.zip
- Use TCL/TK 8.4
- Pass maintainership to submitter PR: 110571 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes: svn path=/head/; revision=187882
Diffstat (limited to 'misc/ewipe')
-rw-r--r--misc/ewipe/Makefile22
-rw-r--r--misc/ewipe/files/patch-aa20
2 files changed, 12 insertions, 30 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile
index dd038b71ae70..5b8f0f09b1e2 100644
--- a/misc/ewipe/Makefile
+++ b/misc/ewipe/Makefile
@@ -7,19 +7,22 @@
PORTNAME= ewipe
PORTVERSION= 1.2.0
-CATEGORIES?= misc tk82
-MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/
+PORTREVISION= 1
+CATEGORIES?= misc tk84
+MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \
+ http://www.carpetsmoker.net/distfiles/ \
+ http://www.xs4all.nl/~tournoij/distfiles/
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= carpetsmoker@xs4all.nl
COMMENT?= Tcl/tk-based presentation tool
.if defined(KANJI)
RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
.else
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+USE_TK= yes
.endif
-NO_BUILD= YES
+NO_BUILD= yes
TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex
MYPORTDOCS= Changes.jp README README.jp dot.ewipe
EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \
@@ -27,14 +30,13 @@ EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \
.if defined(KANJI)
WISH= ${LOCALBASE}/bin/wish8.0jp
-.else
-WISH= ${LOCALBASE}/bin/wish8.2
.endif
post-patch:
- @${REINPLACE_CMD} \
- -e "s|%%PREFIX%%|${PREFIX}|g;" \
- -e "s|%%WISH%%|${WISH}|g;" ${WRKSRC}/ewipe
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \
+ s|%%WISH%%|${WISH}|g; \
+ s|PATH \.|PATH ${DATADIR}|;' \
+ ${WRKSRC}/ewipe
do-install:
@${MKDIR} ${PREFIX}/share/ewipe
diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa
deleted file mode 100644
index 656d27a7da60..000000000000
--- a/misc/ewipe/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- ewipe.orig Sun Apr 12 10:59:29 1998
-+++ ewipe Sun Apr 12 10:59:57 1998
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # the next line restarts using wish \
--exec wish "$0" "--" "$@"
-+exec %%WISH%% "$0" "--" "$@"
-
- # #
- # EWIPE : Extended WIPE (Editor for WIPE) #
-@@ -20,7 +20,8 @@
- # set PATH /usr/local/lib/ewipe #
- # #
-
--set PATH .
-+#set PATH .
-+set PATH %%PREFIX%%/share/ewipe
-
- ###################################################
-