diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-05 01:52:32 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-05 01:52:32 +0000 |
commit | 4045f94634003b8c94dee335a3e986cf1a9c6e25 (patch) | |
tree | 2d49fa3e6da373323aec3a3c4132c06579f8067d /misc | |
parent | 09ce7eb75908bd843d6fa5711657a2313af4a6e5 (diff) | |
download | pkgsrc-4045f94634003b8c94dee335a3e986cf1a9c6e25.tar.gz |
update to 3.1.7
Diffstat (limited to 'misc')
-rw-r--r-- | misc/siag/Makefile | 15 | ||||
-rw-r--r-- | misc/siag/files/md5 | 4 | ||||
-rw-r--r-- | misc/siag/patches/patch-aa | 13 | ||||
-rw-r--r-- | misc/siag/patches/patch-ab | 13 | ||||
-rw-r--r-- | misc/siag/patches/patch-ac | 13 | ||||
-rw-r--r-- | misc/siag/patches/patch-ad | 13 | ||||
-rw-r--r-- | misc/siag/pkg/COMMENT | 2 | ||||
-rw-r--r-- | misc/siag/pkg/PLIST | 536 |
8 files changed, 333 insertions, 276 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 45ed49e0038..147aab8bc48 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 1999/02/09 16:08:58 bad Exp $ +# $NetBSD: Makefile,v 1.5 1999/03/05 01:52:32 hubertf Exp $ -DISTNAME= siag-3.1.2 +DISTNAME= siag-3.1.7 CATEGORIES= misc textproc math MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ @@ -19,13 +19,8 @@ CFLAGS+= -Dunix LDFLAGS+= -Wl,-R${X11BASE}/lib STRIPFLAG= -pre-configure: - cd ${WRKSRC} ; \ - [ -f topdir.mk.BAK ] || ${MV} topdir.mk topdir.mk.BAK ; \ - ${SED} \ - -e 's|^\(SIAG_HOME\)=.*$$|\1="${PREFIX}/lib/siag"|g' \ - -e 's|^\(SIAG_DOCS\)=.*$$|\1=${PREFIX}/share/siag|g' \ - -e 's|^\(CURSES\)=.*$$|\1=-lcurses -ltermcap|g' \ - <topdir.mk.BAK >topdir.mk +post-install: + ${MV} ${PREFIX}/doc/siag ${PREFIX}/share/doc/siag + ${RMDIR} ${PREFIX}/doc .include "../../mk/bsd.pkg.mk" diff --git a/misc/siag/files/md5 b/misc/siag/files/md5 index f9c2dc64b79..7bff4f947c0 100644 --- a/misc/siag/files/md5 +++ b/misc/siag/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/12/25 21:41:29 hubertf Exp $ +$NetBSD: md5,v 1.3 1999/03/05 01:52:32 hubertf Exp $ -MD5 (siag-3.1.2.tar.gz) = abc669180e01a2be57ad0fbea9882052 +MD5 (siag-3.1.7.tar.gz) = 1e2d368fb56bff66650208d747726ee8 diff --git a/misc/siag/patches/patch-aa b/misc/siag/patches/patch-aa new file mode 100644 index 00000000000..20b865b0494 --- /dev/null +++ b/misc/siag/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 1999/03/05 01:52:32 hubertf Exp $ + +--- siag/Makefile.in.BAK Fri Mar 5 02:04:49 1999 ++++ siag/Makefile.in Fri Mar 5 02:05:41 1999 +@@ -58,7 +58,7 @@ + PRE_UNINSTALL = : + POST_UNINSTALL = : + AWK = @AWK@ +-CC = @CC@ ++CC = @CC@ -I${LOCALBASE}/include + GUILE = @GUILE@ + LIBCURSES = @LIBCURSES@ + LIBDL = @LIBDL@ diff --git a/misc/siag/patches/patch-ab b/misc/siag/patches/patch-ab new file mode 100644 index 00000000000..9ee1871deb2 --- /dev/null +++ b/misc/siag/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 1999/03/05 01:52:32 hubertf Exp $ + +--- tsiag/Makefile.in.BAK Fri Mar 5 02:08:21 1999 ++++ tsiag/Makefile.in Fri Mar 5 02:08:54 1999 +@@ -58,7 +58,7 @@ + PRE_UNINSTALL = : + POST_UNINSTALL = : + AWK = @AWK@ +-CC = @CC@ ++CC = @CC@ -I${LOCALBASE}/include + GUILE = @GUILE@ + LIBCURSES = @LIBCURSES@ + LIBDL = @LIBDL@ diff --git a/misc/siag/patches/patch-ac b/misc/siag/patches/patch-ac new file mode 100644 index 00000000000..7f445fca86d --- /dev/null +++ b/misc/siag/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 1999/03/05 01:52:32 hubertf Exp $ + +--- pw/Makefile.in.BAK Fri Mar 5 02:10:45 1999 ++++ pw/Makefile.in Fri Mar 5 02:11:26 1999 +@@ -58,7 +58,7 @@ + PRE_UNINSTALL = : + POST_UNINSTALL = : + AWK = @AWK@ +-CC = @CC@ ++CC = @CC@ -I${LOCALBASE}/include + GUILE = @GUILE@ + LIBCURSES = @LIBCURSES@ + LIBDL = @LIBDL@ diff --git a/misc/siag/patches/patch-ad b/misc/siag/patches/patch-ad new file mode 100644 index 00000000000..cf88062c513 --- /dev/null +++ b/misc/siag/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 1999/03/05 01:52:32 hubertf Exp $ + +--- egon/Makefile.in.BAK Fri Mar 5 02:13:20 1999 ++++ egon/Makefile.in Fri Mar 5 02:13:29 1999 +@@ -58,7 +58,7 @@ + PRE_UNINSTALL = : + POST_UNINSTALL = : + AWK = @AWK@ +-CC = @CC@ ++CC = @CC@ -I${LOCALBASE}/include + GUILE = @GUILE@ + LIBCURSES = @LIBCURSES@ + LIBDL = @LIBDL@ diff --git a/misc/siag/pkg/COMMENT b/misc/siag/pkg/COMMENT index a29cd14de02..bcb9e764da2 100644 --- a/misc/siag/pkg/COMMENT +++ b/misc/siag/pkg/COMMENT @@ -1 +1 @@ -Poor man's Office with spreadsheet, word processor and presentation generator +Poor man's office suite with spreadsheet, word processor, etc. diff --git a/misc/siag/pkg/PLIST b/misc/siag/pkg/PLIST index 4731b7a26fa..479565484ff 100644 --- a/misc/siag/pkg/PLIST +++ b/misc/siag/pkg/PLIST @@ -1,275 +1,285 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/04 03:48:34 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/03/05 01:52:32 hubertf Exp $ bin/siag +bin/tsiag bin/pw bin/egon +libexec/siag/plugins/dummy +libexec/siag/plugins/image +libexec/siag/plugins/hello +libexec/siag/plugins/plot +libexec/siag/plugins/text +@dirrm libexec/siag/plugins +@dirrm libexec/siag man/man1/siod.1 man/man1/siag.1 man/man1/pw.1 man/man1/egon.1 man/man1/dummy_plugin.1 -share/siag/siod/docs/siod.html -share/siag/common/docs/siaghelp -share/siag/common/docs/COPYING.LIB -share/siag/common/docs/Copyright -share/siag/common/docs/credits.html -share/siag/common/docs/embedding.html -share/siag/common/docs/form.html -share/siag/common/docs/interpreters.html -share/siag/common/docs/office.html -share/siag/common/docs/plugins.html -share/siag/common/docs/search.html -share/siag/common/docs/siaghelp.html -share/siag/common/bitmaps/bold.gif -share/siag/common/bitmaps/borders.gif -share/siag/common/bitmaps/copyright.gif -share/siag/common/bitmaps/egon_fg.gif -share/siag/common/bitmaps/fld_open.gif -share/siag/common/bitmaps/floppy3.gif -share/siag/common/bitmaps/grid.gif -share/siag/common/bitmaps/hcenter.gif -share/siag/common/bitmaps/hleft.gif -share/siag/common/bitmaps/hright.gif -share/siag/common/bitmaps/info.gif -share/siag/common/bitmaps/italic.gif -share/siag/common/bitmaps/new.gif -share/siag/common/bitmaps/next.gif -share/siag/common/bitmaps/none.gif -share/siag/common/bitmaps/play.gif -share/siag/common/bitmaps/plotter.gif -share/siag/common/bitmaps/preview.gif -share/siag/common/bitmaps/previous.gif -share/siag/common/bitmaps/printer.gif -share/siag/common/bitmaps/pw_fg.gif -share/siag/common/bitmaps/siag_fg.gif -share/siag/common/bitmaps/sigma.gif -share/siag/common/bitmaps/stop.gif -share/siag/common/bitmaps/uchar.gif -share/siag/common/bitmaps/uline.gif -share/siag/common/bitmaps/vbottom.gif -share/siag/common/bitmaps/vtop.gif -share/siag/xcommon/docs/CHANGES -share/siag/xcommon/docs/TODO -share/siag/xcommon/docs/filesel.html +share/siag/siod/siod.scm +@dirrm share/siag/siod +@dirrm share/siag +share/siag/common/bitmaps/blank.xpm +share/siag/common/bitmaps/bold.xpm +share/siag/common/bitmaps/borders.xpm +share/siag/common/bitmaps/copy.xpm +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/floppy3.xpm +share/siag/common/bitmaps/grid.xpm +share/siag/common/bitmaps/hcenter.xpm +share/siag/common/bitmaps/hleft.xpm +share/siag/common/bitmaps/hright.xpm +share/siag/common/bitmaps/info.xpm +share/siag/common/bitmaps/italic.xpm +share/siag/common/bitmaps/new.xpm +share/siag/common/bitmaps/next.xpm +share/siag/common/bitmaps/none.xpm +share/siag/common/bitmaps/paste.xpm +share/siag/common/bitmaps/play.xpm +share/siag/common/bitmaps/plotter.xpm +share/siag/common/bitmaps/preview.xpm +share/siag/common/bitmaps/previous.xpm +share/siag/common/bitmaps/printer.xpm +share/siag/common/bitmaps/pw_fg.xpm +share/siag/common/bitmaps/redo.xpm +share/siag/common/bitmaps/siag_fg.xpm +share/siag/common/bitmaps/sigma.xpm +share/siag/common/bitmaps/sortaz.xpm +share/siag/common/bitmaps/sortza.xpm +share/siag/common/bitmaps/spell.xpm +share/siag/common/bitmaps/stop.xpm +share/siag/common/bitmaps/uchar.xpm +share/siag/common/bitmaps/uline.xpm +share/siag/common/bitmaps/undo.xpm +share/siag/common/bitmaps/vbottom.xpm +share/siag/common/bitmaps/vtop.xpm +share/siag/common/bitmaps/back.xpm +share/siag/common/bitmaps/cancel.xpm +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/ksiag.xpm +@dirrm share/siag/common/bitmaps +share/siag/common/any2xpm +share/siag/common/colors.scm +share/siag/common/fonts.scm +share/siag/common/tools.scm +share/siag/common/dictionary.sv +share/siag/common/dictionary.es +share/siag/common/dictionary.de +share/siag/common/dictionary.fr +share/siag/common/dictionary.no +share/siag/common/dictionary.hr +@dirrm share/siag/common +share/siag/xcommon/StringDefs.scm share/siag/xcommon/form.scm -share/siag/siag/docs/BUGS -share/siag/siag/docs/CHANGES -share/siag/siag/docs/COPYING -share/siag/siag/docs/Makefile.am -share/siag/siag/docs/README -share/siag/siag/docs/TODO -share/siag/siag/docs/c-expr.html -share/siag/siag/docs/commands.html -share/siag/siag/docs/concepts.html -share/siag/siag/docs/fileformats.html -share/siag/siag/docs/form.html -share/siag/siag/docs/gnuplot.html -share/siag/siag/docs/howto.html -share/siag/siag/docs/intro.html -share/siag/siag/docs/invocation.html -share/siag/siag/docs/keys.html -share/siag/siag/docs/mouse.html -share/siag/siag/docs/scheme.html -share/siag/siag/docs/scrollbars.html -share/siag/siag/docs/siag.gif -share/siag/siag/docs/siag.html -share/siag/siag/docs/strings.html -share/siag/siag/docs/toolbar.html +@dirrm share/siag/xcommon +share/siag/siag/123.scm share/siag/siag/data.scm -share/siag/examples/siag/allfuncs.wk1 -share/siag/examples/siag/cheeses.siag -share/siag/examples/siag/emprestimo.wk1 -share/siag/examples/siag/example.wk1 -share/siag/examples/siag/fibonacci-c.siag -share/siag/examples/siag/fibonacci.siag -share/siag/examples/siag/fonts.siag -share/siag/examples/siag/foo.siag -share/siag/examples/siag/foo.wk1 -share/siag/examples/siag/formtest.siag -share/siag/examples/siag/group.siag -share/siag/examples/siag/heaven-c.siag -share/siag/examples/siag/heaven-guile.siag -share/siag/examples/siag/heaven-tcl.siag -share/siag/examples/siag/heaven.siag -share/siag/examples/siag/hyperhelp.siag -share/siag/examples/siag/image_plugin.siag -share/siag/examples/siag/kalkyl.siag -share/siag/examples/siag/mailaddr.csv -share/siag/examples/siag/morefonts.siag -share/siag/examples/siag/multtabl-c.siag -share/siag/examples/siag/multtabl.siag -share/siag/examples/siag/obras.wk1 -share/siag/examples/siag/passwd.siag -share/siag/examples/siag/plot.siag -share/siag/examples/siag/prestacao.wk1 -share/siag/examples/siag/property.siag -share/siag/examples/siag/sincos.siag -share/siag/examples/siag/strfib.siag -share/siag/examples/siag/strings.siag -share/siag/examples/siag/surface1.siag -share/siag/examples/siag/surface2.siag -share/siag/examples/siag/tables.wk1 -share/siag/examples/siag/tcltest.siag -share/siag/examples/pw/changes.pw -share/siag/examples/pw/chead.doc -share/siag/examples/pw/chead.html -share/siag/examples/pw/chead.pw -share/siag/examples/pw/chead.rtf -share/siag/examples/pw/chead.txt -share/siag/examples/pw/color.pw -share/siag/examples/pw/egon.pw -share/siag/examples/pw/egon.rtf -share/siag/examples/pw/morefonts.pw -share/siag/examples/pw/newpw.pw -share/siag/examples/pw/rtfex.rtf -share/siag/examples/pw/rtftest.rtf -share/siag/examples/pw/rtftest2.rtf -share/siag/examples/pw/rtftest3.rtf -share/siag/examples/pw/standard.bmk -share/siag/examples/pw/styles.html -share/siag/examples/pw/styles.pw -share/siag/examples/pw/styles2.pw -share/siag/examples/pw/svenska.pw -share/siag/examples/pw/svenska.rtf -share/siag/examples/egon/bounce.egon -share/siag/examples/egon/ms.egon -share/siag/examples/egon/propeller.egon -share/siag/examples/egon/rondo.egon -share/siag/pw/docs/BUGS -share/siag/pw/docs/CHANGES -share/siag/pw/docs/COPYING -share/siag/pw/docs/TODO -share/siag/pw/docs/commands.html -share/siag/pw/docs/concepts.html -share/siag/pw/docs/fileformats.html -share/siag/pw/docs/intro.html -share/siag/pw/docs/invocation.html -share/siag/pw/docs/keys.html -share/siag/pw/docs/mouse.html -share/siag/pw/docs/pw.gif -share/siag/pw/docs/pw.html -share/siag/pw/docs/scheme.html -share/siag/pw/docs/scrollbars.html -share/siag/pw/docs/spell.html -share/siag/pw/docs/strings.html -share/siag/pw/docs/toolbar.html -share/siag/egon/docs/BUGS -share/siag/egon/docs/CHANGES -share/siag/egon/docs/COPYING -share/siag/egon/docs/TODO -share/siag/egon/docs/commands.html -share/siag/egon/docs/concepts.html -share/siag/egon/docs/egon.gif -share/siag/egon/docs/egon.html -share/siag/egon/docs/fileformats.html -share/siag/egon/docs/intro.html -share/siag/egon/docs/invocation.html -share/siag/egon/docs/keys.html -share/siag/egon/docs/mouse.html -share/siag/egon/docs/scheme.html -share/siag/egon/docs/scrollbars.html -share/siag/egon/docs/strings.html -share/siag/egon/docs/toolbar.html -lib/siag/siod/siod.scm -lib/siag/common/bitmaps/blank.xpm -lib/siag/common/bitmaps/bold.xpm -lib/siag/common/bitmaps/borders.xpm -lib/siag/common/bitmaps/copy.xpm -lib/siag/common/bitmaps/copyright.xpm -lib/siag/common/bitmaps/cut.xpm -lib/siag/common/bitmaps/egon_fg.xpm -lib/siag/common/bitmaps/fld_open.xpm -lib/siag/common/bitmaps/floppy3.xpm -lib/siag/common/bitmaps/grid.xpm -lib/siag/common/bitmaps/hcenter.xpm -lib/siag/common/bitmaps/hleft.xpm -lib/siag/common/bitmaps/hright.xpm -lib/siag/common/bitmaps/info.xpm -lib/siag/common/bitmaps/italic.xpm -lib/siag/common/bitmaps/new.xpm -lib/siag/common/bitmaps/next.xpm -lib/siag/common/bitmaps/none.xpm -lib/siag/common/bitmaps/paste.xpm -lib/siag/common/bitmaps/play.xpm -lib/siag/common/bitmaps/plotter.xpm -lib/siag/common/bitmaps/preview.xpm -lib/siag/common/bitmaps/previous.xpm -lib/siag/common/bitmaps/printer.xpm -lib/siag/common/bitmaps/pw_fg.xpm -lib/siag/common/bitmaps/redo.xpm -lib/siag/common/bitmaps/siag_fg.xpm -lib/siag/common/bitmaps/sigma.xpm -lib/siag/common/bitmaps/sortaz.xpm -lib/siag/common/bitmaps/sortza.xpm -lib/siag/common/bitmaps/spell.xpm -lib/siag/common/bitmaps/stop.xpm -lib/siag/common/bitmaps/uchar.xpm -lib/siag/common/bitmaps/uline.xpm -lib/siag/common/bitmaps/undo.xpm -lib/siag/common/bitmaps/vbottom.xpm -lib/siag/common/bitmaps/vtop.xpm -lib/siag/common/any2xpm -lib/siag/common/colors.scm -lib/siag/common/fonts.scm -lib/siag/common/tools.scm -lib/siag/common/dictionary.sv -lib/siag/xcommon/StringDefs.scm -lib/siag/xcommon/form.scm -lib/siag/siag/123.scm -lib/siag/siag/data.scm -lib/siag/siag/external.load -lib/siag/siag/external.save -lib/siag/siag/filemgr.scm -lib/siag/siag/find.scm -lib/siag/siag/keytable.scm -lib/siag/siag/mailto.scm -lib/siag/siag/menu.scm -lib/siag/siag/plot.scm -lib/siag/siag/siag-http.scm -lib/siag/siag/siag-net.scm -lib/siag/siag/siag.scm -lib/siag/siag/sort.scm -lib/siag/siag/splot.scm -lib/siag/siag/styles.scm -lib/siag/siag/usermgr.scm -lib/siag/pw/external.load -lib/siag/pw/external.save -lib/siag/pw/menu.scm -lib/siag/pw/pw.scm -lib/siag/pw/styles.scm -lib/siag/egon/animator.scm -lib/siag/egon/egon.scm -lib/siag/egon/menu.scm -lib/siag/egon/external.load -lib/siag/egon/external.save -lib/siag/plugins/dummy -lib/siag/plugins/image -lib/siag/plugins/hello -lib/siag/plugins/dummy.scm -lib/siag/plugins/plugin.scm -@dirrm lib/siag/common/bitmaps -@dirrm lib/siag/common -@dirrm lib/siag/xcommon -@dirrm lib/siag/siag -@dirrm lib/siag/siod -@dirrm lib/siag/pw -@dirrm lib/siag/egon -@dirrm lib/siag/plugins -@dirrm lib/siag -@dirrm share/siag/egon/docs -@dirrm share/siag/egon -@dirrm share/siag/pw/docs -@dirrm share/siag/pw -@dirrm share/siag/examples/siag -@dirrm share/siag/examples/pw -@dirrm share/siag/examples/egon -@dirrm share/siag/examples -@dirrm share/siag/siag/docs +share/siag/siag/external.load +share/siag/siag/external.save +share/siag/siag/filemgr.scm +share/siag/siag/find.scm +share/siag/siag/keytable.scm +share/siag/siag/mailto.scm +share/siag/siag/menu.scm +share/siag/siag/plot.scm +share/siag/siag/siag-http.scm +share/siag/siag/siag-net.scm +share/siag/siag/siag.scm +share/siag/siag/sort.scm +share/siag/siag/splot.scm +share/siag/siag/styles.scm +share/siag/siag/usermgr.scm @dirrm share/siag/siag -@dirrm share/siag/xcommon/docs -@dirrm share/siag/xcommon -@dirrm share/siag/common/docs -@dirrm share/siag/common/bitmaps -@dirrm share/siag/common -@dirrm share/siag/siod/docs -@dirrm share/siag/siod +share/siag/pw/external.load +share/siag/pw/external.save +share/siag/pw/menu.scm +share/siag/pw/pw.scm +share/siag/pw/styles.scm +@dirrm share/siag/pw +share/siag/egon/animator.scm +share/siag/egon/egon.scm +share/siag/egon/menu.scm +share/siag/egon/external.load +share/siag/egon/external.save +@dirrm share/siag/egon +share/siag/plugins/dummy.scm +share/siag/plugins/plugin.scm +@dirrm share/siag/plugins @dirrm share/siag +share/doc/siag/siod/siod.html +@dirrm share/doc/siag/siod +share/doc/siag/common/siaghelp +share/doc/siag/common/COPYING.LIB +share/doc/siag/common/Copyright +share/doc/siag/common/credits.html +share/doc/siag/common/embedding.html +share/doc/siag/common/form.html +share/doc/siag/common/interpreters.html +share/doc/siag/common/office.html +share/doc/siag/common/plugins.html +share/doc/siag/common/search.html +share/doc/siag/common/siaghelp.html +share/doc/siag/common/bitmaps/bold.gif +share/doc/siag/common/bitmaps/borders.gif +share/doc/siag/common/bitmaps/copyright.gif +share/doc/siag/common/bitmaps/egon_fg.gif +share/doc/siag/common/bitmaps/fld_open.gif +share/doc/siag/common/bitmaps/floppy3.gif +share/doc/siag/common/bitmaps/grid.gif +share/doc/siag/common/bitmaps/hcenter.gif +share/doc/siag/common/bitmaps/hleft.gif +share/doc/siag/common/bitmaps/hright.gif +share/doc/siag/common/bitmaps/info.gif +share/doc/siag/common/bitmaps/italic.gif +share/doc/siag/common/bitmaps/new.gif +share/doc/siag/common/bitmaps/next.gif +share/doc/siag/common/bitmaps/none.gif +share/doc/siag/common/bitmaps/play.gif +share/doc/siag/common/bitmaps/plotter.gif +share/doc/siag/common/bitmaps/preview.gif +share/doc/siag/common/bitmaps/previous.gif +share/doc/siag/common/bitmaps/printer.gif +share/doc/siag/common/bitmaps/pw_fg.gif +share/doc/siag/common/bitmaps/siag_fg.gif +share/doc/siag/common/bitmaps/sigma.gif +share/doc/siag/common/bitmaps/stop.gif +share/doc/siag/common/bitmaps/uchar.gif +share/doc/siag/common/bitmaps/uline.gif +share/doc/siag/common/bitmaps/vbottom.gif +share/doc/siag/common/bitmaps/vtop.gif +@dirrm share/doc/siag/common/bitmaps +@dirrm share/doc/siag/common +share/doc/siag/xcommon/CHANGES +share/doc/siag/xcommon/TODO +share/doc/siag/xcommon/filesel.html +share/doc/siag/xcommon/form.scm +@dirrm share/doc/siag/xcommon +share/doc/siag/siag/BUGS +share/doc/siag/siag/CHANGES +share/doc/siag/siag/COPYING +share/doc/siag/siag/README +share/doc/siag/siag/TODO +share/doc/siag/siag/c-expr.html +share/doc/siag/siag/commands.html +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 +share/doc/siag/siag/mouse.html +share/doc/siag/siag/scheme.html +share/doc/siag/siag/scrollbars.html +share/doc/siag/siag/siag.gif +share/doc/siag/siag/siag.html +share/doc/siag/siag/strings.html +share/doc/siag/siag/toolbar.html +share/doc/siag/siag/examples/allfuncs.wk1 +share/doc/siag/siag/examples/cheeses.siag +share/doc/siag/siag/examples/emprestimo.wk1 +share/doc/siag/siag/examples/example.wk1 +share/doc/siag/siag/examples/fibonacci-c.siag +share/doc/siag/siag/examples/fibonacci.siag +share/doc/siag/siag/examples/fonts.siag +share/doc/siag/siag/examples/foo.siag +share/doc/siag/siag/examples/foo.wk1 +share/doc/siag/siag/examples/formtest.siag +share/doc/siag/siag/examples/group.siag +share/doc/siag/siag/examples/heaven-c.siag +share/doc/siag/siag/examples/heaven-guile.siag +share/doc/siag/siag/examples/heaven-tcl.siag +share/doc/siag/siag/examples/heaven.siag +share/doc/siag/siag/examples/hyperhelp.siag +share/doc/siag/siag/examples/image_plugin.siag +share/doc/siag/siag/examples/kalkyl.siag +share/doc/siag/siag/examples/mailaddr.csv +share/doc/siag/siag/examples/morefonts.siag +share/doc/siag/siag/examples/multtabl-c.siag +share/doc/siag/siag/examples/multtabl.siag +share/doc/siag/siag/examples/obras.wk1 +share/doc/siag/siag/examples/passwd.siag +share/doc/siag/siag/examples/plot.siag +share/doc/siag/siag/examples/prestacao.wk1 +share/doc/siag/siag/examples/property.siag +share/doc/siag/siag/examples/sincos.siag +share/doc/siag/siag/examples/strfib.siag +share/doc/siag/siag/examples/strings.siag +share/doc/siag/siag/examples/surface1.siag +share/doc/siag/siag/examples/surface2.siag +share/doc/siag/siag/examples/tables.wk1 +share/doc/siag/siag/examples/tcltest.siag +@dirrm share/doc/siag/siag/examples +share/doc/siag/siag/data.scm +@dirrm share/doc/siag/siag +share/doc/siag/pw/BUGS +share/doc/siag/pw/CHANGES +share/doc/siag/pw/COPYING +share/doc/siag/pw/TODO +share/doc/siag/pw/commands.html +share/doc/siag/pw/concepts.html +share/doc/siag/pw/fileformats.html +share/doc/siag/pw/intro.html +share/doc/siag/pw/invocation.html +share/doc/siag/pw/keys.html +share/doc/siag/pw/mouse.html +share/doc/siag/pw/pw.gif +share/doc/siag/pw/pw.html +share/doc/siag/pw/scheme.html +share/doc/siag/pw/scrollbars.html +share/doc/siag/pw/spell.html +share/doc/siag/pw/strings.html +share/doc/siag/pw/toolbar.html +share/doc/siag/pw/examples/changes.pw +share/doc/siag/pw/examples/chead.doc +share/doc/siag/pw/examples/chead.html +share/doc/siag/pw/examples/chead.pw +share/doc/siag/pw/examples/chead.rtf +share/doc/siag/pw/examples/chead.txt +share/doc/siag/pw/examples/color.pw +share/doc/siag/pw/examples/egon.pw +share/doc/siag/pw/examples/egon.rtf +share/doc/siag/pw/examples/morefonts.pw +share/doc/siag/pw/examples/newpw.pw +share/doc/siag/pw/examples/rtfex.rtf +share/doc/siag/pw/examples/rtftest.rtf +share/doc/siag/pw/examples/rtftest2.rtf +share/doc/siag/pw/examples/rtftest3.rtf +share/doc/siag/pw/examples/standard.bmk +share/doc/siag/pw/examples/styles.html +share/doc/siag/pw/examples/styles.pw +share/doc/siag/pw/examples/styles2.pw +share/doc/siag/pw/examples/svenska.pw +share/doc/siag/pw/examples/svenska.rtf +@dirrm share/doc/siag/pw/examples +@dirrm share/doc/siag/pw +share/doc/siag/egon/BUGS +share/doc/siag/egon/CHANGES +share/doc/siag/egon/COPYING +share/doc/siag/egon/TODO +share/doc/siag/egon/commands.html +share/doc/siag/egon/concepts.html +share/doc/siag/egon/egon.gif +share/doc/siag/egon/egon.html +share/doc/siag/egon/fileformats.html +share/doc/siag/egon/intro.html +share/doc/siag/egon/invocation.html +share/doc/siag/egon/keys.html +share/doc/siag/egon/mouse.html +share/doc/siag/egon/scheme.html +share/doc/siag/egon/scrollbars.html +share/doc/siag/egon/strings.html +share/doc/siag/egon/toolbar.html +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 +@dirrm share/doc/siag/egon/examples +@dirrm share/doc/siag/egon +@dirrm share/doc/siag |