pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ewipe Import new package: ewipe, a presentati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b822666517
branches:  trunk
changeset: 538187:64b822666517
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Jan 31 15:47:58 2008 +0000

description:
Import new package: ewipe, a presentation tool and editor.

Put in "graphics" category because that is where magicpoint lives.
Also added "japanese" to CATEGORIES.

Note: magicpoint (mgp) export is broken.

Extended WIPE is a presentation tool written in Tcl/Tk. It provides
an user-friendly GUI authoring tool and can output presentations in
HTML file format. And it provides a WIPE viewer which can show
text, pictures, tables, and animations.

diffstat:

 graphics/ewipe/DESCR    |   4 ++++
 graphics/ewipe/Makefile |  38 ++++++++++++++++++++++++++++++++++++++
 graphics/ewipe/PLIST    |  23 +++++++++++++++++++++++
 graphics/ewipe/distinfo |   5 +++++
 4 files changed, 70 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 1872d4dfa6bf -r 64b822666517 graphics/ewipe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ewipe/DESCR      Thu Jan 31 15:47:58 2008 +0000
@@ -0,0 +1,4 @@
+Extended WIPE is a presentation tool written in Tcl/Tk. It provides
+an user-friendly GUI authoring tool and can output presentations in
+HTML file format. And it provides a WIPE viewer which can show
+text, pictures, tables, and animations.
diff -r 1872d4dfa6bf -r 64b822666517 graphics/ewipe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ewipe/Makefile   Thu Jan 31 15:47:58 2008 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/31 15:47:58 reed Exp $
+#
+
+DISTNAME=      ewipe-1.2.0
+CATEGORIES=    graphics japanese
+MASTER_SITES=  http://www.jnet-jp.to/~sekisita/ewipe/
+
+MAINTAINER=    reed%reedmedia.net@localhost
+HOMEPAGE=      http://www.jnet-jp.to/~sekisita/ewipe/index-e.html
+COMMENT=       Presentation editor and viewer based on Tcl/Tk
+
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+USE_LANGUAGES= # none
+USE_TOOLS+=    wish:run
+
+SUBST_CLASSES+=                wish
+SUBST_MESSAGE.wish=    Fixing a hardcoded command and path.
+SUBST_STAGE.wish=      pre-install
+SUBST_FILES.wish=      ewipe
+SUBST_SED.wish=                -e 's,exec wish,exec ${WISH},'
+SUBST_SED.wish+=       -e 's,PATH \.,PATH ${PREFIX}/share/ewipe,'
+
+INSTALLATION_DIRS=     bin share/ewipe share/doc/ewipe share/examples/ewipe
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
+.for i in definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex
+       ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/ewipe/
+.endfor
+.for i in README dot.ewipe Changes.jp README.jp
+       ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/ewipe/
+.endfor
+.for i in a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp tutorial-e.ewp tutorial.ewp
+       ${INSTALL_DATA} ${WRKSRC}/sample/${i} ${PREFIX}/share/examples/ewipe/
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1872d4dfa6bf -r 64b822666517 graphics/ewipe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ewipe/PLIST      Thu Jan 31 15:47:58 2008 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/31 15:47:58 reed Exp $
+bin/ewipe
+share/doc/ewipe/Changes.jp
+share/doc/ewipe/README
+share/doc/ewipe/README.jp
+share/doc/ewipe/dot.ewipe
+share/ewipe/definefont.tcl
+share/ewipe/edittable.tcl
+share/ewipe/setpointer.tcl
+share/ewipe/tclIndex
+share/ewipe/viewer.tcl
+share/examples/ewipe/a1.gif
+share/examples/ewipe/a2.gif
+share/examples/ewipe/a3.gif
+share/examples/ewipe/a4.gif
+share/examples/ewipe/blue1.gif
+share/examples/ewipe/sample.ewp
+share/examples/ewipe/test.ewp
+share/examples/ewipe/tutorial-e.ewp
+share/examples/ewipe/tutorial.ewp
+@dirrm share/examples/ewipe
+@dirrm share/ewipe
+@dirrm share/doc/ewipe
diff -r 1872d4dfa6bf -r 64b822666517 graphics/ewipe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ewipe/distinfo   Thu Jan 31 15:47:58 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/01/31 15:47:58 reed Exp $
+
+SHA1 (ewipe-1.2.0.tar.gz) = 2fb66edc94276731a64946b31855235b697cf6f5
+RMD160 (ewipe-1.2.0.tar.gz) = 497899af4d2d94bfbc7f7f5221a4fb2b163e9529
+Size (ewipe-1.2.0.tar.gz) = 124145 bytes



Home | Main Index | Thread Index | Old Index