"update" of siag. Not 100% working but I'm sick of this port. Oh, also

marked as broken as it instals some stuff into the wrong places.
This commit is contained in:
Michael Haro 1999-04-20 00:02:11 +00:00
parent 7cc849d88b
commit f6d58e7b5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18018
8 changed files with 330 additions and 380 deletions

View file

@ -3,35 +3,25 @@
# Date created: 27 Jan 1998
# Whom: ports@freebsd.org
#
# $Id: Makefile,v 1.11 1998/11/29 13:09:40 asami Exp $
# $Id: Makefile,v 1.12 1998/12/10 17:24:33 vanilla Exp $
#
DISTNAME= siag-2.80
DISTNAME= siag-3.1.9
CATEGORIES= math
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/OLD/ \
ftp://ftp.icm.edu.pl/site/siag/OLD/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ \
ftp://ftp.icm.edu.pl/site/siag/
#DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-3.0.7.tar.gz
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \
Xpm.4:${PORTSDIR}/graphics/xpm
Xpm.4:${PORTSDIR}/graphics/xpm \
guile.4:${PORTSDIR}/lang/guile
BROKEN= 'installs into doc, not share/doc and needs more testing (probably simple)'
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/siag
do-build:
(cd ${WRKSRC}; ${XMKMF}; \
${SETENV} ${MAKE_ENV} ${MAKE} Makefiles; \
${SETENV} ${MAKE_ENV} ${MAKE} depend; \
${SETENV} ${MAKE_ENV} ${MAKE})
(cd ${WRKSRC}/tsiag; ${XMKMF}; \
${SETENV} ${MAKE_ENV} ${MAKE} depend; \
${SETENV} ${MAKE_ENV} ${MAKE})
do-install:
-(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} install install-misc)
-(cd ${WRKSRC}/tsiag; ${SETENV} ${MAKE_ENV} ${MAKE} install)
post-install:
@${CAT} ${PKGDIR}/MESSAGE

View file

@ -1,2 +1 @@
MD5 (siag-2.80.tar.gz) = 71cca12d79b055bbfc71bb3f69047a7e
MD5 (tsiag-2.80.tar.gz) = bb9bc1cba909cbf4514b75646e230ec9
MD5 (siag-3.1.9.tar.gz) = 3a90d8f5a4c3e1ca6c70cf9d48bd73bd

View file

@ -1,21 +1,10 @@
--- topdir.mk.orig Tue Jun 30 02:14:15 1998
+++ topdir.mk Tue Jul 7 01:55:37 1998
@@ -1,7 +1,7 @@
--- siod/regex.c.orig Sun Mar 7 10:47:50 1999
+++ siod/regex.c Sun Mar 7 10:48:02 1999
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <regex.h>
#include "siod.h"
# Set this to where you want the support files installed
-SIAG_HOME = /usr/local/lib/siag
-XCOMM SIAG_HOME = $(LIBDIR)/siag
+SIAG_HOME = $(PREFIX)/lib/siag
+# SIAG_HOME = $(LIBDIR)/siag
# Set this to your web browser of choice
SIAG_HELP = chimera
@@ -28,7 +28,7 @@
NDBM = -DNDBM
# And one of the following two lines (none for Solaris)
#DBLIB = -lndbm
-DBLIB = -ldb
+#DBLIB = -ldb
# Uncomment one of the following:
#SYSDEP_LIB = # for Linux or HP/UX

11
math/siag/files/patch-ab Normal file
View file

@ -0,0 +1,11 @@
--- configure.orig Wed Mar 3 08:53:51 1999
+++ configure Sun Mar 7 11:00:55 1999
@@ -4554,7 +4554,7 @@
fi
if test "$LIBGUILE" != ""; then
- GUILE="-DGUILE"
+ GUILE="-DGUILE -I$LOCALBASE/include"
fi
fi

View file

@ -1,54 +1,11 @@
--- siod/slibu.c.orig Wed Jan 28 02:32:30 1998
+++ siod/slibu.c Wed Jan 28 02:33:37 1998
@@ -28,6 +28,7 @@
#include <pwd.h>
#include <sys/stat.h>
#include <sys/time.h>
+#include <sys/syslimits.h>
#include <sys/resource.h>
#include <grp.h>
#include <utime.h>
@@ -258,6 +259,7 @@
return(NIL);}
#endif
--- tsiag/window.c.orig Sun Mar 7 11:07:53 1999
+++ tsiag/window.c Sun Mar 7 11:07:57 1999
@@ -27,7 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include <signal.h>
-#include <curses.h>
+#include <ncurses.h>
#include <unistd.h>
#include <ctype.h>
+#if !defined(__FreeBSD__)
LISP lputpwent(LISP alist,LISP file)
{int iflag = no_interrupt(1);
int status;
@@ -266,6 +268,7 @@
status = putpwent(&p,get_c_file(file,NULL));
no_interrupt(iflag);
return(NIL);}
+#endif
LISP laccess_problem(LISP lfname,LISP lacc)
{char *fname = get_c_string(lfname);
@@ -1413,7 +1416,7 @@
#endif
/* Ulric was here: added hpux */
-#if defined(unix) && !defined(linux) && !defined(hpux)
+#if defined(unix) && !defined(linux) && !defined(hpux) && !defined(__FreeBSD__)
LISP l_lchown(LISP path,LISP uid,LISP gid)
{long iflag;
iflag = no_interrupt(1);
@@ -1930,7 +1933,9 @@
#if defined(__osf__)
init_subr_1("setpwfile",lsetpwfile);
#endif
+#if !defined(__FreeBSD__)
init_subr_2("putpwent",lputpwent);
+#endif
init_subr_2("access-problem?",laccess_problem);
init_subr_3("utime",lutime);
init_subr_2("chmod",lchmod);
@@ -2010,7 +2015,7 @@
init_subr_3("chown",l_chown);
#endif
/* Ulric was here: added hpux */
-#if defined(unix) && !defined(linux) && !defined(hpux)
+#if defined(unix) && !defined(linux) && !defined(hpux) && !defined(__FreeBSD__)
init_subr_3("lchown",l_lchown);
#endif
init_subr_1("http-date",http_date);

View file

@ -1,11 +0,0 @@
--- tsiag/window.c.orig Tue Jul 7 01:39:45 1998
+++ tsiag/window.c Tue Jul 7 01:39:51 1998
@@ -27,7 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include "../common/cmalloc.h"
-#include <curses.h>
+#include <ncurses.h>
#include "../siag/types.h"
#include "../siag/calc.h"

View file

@ -1,11 +0,0 @@
--- tsiag/tsiag.c.orig Tue Jul 7 01:39:41 1998
+++ tsiag/tsiag.c Tue Jul 7 01:39:54 1998
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <curses.h>
+#include <ncurses.h>
#include "../siod/siod.h"
#include "../siag/types.h"
#include "../siag/calc.h"

View file

@ -1,265 +1,291 @@
bin/egon
bin/pw
bin/siag
bin/tsiag
lib/X11/app-defaults/Egon
lib/X11/app-defaults/Pw
lib/X11/app-defaults/Siag
lib/siag/common/bitmaps/C.xbm
lib/siag/common/bitmaps/F1.xbm
lib/siag/common/bitmaps/N.xbm
lib/siag/common/bitmaps/O.xbm
lib/siag/common/bitmaps/P.xbm
lib/siag/common/bitmaps/S.xbm
lib/siag/common/bitmaps/V.xbm
lib/siag/common/bitmaps/W.xbm
lib/siag/common/bitmaps/blank.xbm
lib/siag/common/bitmaps/bold.xbm
lib/siag/common/bitmaps/bold.xpm
lib/siag/common/bitmaps/borders.xbm
lib/siag/common/bitmaps/borders.xpm
lib/siag/common/bitmaps/copyright.xbm
lib/siag/common/bitmaps/copyright.xpm
lib/siag/common/bitmaps/egon_bg.xbm
lib/siag/common/bitmaps/egon_fg.xbm
lib/siag/common/bitmaps/egon_fg.xpm
lib/siag/common/bitmaps/egon_old.xpm
lib/siag/common/bitmaps/fld_closed.xbm
lib/siag/common/bitmaps/fld_open.xbm
lib/siag/common/bitmaps/fld_open.xpm
lib/siag/common/bitmaps/floppy3.xbm
lib/siag/common/bitmaps/floppy3.xpm
lib/siag/common/bitmaps/grid.xbm
lib/siag/common/bitmaps/grid.xpm
lib/siag/common/bitmaps/hcenter.xbm
lib/siag/common/bitmaps/hcenter.xpm
lib/siag/common/bitmaps/hleft.xbm
lib/siag/common/bitmaps/hleft.xpm
lib/siag/common/bitmaps/hright.xbm
lib/siag/common/bitmaps/hright.xpm
lib/siag/common/bitmaps/info.xbm
lib/siag/common/bitmaps/info.xpm
lib/siag/common/bitmaps/italic.xbm
lib/siag/common/bitmaps/italic.xpm
lib/siag/common/bitmaps/new.xbm
lib/siag/common/bitmaps/new.xpm
lib/siag/common/bitmaps/next.xbm
lib/siag/common/bitmaps/none.xbm
lib/siag/common/bitmaps/none.xpm
lib/siag/common/bitmaps/play.xbm
lib/siag/common/bitmaps/plotter.xbm
lib/siag/common/bitmaps/plotter.xpm
lib/siag/common/bitmaps/preview.xbm
lib/siag/common/bitmaps/preview.xpm
lib/siag/common/bitmaps/previous.xbm
lib/siag/common/bitmaps/printer.xbm
lib/siag/common/bitmaps/printer.xpm
lib/siag/common/bitmaps/pw_bg.xbm
lib/siag/common/bitmaps/pw_fg.xbm
lib/siag/common/bitmaps/pw_fg.xpm
lib/siag/common/bitmaps/qmark.xbm
lib/siag/common/bitmaps/quit.xbm
lib/siag/common/bitmaps/scr_icon.xbm
lib/siag/common/bitmaps/siag.xbm
lib/siag/common/bitmaps/siag_bg.xbm
lib/siag/common/bitmaps/siag_fg.xbm
lib/siag/common/bitmaps/siag_fg.xpm
lib/siag/common/bitmaps/sigma.xbm
lib/siag/common/bitmaps/sigma.xpm
lib/siag/common/bitmaps/stop.xbm
lib/siag/common/bitmaps/uchar.xbm
lib/siag/common/bitmaps/uline.xbm
lib/siag/common/bitmaps/uline.xpm
lib/siag/common/bitmaps/vbottom.xbm
lib/siag/common/bitmaps/vtop.xbm
lib/siag/common/docs/COPYING.LIB
lib/siag/common/docs/Copyright
lib/siag/common/docs/credits.html
lib/siag/common/docs/embedding.html
lib/siag/common/docs/form.html
lib/siag/common/docs/interpreters.html
lib/siag/common/docs/office.html
lib/siag/common/docs/search.html
lib/siag/common/docs/siaghelp.html
lib/siag/egon/animator.scm
lib/siag/egon/docs/CHANGES
lib/siag/egon/docs/COPYING
lib/siag/egon/docs/Copying
lib/siag/egon/docs/TODO
lib/siag/egon/docs/commands.html
lib/siag/egon/docs/concepts.html
lib/siag/egon/docs/egon.gif
lib/siag/egon/docs/egon.html
lib/siag/egon/docs/fileformats.html
lib/siag/egon/docs/intro.html
lib/siag/egon/docs/invocation.html
lib/siag/egon/docs/keys.html
lib/siag/egon/docs/mouse.html
lib/siag/egon/docs/scheme.html
lib/siag/egon/docs/scrollbars.html
lib/siag/egon/docs/strings.html
lib/siag/egon/docs/toolbar.html
lib/siag/egon/egon.scm
lib/siag/egon/examples/Plaid.xpm
lib/siag/egon/examples/bg_pixmap.xpm
lib/siag/egon/examples/bounce.scm
lib/siag/egon/examples/box.scm
lib/siag/egon/examples/circle.scm
lib/siag/egon/examples/eye.scm
lib/siag/egon/examples/eye.xpm
lib/siag/egon/examples/eye1.xpm
lib/siag/egon/examples/eye10.xpm
lib/siag/egon/examples/eye11.xpm
lib/siag/egon/examples/eye12.xpm
lib/siag/egon/examples/eye13.xpm
lib/siag/egon/examples/eye14.xpm
lib/siag/egon/examples/eye15.xpm
lib/siag/egon/examples/eye16.xpm
lib/siag/egon/examples/eye17.xpm
lib/siag/egon/examples/eye18.xpm
lib/siag/egon/examples/eye19.xpm
lib/siag/egon/examples/eye2.scm
lib/siag/egon/examples/eye2.xpm
lib/siag/egon/examples/eye20.xpm
lib/siag/egon/examples/eye21.xpm
lib/siag/egon/examples/eye22.xpm
lib/siag/egon/examples/eye23.xpm
lib/siag/egon/examples/eye24.xpm
lib/siag/egon/examples/eye3.xpm
lib/siag/egon/examples/eye4.xpm
lib/siag/egon/examples/eye5.xpm
lib/siag/egon/examples/eye6.xpm
lib/siag/egon/examples/eye7.xpm
lib/siag/egon/examples/eye8.xpm
lib/siag/egon/examples/eye9.xpm
lib/siag/egon/examples/line.scm
lib/siag/egon/examples/mpfoot.xpm
lib/siag/egon/examples/ms.scm
lib/siag/egon/examples/noname.scm
lib/siag/egon/examples/question.xpm
lib/siag/egon/examples/ring.xpm
lib/siag/egon/examples/siag.xbm
lib/siag/egon/examples/toady.xpm
lib/siag/egon/examples/window.xpm
lib/siag/egon/menu.scm
lib/siag/pw/docs/BUGS
lib/siag/pw/docs/CHANGES
lib/siag/pw/docs/COPYING
lib/siag/pw/docs/Copying
lib/siag/pw/docs/TODO
lib/siag/pw/docs/commands.html
lib/siag/pw/docs/concepts.html
lib/siag/pw/docs/fileformats.html
lib/siag/pw/docs/intro.html
lib/siag/pw/docs/invocation.html
lib/siag/pw/docs/keys.html
lib/siag/pw/docs/mouse.html
lib/siag/pw/docs/pw.gif
lib/siag/pw/docs/pw.html
lib/siag/pw/docs/scheme.html
lib/siag/pw/docs/scrollbars.html
lib/siag/pw/docs/strings.html
lib/siag/pw/docs/toolbar.html
lib/siag/pw/examples/chead.doc
lib/siag/pw/examples/chead.html
lib/siag/pw/examples/chead.pw
lib/siag/pw/examples/chead.rtf
lib/siag/pw/examples/chead.txt
lib/siag/pw/examples/color.pw
lib/siag/pw/examples/formats.html
lib/siag/pw/examples/formats.pw
lib/siag/pw/examples/formats.siag
lib/siag/pw/examples/formats.xbm
lib/siag/pw/examples/newpw.pw
lib/siag/pw/examples/rtfex.rtf
lib/siag/pw/examples/standard.bmk
lib/siag/pw/examples/styles.html
lib/siag/pw/examples/styles.pw
lib/siag/pw/examples/styles2.pw
lib/siag/pw/examples/svenska.pw
lib/siag/pw/examples/svenska.rtf
lib/siag/pw/menu.scm
lib/siag/pw/pw.scm
lib/siag/siag/123.scm
lib/siag/siag/data.scm
lib/siag/siag/docs/BUGS
lib/siag/siag/docs/CHANGES
lib/siag/siag/docs/COPYING
lib/siag/siag/docs/Copying
lib/siag/siag/docs/README
lib/siag/siag/docs/TODO
lib/siag/siag/docs/c-expr.html
lib/siag/siag/docs/commands.html
lib/siag/siag/docs/concepts.html
lib/siag/siag/docs/fileformats.html
lib/siag/siag/docs/form.html
lib/siag/siag/docs/gnuplot.html
lib/siag/siag/docs/howto.html
lib/siag/siag/docs/intro.html
lib/siag/siag/docs/invocation.html
lib/siag/siag/docs/kalkyl.gif
lib/siag/siag/docs/keys.html
lib/siag/siag/docs/mouse.html
lib/siag/siag/docs/scheme.html
lib/siag/siag/docs/scrollbars.html
lib/siag/siag/docs/siag.gif
lib/siag/siag/docs/siag.html
lib/siag/siag/docs/strings.html
lib/siag/siag/docs/toolbar.html
lib/siag/siag/examples/fibonacci-c.siag
lib/siag/siag/examples/fibonacci.siag
lib/siag/siag/examples/filemgr.scm
lib/siag/siag/examples/fonts.siag
lib/siag/siag/examples/foo.siag
lib/siag/siag/examples/foo.wk1
lib/siag/siag/examples/formtest.siag
lib/siag/siag/examples/group.siag
lib/siag/siag/examples/heaven-c.siag
lib/siag/siag/examples/heaven-guile.siag
lib/siag/siag/examples/heaven-tcl.siag
lib/siag/siag/examples/heaven.siag
lib/siag/siag/examples/heaven.xbm
lib/siag/siag/examples/hyperhelp.siag
lib/siag/siag/examples/image.siag
lib/siag/siag/examples/kalkyl.siag
lib/siag/siag/examples/mailaddr.csv
lib/siag/siag/examples/mailto.scm
lib/siag/siag/examples/multtabl-c.siag
lib/siag/siag/examples/multtabl.siag
lib/siag/siag/examples/passwd.siag
lib/siag/siag/examples/plot.siag
lib/siag/siag/examples/property.siag
lib/siag/siag/examples/siag-http.scm
lib/siag/siag/examples/siag-net.scm
lib/siag/siag/examples/sincos.siag
lib/siag/siag/examples/strfib.siag
lib/siag/siag/examples/strings.siag
lib/siag/siag/examples/surface1.siag
lib/siag/siag/examples/surface2.siag
lib/siag/siag/examples/tcltest.siag
lib/siag/siag/examples/usermgr.scm
lib/siag/siag/find.scm
lib/siag/siag/keytable.scm
lib/siag/siag/menu.scm
lib/siag/siag/plot.scm
lib/siag/siag/siag.scm
lib/siag/siag/splot.scm
lib/siag/siod/siod.scm
lib/siag/xcommon/StringDefs.scm
lib/siag/xcommon/form.scm
@dirrm lib/siag/xsiag
@dirrm lib/siag/xcommon
@dirrm lib/siag/siod
@dirrm lib/siag/siag/examples
@dirrm lib/siag/siag/docs
@dirrm lib/siag/siag
@dirrm lib/siag/pw/examples
@dirrm lib/siag/pw/docs
@dirrm lib/siag/pw
@dirrm lib/siag/egon/examples
@dirrm lib/siag/egon/docs
@dirrm lib/siag/egon
@dirrm lib/siag/common/docs
@dirrm lib/siag/common/bitmaps
@dirrm lib/siag/common
@dirrm lib/siag
bin/pw
bin/egon
share/siag/siod/siod.scm
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
share/siag/common/any2xpm
share/siag/common/readpfa
share/siag/common/colors.scm
share/siag/common/common.scm
share/siag/common/position.scm
share/siag/common/fonts.scm
share/siag/common/tools.scm
share/siag/common/t1lib.config
share/siag/common/FontDataBase
share/siag/common/IsoLatin1.enc
share/siag/common/IsoLatin2.enc
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
share/siag/xcommon/StringDefs.scm
share/siag/xcommon/form.scm
share/siag/siag/123.scm
share/siag/siag/data.scm
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
share/siag/siag/toolbar.scm
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
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
share/siag/plugins/dummy.scm
share/siag/plugins/plugin.scm
libexec/siag/plugins/dummy
libexec/siag/plugins/image
libexec/siag/plugins/hello
libexec/siag/plugins/plot
libexec/siag/plugins/text
libexec/siag/plugins/form
man/man1/siod.1
man/man1/siag.1
man/man1/pw.1
man/man1/egon.1
man/man1/dummy_plugin.1
doc/siag/siod/siod.html
doc/siag/common/siaghelp
doc/siag/common/COPYING.LIB
doc/siag/common/Copyright
doc/siag/common/credits.html
doc/siag/common/embedding.html
doc/siag/common/form.html
doc/siag/common/interpreters.html
doc/siag/common/office.html
doc/siag/common/plugins.html
doc/siag/common/search.html
doc/siag/common/siaghelp.html
doc/siag/common/bitmaps/bold.gif
doc/siag/common/bitmaps/borders.gif
doc/siag/common/bitmaps/copyright.gif
doc/siag/common/bitmaps/egon_fg.gif
doc/siag/common/bitmaps/fld_open.gif
doc/siag/common/bitmaps/floppy3.gif
doc/siag/common/bitmaps/grid.gif
doc/siag/common/bitmaps/hcenter.gif
doc/siag/common/bitmaps/hleft.gif
doc/siag/common/bitmaps/hright.gif
doc/siag/common/bitmaps/info.gif
doc/siag/common/bitmaps/italic.gif
doc/siag/common/bitmaps/new.gif
doc/siag/common/bitmaps/next.gif
doc/siag/common/bitmaps/none.gif
doc/siag/common/bitmaps/play.gif
doc/siag/common/bitmaps/plotter.gif
doc/siag/common/bitmaps/preview.gif
doc/siag/common/bitmaps/previous.gif
doc/siag/common/bitmaps/printer.gif
doc/siag/common/bitmaps/pw_fg.gif
doc/siag/common/bitmaps/siag_fg.gif
doc/siag/common/bitmaps/sigma.gif
doc/siag/common/bitmaps/stop.gif
doc/siag/common/bitmaps/uchar.gif
doc/siag/common/bitmaps/uline.gif
doc/siag/common/bitmaps/vbottom.gif
doc/siag/common/bitmaps/vtop.gif
doc/siag/xcommon/CHANGES
doc/siag/xcommon/TODO
doc/siag/xcommon/filesel.html
doc/siag/xcommon/form.scm
doc/siag/siag/BUGS
doc/siag/siag/CHANGES
doc/siag/siag/COPYING
doc/siag/siag/README
doc/siag/siag/TODO
doc/siag/siag/c-expr.html
doc/siag/siag/commands.html
doc/siag/siag/concepts.html
doc/siag/siag/fileformats.html
doc/siag/siag/form.html
doc/siag/siag/gnuplot.html
doc/siag/siag/howto.html
doc/siag/siag/intro.html
doc/siag/siag/invocation.html
doc/siag/siag/keys.html
doc/siag/siag/mouse.html
doc/siag/siag/scheme.html
doc/siag/siag/scrollbars.html
doc/siag/siag/siag.gif
doc/siag/siag/siag.html
doc/siag/siag/strings.html
doc/siag/siag/toolbar.html
doc/siag/siag/examples/allfuncs.wk1
doc/siag/siag/examples/cheeses.siag
doc/siag/siag/examples/emprestimo.wk1
doc/siag/siag/examples/example.wk1
doc/siag/siag/examples/fibonacci-c.siag
doc/siag/siag/examples/fibonacci.siag
doc/siag/siag/examples/fonts.siag
doc/siag/siag/examples/foo.siag
doc/siag/siag/examples/foo.wk1
doc/siag/siag/examples/formtest.siag
doc/siag/siag/examples/group.siag
doc/siag/siag/examples/heaven-c.siag
doc/siag/siag/examples/heaven-guile.siag
doc/siag/siag/examples/heaven-tcl.siag
doc/siag/siag/examples/heaven.siag
doc/siag/siag/examples/hyperhelp.siag
doc/siag/siag/examples/image_plugin.siag
doc/siag/siag/examples/kalkyl.siag
doc/siag/siag/examples/mailaddr.csv
doc/siag/siag/examples/morefonts.siag
doc/siag/siag/examples/multtabl-c.siag
doc/siag/siag/examples/multtabl.siag
doc/siag/siag/examples/obras.wk1
doc/siag/siag/examples/passwd.siag
doc/siag/siag/examples/plot.siag
doc/siag/siag/examples/prestacao.wk1
doc/siag/siag/examples/property.siag
doc/siag/siag/examples/sincos.siag
doc/siag/siag/examples/strfib.siag
doc/siag/siag/examples/strings.siag
doc/siag/siag/examples/surface1.siag
doc/siag/siag/examples/surface2.siag
doc/siag/siag/examples/tables.wk1
doc/siag/siag/examples/tcltest.siag
doc/siag/siag/data.scm
doc/siag/pw/BUGS
doc/siag/pw/CHANGES
doc/siag/pw/COPYING
doc/siag/pw/TODO
doc/siag/pw/commands.html
doc/siag/pw/concepts.html
doc/siag/pw/fileformats.html
doc/siag/pw/intro.html
doc/siag/pw/invocation.html
doc/siag/pw/keys.html
doc/siag/pw/mouse.html
doc/siag/pw/pw.gif
doc/siag/pw/pw.html
doc/siag/pw/scheme.html
doc/siag/pw/scrollbars.html
doc/siag/pw/spell.html
doc/siag/pw/strings.html
doc/siag/pw/toolbar.html
doc/siag/pw/examples/changes.pw
doc/siag/pw/examples/chead.doc
doc/siag/pw/examples/chead.html
doc/siag/pw/examples/chead.pw
doc/siag/pw/examples/chead.rtf
doc/siag/pw/examples/chead.txt
doc/siag/pw/examples/color.pw
doc/siag/pw/examples/egon.pw
doc/siag/pw/examples/egon.rtf
doc/siag/pw/examples/morefonts.pw
doc/siag/pw/examples/newpw.pw
doc/siag/pw/examples/rtfex.rtf
doc/siag/pw/examples/rtftest.rtf
doc/siag/pw/examples/rtftest2.rtf
doc/siag/pw/examples/rtftest3.rtf
doc/siag/pw/examples/standard.bmk
doc/siag/pw/examples/styles.html
doc/siag/pw/examples/styles.pw
doc/siag/pw/examples/styles2.pw
doc/siag/pw/examples/svenska.pw
doc/siag/pw/examples/svenska.rtf
doc/siag/egon/BUGS
doc/siag/egon/CHANGES
doc/siag/egon/COPYING
doc/siag/egon/TODO
doc/siag/egon/commands.html
doc/siag/egon/concepts.html
doc/siag/egon/egon.gif
doc/siag/egon/egon.html
doc/siag/egon/fileformats.html
doc/siag/egon/intro.html
doc/siag/egon/invocation.html
doc/siag/egon/keys.html
doc/siag/egon/mouse.html
doc/siag/egon/scheme.html
doc/siag/egon/scrollbars.html
doc/siag/egon/strings.html
doc/siag/egon/toolbar.html
doc/siag/egon/examples/bounce.egon
doc/siag/egon/examples/ms.egon
doc/siag/egon/examples/propeller.egon
doc/siag/egon/examples/rondo.egon
@dirrm share/siag/common/bitmaps
@dirrm share/siag/common
@dirrm share/siag/xcommon
@dirrm share/siag/siag
@dirrm share/siag/pw
@dirrm share/siag/egon
@dirrm share/siag/plugins
@dirrm share/siag/siod
@dirrm share/siag
@dirrm libexec/siag/plugins
@dirrm libexec/siag
@dirrm doc/siag/common/bitmaps
@dirrm doc/siag/common
@dirrm doc/siag/egon
@dirrm doc/siag/pw/examples
@dirrm doc/siag/pw
@dirrm doc/siag/siag/examples
@dirrm doc/siag/siag
@dirrm doc/siag/siod
@dirrm doc/siag/xcommon
@dirrm doc/siag