From b11b2ee172c54e44edb1ff05e70d4de2572037eb Mon Sep 17 00:00:00 2001 From: mjl Date: Tue, 13 Jul 1999 17:52:41 +0000 Subject: Update to 3.1.20. Changes -- other than bugfixes -- include: Ported to new Tooltip and Handle widgets. Resized all 16x16 pixmaps to 24x24. Made Guile and Tcl opt-in as well, to be consistent with Python and ndbm. Use load_pixmap in xcommon for the icons. Updated file format documentation in fileformats.html. Made A1 references the default. Double click in colnum calls (fit-block-width). Double click in rownum calls (fit-block-height). Autofill by clicking and dragging in grid. A few fixes in the Danish, French and Croatian message keys Added more strings to Swedish message file. Resize cell size using mouse inside the grid. Change format of unallocated cells. Redesigned list selector box. Fixed enter-date and enter-time. They are still not as flexible as I would like them to be, but at least they work now. Added commands edit-applications and save-applications to the Tools menu, so they can be used to customize the environment. Interface to Gnuplot rewritten. Use form to get more flexibility. Updated documentation somewhat. Changed the paper selection, margin, header, footer et al code to the code used by PW. No more properties for this purpose. Fixed the backup-on-save code so it actually works. Changed default header to &n and footer to &p. Orientation and protection moved from the File menu to the paper selection dialog. Incorporated Victor Wagner's xls2csv utility. XLS format added in module fileio_txt.c. Incorporated the Xed text editor by Randolf Werner (evol@infko.uni-koblenz.de). See xed subdirectory for details. Redesigned file selector. Modified plotting plugin so it doesn't barf on cells containing labels or strings (bug in plot.scm). --- misc/siag/Makefile | 6 +++-- misc/siag/files/md5 | 4 ++-- misc/siag/files/patch-sum | 3 ++- misc/siag/patches/patch-af | 13 ++++++++++ misc/siag/pkg/PLIST | 59 ++++++++++++++++++++++++++++++++++++++++++---- 5 files changed, 75 insertions(+), 10 deletions(-) create mode 100644 misc/siag/patches/patch-af (limited to 'misc/siag') diff --git a/misc/siag/Makefile b/misc/siag/Makefile index dccfa8c964f..6e7d3c77a78 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 1999/04/26 18:56:15 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1999/07/13 17:52:41 mjl Exp $ -DISTNAME= siag-3.1.11 +DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ @@ -11,7 +11,9 @@ DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= gv-3.5.8:../../print/gv DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= guile-1.3:../../lang/guile +DEPENDS+= ncurses-4.2:../../devel/ncurses +CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes diff --git a/misc/siag/files/md5 b/misc/siag/files/md5 index 62d409cfe73..4a130996ab1 100644 --- a/misc/siag/files/md5 +++ b/misc/siag/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/04/10 02:25:08 hubertf Exp $ +$NetBSD: md5,v 1.5 1999/07/13 17:52:41 mjl Exp $ -MD5 (siag-3.1.11.tar.gz) = 736b1eea068889bd2f1bba6a094556b3 +MD5 (siag-3.1.20.tar.gz) = 061d35cbdb718542a6fd6ba3279dafef diff --git a/misc/siag/files/patch-sum b/misc/siag/files/patch-sum index af30e3e588a..f7af26b55e4 100644 --- a/misc/siag/files/patch-sum +++ b/misc/siag/files/patch-sum @@ -1,7 +1,8 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:20 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/07/13 17:52:41 mjl Exp $ MD5 (patch-aa) = 639c84d27754cc49ab59faa8c92b4e1f MD5 (patch-ab) = ed5651cc002bd7a7a7b80eb5f6bcc28a MD5 (patch-ac) = 7814f215d476b59d1123f1e19df7ca0f MD5 (patch-ad) = 3a4a906e2f153546a3d3e36ea3ca5a7f MD5 (patch-ae) = eb4e431fc49fad13497eb10e6256a3d5 +MD5 (patch-af) = ea94b3f783359f1fdd9f16e087f0f99e diff --git a/misc/siag/patches/patch-af b/misc/siag/patches/patch-af new file mode 100644 index 00000000000..d51a954c503 --- /dev/null +++ b/misc/siag/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 1999/07/13 17:52:41 mjl Exp $ + +--- tsiag/window.c.orig Sun Jul 11 01:54:41 1999 ++++ tsiag/window.c Sun Jul 11 01:55:18 1999 +@@ -27,7 +27,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + diff --git a/misc/siag/pkg/PLIST b/misc/siag/pkg/PLIST index 74ac7263754..f9f62c85e15 100644 --- a/misc/siag/pkg/PLIST +++ b/misc/siag/pkg/PLIST @@ -1,24 +1,30 @@ -@comment $NetBSD: PLIST,v 1.4 1999/04/10 02:25:09 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/07/13 17:52:41 mjl Exp $ +bin/pw +bin/gvu bin/siag bin/tsiag -bin/pw bin/egon bin/xedplus +bin/xfiler +bin/runcmd libexec/siag/plugins/dummy libexec/siag/plugins/image libexec/siag/plugins/hello libexec/siag/plugins/plot libexec/siag/plugins/text libexec/siag/plugins/form -libexec/siag/converters/xls2csv +libexec/siag/plugins/clipart man/man1/siod.1 man/man1/siag.1 man/man1/pw.1 man/man1/egon.1 man/man1/dummy_plugin.1 man/man1/xedplus.1 +man/man1/gvu.1 +man/man1/xfiler.1 share/doc/siag/siod/siod.html share/doc/siag/common/siaghelp +share/doc/siag/common/COPYING share/doc/siag/common/COPYING.LIB share/doc/siag/common/Copyright share/doc/siag/common/credits.html @@ -72,7 +78,6 @@ share/doc/siag/siag/concepts.html share/doc/siag/siag/fileformats.html share/doc/siag/siag/form.html share/doc/siag/siag/gnuplot.html -share/doc/siag/siag/howto.html share/doc/siag/siag/intro.html share/doc/siag/siag/invocation.html share/doc/siag/siag/keys.html @@ -178,10 +183,24 @@ share/doc/siag/egon/examples/bounce.egon share/doc/siag/egon/examples/ms.egon share/doc/siag/egon/examples/propeller.egon share/doc/siag/egon/examples/rondo.egon +share/doc/siag/plugins/README +share/doc/siag/plugins/CHANGES share/doc/siag/xedplus/xedplus.html share/doc/siag/xedplus/CHANGES share/doc/siag/xedplus/README share/doc/siag/xedplus/TODO +share/doc/siag/xfiler/xfiler.html +share/doc/siag/xfiler/README +share/doc/siag/xfiler/CHANGES +share/doc/siag/xfiler/TODO +share/doc/siag/gvu/README +share/doc/siag/gvu/COPYING +share/doc/siag/gvu/CHANGES +share/doc/siag/gvu/TODO +share/doc/siag/gvu/gs.interface +share/doc/siag/gvu/comments.doc +share/doc/siag/gvu/gvu.html +share/doc/siag/gvu/copyright.html share/siag/siod/siod.scm share/siag/common/bitmaps/blank.xpm share/siag/common/bitmaps/bold.xpm @@ -191,6 +210,9 @@ share/siag/common/bitmaps/copyright.xpm share/siag/common/bitmaps/cut.xpm share/siag/common/bitmaps/egon_fg.xpm share/siag/common/bitmaps/fld_open.xpm +share/siag/common/bitmaps/fld_closed.xpm +share/siag/common/bitmaps/fld_up.xpm +share/siag/common/bitmaps/fld_new.xpm share/siag/common/bitmaps/floppy3.xpm share/siag/common/bitmaps/grid.xpm share/siag/common/bitmaps/hcenter.xpm @@ -226,8 +248,28 @@ share/siag/common/bitmaps/home.xpm share/siag/common/bitmaps/quit.xpm share/siag/common/bitmaps/reload.xpm share/siag/common/bitmaps/search.xpm +share/siag/common/bitmaps/xterm16.xpm +share/siag/common/bitmaps/viewmode.xpm +share/siag/common/bitmaps/sortmode.xpm share/siag/common/bitmaps/ksiag.xpm share/siag/common/bitmaps/xedplus.xpm +share/siag/common/bitmaps/netscape.xpm +share/siag/common/bitmaps/image.xpm +share/siag/common/bitmaps/ghost.xpm +share/siag/common/bitmaps/compress.xpm +share/siag/common/bitmaps/fonts.xpm +share/siag/common/bitmaps/data.xpm +share/siag/common/bitmaps/unknown.xpm +share/siag/common/bitmaps/center.xpm +share/siag/common/bitmaps/larger.xpm +share/siag/common/bitmaps/smaller.xpm +share/siag/common/bitmaps/portrait.xpm +share/siag/common/bitmaps/landscape.xpm +share/siag/common/bitmaps/editor.xpm +share/siag/common/bitmaps/SO3.xpm +share/siag/common/bitmaps/book-closed.xpm +share/siag/common/bitmaps/book-open.xpm +share/siag/common/bitmaps/handlebg.xpm share/siag/common/any2xpm share/siag/common/readpfa share/siag/common/colors.scm @@ -245,6 +287,8 @@ share/siag/common/dictionary.de share/siag/common/dictionary.fr share/siag/common/dictionary.no share/siag/common/dictionary.hr +share/siag/common/dictionary.da +share/siag/common/dictionary.pl share/siag/xcommon/StringDefs.scm share/siag/xcommon/form.scm share/siag/siag/123.scm @@ -277,6 +321,8 @@ share/siag/egon/external.load share/siag/egon/external.save share/siag/plugins/dummy.scm share/siag/plugins/plugin.scm +share/siag/xfiler/FilesMagic +share/siag/xfiler/Filesrc @dirrm share/siag/xcommon @dirrm share/siag/siod @dirrm share/siag/siag @@ -285,6 +331,7 @@ share/siag/plugins/plugin.scm @dirrm share/siag/egon @dirrm share/siag/common/bitmaps @dirrm share/siag/common +@dirrm share/siag/xfiler @dirrm share/siag @dirrm share/doc/siag/xedplus @dirrm share/doc/siag/xcommon @@ -297,7 +344,9 @@ share/siag/plugins/plugin.scm @dirrm share/doc/siag/egon @dirrm share/doc/siag/common/bitmaps @dirrm share/doc/siag/common +@dirrm share/doc/siag/gvu +@dirrm share/doc/siag/xfiler +@dirrm share/doc/siag/plugins @dirrm share/doc/siag @dirrm libexec/siag/plugins -@dirrm libexec/siag/converters @dirrm libexec/siag -- cgit v1.2.3