diff options
author | kris <kris@FreeBSD.org> | 2003-08-08 11:54:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-08 11:54:03 +0800 |
commit | 2ac8e1e6b06908c21fa722879af948990a94ea35 (patch) | |
tree | b8483805140de0db50fa1ddc53ca28be09491d25 /math | |
parent | 6431cfb3dca6703709dc223a3eefe23da450e3da (diff) | |
download | freebsd-ports-gnome-2ac8e1e6b06908c21fa722879af948990a94ea35.tar.gz freebsd-ports-gnome-2ac8e1e6b06908c21fa722879af948990a94ea35.tar.zst freebsd-ports-gnome-2ac8e1e6b06908c21fa722879af948990a94ea35.zip |
As announced on May 6, remove the broken math/siag port.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/siag/Makefile | 74 | ||||
-rw-r--r-- | math/siag/distinfo | 1 | ||||
-rw-r--r-- | math/siag/files/patch-aa | 10 | ||||
-rw-r--r-- | math/siag/files/patch-ab | 39 | ||||
-rw-r--r-- | math/siag/files/patch-ac | 11 | ||||
-rw-r--r-- | math/siag/files/patch-af | 10 | ||||
-rw-r--r-- | math/siag/files/patch-ak | 23 | ||||
-rw-r--r-- | math/siag/files/patch-al | 10 | ||||
-rw-r--r-- | math/siag/files/patch-dbm | 9 | ||||
-rw-r--r-- | math/siag/files/patch-pw | 21 | ||||
-rw-r--r-- | math/siag/pkg-descr | 16 | ||||
-rw-r--r-- | math/siag/pkg-plist | 554 |
13 files changed, 0 insertions, 779 deletions
diff --git a/math/Makefile b/math/Makefile index 3d1287a462e4..bb01652f71fb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -159,7 +159,6 @@ SUBDIR += scalapack SUBDIR += scigraphica SUBDIR += scilab - SUBDIR += siag SUBDIR += simpack SUBDIR += slsc SUBDIR += snns diff --git a/math/siag/Makefile b/math/siag/Makefile deleted file mode 100644 index c7169b3e8404..000000000000 --- a/math/siag/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: siag (Scheme In A Grid) -# Date created: 27 Jan 1998 -# Whom: mi@aldan.algebra.com -# -# $FreeBSD$ -# - -PORTNAME= siag -PORTVERSION= 3.4.10 -CATEGORIES= math -MASTER_SITES= http://siag.nu/pub/siag/ \ - ftp://ftp.siag.nu/pub/siag/ \ - ${MASTER_SITE_SUNSITE} \ - ftp://ftp.edu.stockholm.se/pub/siag/ - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Scheme-based "office" for X and curses. Sexy interface using Xaw3d - -BROKEN= "Does not compile" - -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ - sdb:${PORTSDIR}/databases/libsdb \ - Magick:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - wvHtml:${PORTSDIR}/textproc/wv \ - gv:${PORTSDIR}/print/gv \ - catdoc:${PORTSDIR}/textproc/catdoc - -BUILD_DEPENDS+= ${LOCALBASE}/lib/libccm.a:${PORTSDIR}/math/ccmath -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm \ - t1:${PORTSDIR}/devel/t1lib \ - tcl83:${PORTSDIR}/lang/tcl83 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcl=tcl83 --with-xawm="-L${X11BASE} -lXaw3d" \ - --with-ndbm=gdbm \ - --without-gmp --with-sqlite --with-ccmath --with-t1lib -CPPFLAGS+= -DGDBM -I${LOCALBASE}/include -DX11BASE='\"${X11BASE}\"' \ - -I${LOCALBASE}/include/tcl8.3 -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ - LDFLAGS=-L${LOCALBASE}/lib \ - CPPFLAGS="${CPPFLAGS}" -MAKE_ARGS= "-j 2" - -.if defined(WITH_GUILE) || defined(GUILE) -LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile -.endif - -USE_X_PREFIX= yes -USE_XPM= yes - -MAN1= xedplus.1 xfiler.1 gvu.1 siod.1 siag.1 pw.1 egon.1 \ - dummy_plugin.1 runcmd.1 - -post-install: - # Examples and documentation went into ${PREFIX}/share/doc - # Note, that the Siag's wordprocessor. the Pathetic Writer (or - # pw) is installed in ${PREFIX}/bin/pw. Depending on your - # users' PATH it may or may not interfere with simple - # invocation of pw(8) (which is in /usr/sbin). - @test -e ${PREFIX}/lib/X11/app-defaults/Siag && ${ECHO} \ - "It seems, you have old app-defaults file(s) from Siag.\ - Consider removing it(them) if new siag fails to come up" |\ - fmt || ${TRUE} - -post-patch: - # Fixing makefiles to put docs in ${LOCALBASE}/share/doc/siag - ${PERL} -pi -e 's@doc/siag@share/doc/siag@' \ - `find ${WRKSRC} -name Makefile.in | \ - xargs ${GREP} -l doc\\/siag` - # Fixing Makefile.in to remove hardcoded references to Xawm - ${PERL} -pi -e 's/ XawM//g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/math/siag/distinfo b/math/siag/distinfo deleted file mode 100644 index 7b68fcd0bb03..000000000000 --- a/math/siag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (siag-3.4.10.tar.gz) = 7a9ea46554499da20a3746f1111f1ac3 diff --git a/math/siag/files/patch-aa b/math/siag/files/patch-aa deleted file mode 100644 index 25ef3d1d82c6..000000000000 --- a/math/siag/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" - diff --git a/math/siag/files/patch-ab b/math/siag/files/patch-ab deleted file mode 100644 index 709c0b0faac5..000000000000 --- a/math/siag/files/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Jun 24 01:27:01 1999 -+++ configure Fri Jun 25 14:08:04 1999 -@@ -4316,7 +4316,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lguile `guile-config link` $LIBS" -+LIBS="-lguile `guile-config link | sed s@-ltermcap@@` $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4322 "configure" - #include "confdefs.h" -@@ -4344,13 +4344,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LIBGUILE=`guile-config link` -+ LIBGUILE=`guile-config link | sed s@-ltermcap@@` - else - echo "$ac_t""no" 1>&6 - fi - - if test "$LIBGUILE" != ""; then -- GUILE="-DGUILE" -+ GUILE="-DGUILE -I$LOCALBASE/include" - fi - fi - fi -@@ -4571,10 +4571,7 @@ - - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- cat >> confdefs.h <<\EOF --#define HAVE_XCREATEIC 1 --EOF -+echo "$ac_t""yes, but we don't want to use it yet" 1>&6 - - else - echo "$ac_t""no" 1>&6 diff --git a/math/siag/files/patch-ac b/math/siag/files/patch-ac deleted file mode 100644 index 078a98548883..000000000000 --- a/math/siag/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> - diff --git a/math/siag/files/patch-af b/math/siag/files/patch-af deleted file mode 100644 index 042ec4da8bfb..000000000000 --- a/math/siag/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- common/mkt1cfg.orig Fri Mar 26 17:42:59 1999 -+++ common/mkt1cfg Tue Jun 22 14:42:16 1999 -@@ -10 +10 @@ -- datadir="/usr/local/share" -+ datadir="${PREFIX}/share" -@@ -19,2 +19,2 @@ --echo "AFM=/usr/lib/ghostscript/fonts:/usr/lib/teTeX/texmf/fonts/afm/adobe/utopia:." --echo "TYPE1=/usr/lib/ghostscript/fonts:/usr/lib/teTeX/texmf/fonts/type1/adobe/utopia:." -+echo "AFM=${LOCALBASE}/share/ghostscript/fonts:${LOCALBASE}/share/texmf/fonts/afm/adobe/utopia:." -+echo "TYPE1=${LOCALBASE}/share/ghostscript/fonts:${LOCALBASE}/share/texmf/fonts/type1/adobe/utopia:." diff --git a/math/siag/files/patch-ak b/math/siag/files/patch-ak deleted file mode 100644 index 6b7aeb13db65..000000000000 --- a/math/siag/files/patch-ak +++ /dev/null @@ -1,23 +0,0 @@ ---- pw/pw.scm Sat Feb 5 13:16:43 2000 -+++ pw/pw.scm Fri Feb 25 11:46:39 2000 -@@ -539,2 +539,2 @@ -- "*.txt" "catdoc %s > %s" -- "*.rtf" "cp %s %s")) -+ "*.txt" "exec catdoc '%s' > '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -543,2 +543,2 @@ -- "*.txt" "blaha < %s > %s" -- "*.txt" "blaha < %s > %s")) -+ "*.txt" "exec blaha < '%s' > '%s'" -+ "*.txt" "exec blaha < '%s' > '%s'")) -@@ -547,2 +547,2 @@ -- "*.html" "mswordview -n %s -o %s" -- "*.rtf" "cp %s %s")) -+ "*.html" "exec mswordview -n '%s' -o '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -551 +551 @@ -- "*.txt" "groff -Tascii -mandoc %s > %s" -+ "*.txt" "exec groff -Tascii -mandoc '%s' > '%s'" -@@ -555 +555 @@ -- "*.rtf" "2rtf %s %s" -+ "*.rtf" "exec 2rtf '%s' '%s'" diff --git a/math/siag/files/patch-al b/math/siag/files/patch-al deleted file mode 100644 index 90e12d0cf7da..000000000000 --- a/math/siag/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- siag/siag.scm Sat Jan 29 19:34:20 2000 -+++ siag/siag.scm Fri Feb 25 11:45:18 2000 -@@ -1024 +1024 @@ -- "*.csv" "xls2csv %s > %s" -+ "*.csv" "exec xls2csv '%s' > '%s'" -@@ -1028,2 +1028,2 @@ -- "*.txt" "blaha < %s > %s" -- "*.txt" "blaha < %s > %s"))) -+ "*.txt" "exec blaha < '%s' > '%s'" -+ "*.txt" "exec blaha < '%s' > '%s'"))) diff --git a/math/siag/files/patch-dbm b/math/siag/files/patch-dbm deleted file mode 100644 index 55681fa67cf4..000000000000 --- a/math/siag/files/patch-dbm +++ /dev/null @@ -1,9 +0,0 @@ ---- siod/ndbm.c Thu Jun 24 05:18:57 1999 -+++ siod/ndbm.c Sun Apr 8 11:25:50 2001 -@@ -9,3 +9,6 @@ - - #include <ndbm.h> -+#if defined(GDBM) && defined(dbm_pagfno) -+# undef dbm_pagfno -+#endif - diff --git a/math/siag/files/patch-pw b/math/siag/files/patch-pw deleted file mode 100644 index bf2dd2d4d081..000000000000 --- a/math/siag/files/patch-pw +++ /dev/null @@ -1,21 +0,0 @@ ---- pw/pw.scm Fri Apr 14 17:05:47 2000 -+++ pw/pw.scm Thu Apr 20 08:50:02 2000 -@@ -139,3 +139,3 @@ - (define (new-buffer) -- (spawn "pw")) -+ (spawn (string-append datadir "/../../bin/pw")) - ---- plugins/plugin.scm Mon May 3 04:26:05 1999 -+++ plugins/plugin.scm Thu Apr 20 08:51:31 2000 -@@ -16,3 +16,3 @@ - (plugin-register "Pathetic Writer" "pw" -- "pw -plugin -geometry 300x150+4000+4000 %s") -+ (string-append datadir "/../../bin/pw -plugin -geometry 300x150+4000+4000 %s") - (plugin-register "Egon Animator" "egon" ---- common/tools.scm Thu Apr 6 08:53:09 2000 -+++ common/tools.scm Thu Apr 20 09:14:13 2000 -@@ -12,3 +12,3 @@ - (if (stat (string-append datadir "/pw/pw.scm")) -- (add-menu-entry "Tools" "Pathetic Writer" "(spawn \"pw\")")) -+ (add-menu-entry "Tools" "Pathetic Writer" "(spawn (string-append datadir \"/../../bin/pw\"))")) - (if (stat (string-append datadir "/siag/siag.scm")) diff --git a/math/siag/pkg-descr b/math/siag/pkg-descr deleted file mode 100644 index 9b187f1abcdd..000000000000 --- a/math/siag/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -SIAG (Scheme In A Grid) -======================= -Siag Office is a free office package for Unix, including word processor, -spreadsheet and presentation graphics. It is a bundling of the -spreadsheet SIAG, the word processor PW, and the animation program Egon. - - The motto: "It sucks less!" - -Includes tsiag (the spreadsheet), that works with ncurses library for -X-impaired. - -The nice thing about it (besides the use of Scheme) is that all of the -sexiness of the interface is achieved with Xaw3d -- no monsters like Qt -or GTk. - -WWW: http://www.siag.nu/ diff --git a/math/siag/pkg-plist b/math/siag/pkg-plist deleted file mode 100644 index a8214aeadc32..000000000000 --- a/math/siag/pkg-plist +++ /dev/null @@ -1,554 +0,0 @@ -bin/siag -bin/siagrun -bin/tsiag -bin/pw -bin/egon -bin/xedplus -bin/xfiler -bin/runcmd -bin/gvu -bin/siaghelp -share/siag/siod/siod.scm -share/siag/common/dictionary.cs -share/siag/common/dictionary.gl -share/siag/common/dictionary.ru -share/siag/common/fonts.txt -share/siag/common/rgb.txt -share/siag/common/bitmaps/blank.xpm -share/siag/common/bitmaps/bold.xpm -share/siag/common/bitmaps/borders.xpm -share/siag/common/bitmaps/book-closed.xpm -share/siag/common/bitmaps/book-open.xpm -share/siag/common/bitmaps/copy.xpm -share/siag/common/bitmaps/copyright.xpm -share/siag/common/bitmaps/cut.xpm -share/siag/common/bitmaps/egon.xpm -share/siag/common/bitmaps/fld_open.xpm -share/siag/common/bitmaps/grid.xpm -share/siag/common/bitmaps/gvu.xpm -share/siag/common/bitmaps/handlebg.xpm -share/siag/common/bitmaps/hcenter.xpm -share/siag/common/bitmaps/hleft.xpm -share/siag/common/bitmaps/hright.xpm -share/siag/common/bitmaps/icons.xpm -share/siag/common/bitmaps/info.xpm -share/siag/common/bitmaps/insert.xpm -share/siag/common/bitmaps/italic.xpm -share/siag/common/bitmaps/lline.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.xpm -share/siag/common/bitmaps/redo.xpm -share/siag/common/bitmaps/save.xpm -share/siag/common/bitmaps/siag.xpm -share/siag/common/bitmaps/siagoffice.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/overwrite.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/rline.xpm -share/siag/common/bitmaps/search.xpm -share/siag/common/bitmaps/SO3.xpm -share/siag/common/bitmaps/center.xpm -share/siag/common/bitmaps/compress.xpm -share/siag/common/bitmaps/data.xpm -share/siag/common/bitmaps/editor.xpm -share/siag/common/bitmaps/fld_closed.xpm -share/siag/common/bitmaps/fld_new.xpm -share/siag/common/bitmaps/fld_up.xpm -share/siag/common/bitmaps/fonts.xpm -share/siag/common/bitmaps/ghost.xpm -share/siag/common/bitmaps/image.xpm -share/siag/common/bitmaps/landscape.xpm -share/siag/common/bitmaps/larger.xpm -share/siag/common/bitmaps/netscape.xpm -share/siag/common/bitmaps/portrait.xpm -share/siag/common/bitmaps/smaller.xpm -share/siag/common/bitmaps/sortmode.xpm -share/siag/common/bitmaps/unknown.xpm -share/siag/common/bitmaps/viewmode.xpm -share/siag/common/bitmaps/xedplus.xpm -share/siag/common/bitmaps/xfiler.xpm -share/siag/common/bitmaps/xterm16.xpm -share/siag/common/bitmaps/addressbook.xpm -share/siag/common/bitmaps/composer.xpm -share/siag/common/bitmaps/ctab.xpm -share/siag/common/bitmaps/gnome/handlebg.xpm -share/siag/common/bitmaps/gnome/hfull.xpm -share/siag/common/bitmaps/gnome/preview.xpm -share/siag/common/bitmaps/hfull.xpm -share/siag/common/bitmaps/kde/handlebg.xpm -share/siag/common/bitmaps/kde2/back.xpm -share/siag/common/bitmaps/kde2/bold.xpm -share/siag/common/bitmaps/kde2/borders.xpm -share/siag/common/bitmaps/kde2/cancel.xpm -share/siag/common/bitmaps/kde2/copy.xpm -share/siag/common/bitmaps/kde2/cut.xpm -share/siag/common/bitmaps/kde2/editor.xpm -share/siag/common/bitmaps/kde2/fld_new.xpm -share/siag/common/bitmaps/kde2/fld_open.xpm -share/siag/common/bitmaps/kde2/fld_up.xpm -share/siag/common/bitmaps/kde2/forward.xpm -share/siag/common/bitmaps/kde2/grid.xpm -share/siag/common/bitmaps/kde2/handlebg.xpm -share/siag/common/bitmaps/kde2/hcenter.xpm -share/siag/common/bitmaps/kde2/hfull.xpm -share/siag/common/bitmaps/kde2/hleft.xpm -share/siag/common/bitmaps/kde2/home.xpm -share/siag/common/bitmaps/kde2/hright.xpm -share/siag/common/bitmaps/kde2/info.xpm -share/siag/common/bitmaps/kde2/italic.xpm -share/siag/common/bitmaps/kde2/larger.xpm -share/siag/common/bitmaps/kde2/lline.xpm -share/siag/common/bitmaps/kde2/new.xpm -share/siag/common/bitmaps/kde2/none.xpm -share/siag/common/bitmaps/kde2/paste.xpm -share/siag/common/bitmaps/kde2/preview.xpm -share/siag/common/bitmaps/kde2/printer.xpm -share/siag/common/bitmaps/kde2/quit.xpm -share/siag/common/bitmaps/kde2/redo.xpm -share/siag/common/bitmaps/kde2/reload.xpm -share/siag/common/bitmaps/kde2/rline.xpm -share/siag/common/bitmaps/kde2/save.xpm -share/siag/common/bitmaps/kde2/saveas.xpm -share/siag/common/bitmaps/kde2/security.xpm -share/siag/common/bitmaps/kde2/sigma.xpm -share/siag/common/bitmaps/kde2/smaller.xpm -share/siag/common/bitmaps/kde2/spell.xpm -share/siag/common/bitmaps/kde2/stop.xpm -share/siag/common/bitmaps/kde2/uchar.xpm -share/siag/common/bitmaps/kde2/uline.xpm -share/siag/common/bitmaps/kde2/undo.xpm -share/siag/common/bitmaps/ltab.xpm -share/siag/common/bitmaps/mail.xpm -share/siag/common/bitmaps/ms/bold.xpm -share/siag/common/bitmaps/ms/copy.xpm -share/siag/common/bitmaps/ms/cut.xpm -share/siag/common/bitmaps/ms/fld_open.xpm -share/siag/common/bitmaps/ms/handlebg.xpm -share/siag/common/bitmaps/ms/hcenter.xpm -share/siag/common/bitmaps/ms/hfull.xpm -share/siag/common/bitmaps/ms/hleft.xpm -share/siag/common/bitmaps/ms/hright.xpm -share/siag/common/bitmaps/ms/italic.xpm -share/siag/common/bitmaps/ms/new.xpm -share/siag/common/bitmaps/ms/paste.xpm -share/siag/common/bitmaps/ms/plotter.xpm -share/siag/common/bitmaps/ms/printer.xpm -share/siag/common/bitmaps/ms/redo.xpm -share/siag/common/bitmaps/ms/save.xpm -share/siag/common/bitmaps/ms/saveas.xpm -share/siag/common/bitmaps/ms/sigma.xpm -share/siag/common/bitmaps/ms/sortaz.xpm -share/siag/common/bitmaps/ms/sortza.xpm -share/siag/common/bitmaps/ms/undo.xpm -share/siag/common/bitmaps/navigator.xpm -share/siag/common/bitmaps/news.xpm -share/siag/common/bitmaps/rtab.xpm -share/siag/common/bitmaps/security.xpm -share/siag/common/bitmaps/strike.xpm -share/siag/common/bitmaps/table.xpm -share/siag/common/bitmaps/gnome/back.xpm -share/siag/common/bitmaps/gnome/bold.xpm -share/siag/common/bitmaps/gnome/cancel.xpm -share/siag/common/bitmaps/gnome/copy.xpm -share/siag/common/bitmaps/gnome/cut.xpm -share/siag/common/bitmaps/gnome/fld_open.xpm -share/siag/common/bitmaps/gnome/forward.xpm -share/siag/common/bitmaps/gnome/hcenter.xpm -share/siag/common/bitmaps/gnome/hleft.xpm -share/siag/common/bitmaps/gnome/home.xpm -share/siag/common/bitmaps/gnome/hright.xpm -share/siag/common/bitmaps/gnome/info.xpm -share/siag/common/bitmaps/gnome/italic.xpm -share/siag/common/bitmaps/gnome/new.xpm -share/siag/common/bitmaps/gnome/next.xpm -share/siag/common/bitmaps/gnome/paste.xpm -share/siag/common/bitmaps/gnome/play.xpm -share/siag/common/bitmaps/gnome/previous.xpm -share/siag/common/bitmaps/gnome/printer.xpm -share/siag/common/bitmaps/gnome/quit.xpm -share/siag/common/bitmaps/gnome/redo.xpm -share/siag/common/bitmaps/gnome/reload.xpm -share/siag/common/bitmaps/gnome/save.xpm -share/siag/common/bitmaps/gnome/saveas.xpm -share/siag/common/bitmaps/gnome/search.xpm -share/siag/common/bitmaps/gnome/spell.xpm -share/siag/common/bitmaps/gnome/stop.xpm -share/siag/common/bitmaps/gnome/uchar.xpm -share/siag/common/bitmaps/gnome/undo.xpm -share/siag/common/bitmaps/kde/back.xpm -share/siag/common/bitmaps/kde/cancel.xpm -share/siag/common/bitmaps/kde/copy.xpm -share/siag/common/bitmaps/kde/cut.xpm -share/siag/common/bitmaps/kde/fld_open.xpm -share/siag/common/bitmaps/kde/forward.xpm -share/siag/common/bitmaps/kde/home.xpm -share/siag/common/bitmaps/kde/info.xpm -share/siag/common/bitmaps/kde/larger.xpm -share/siag/common/bitmaps/kde/new.xpm -share/siag/common/bitmaps/kde/next.xpm -share/siag/common/bitmaps/kde/paste.xpm -share/siag/common/bitmaps/kde/play.xpm -share/siag/common/bitmaps/kde/preview.xpm -share/siag/common/bitmaps/kde/previous.xpm -share/siag/common/bitmaps/kde/printer.xpm -share/siag/common/bitmaps/kde/quit.xpm -share/siag/common/bitmaps/kde/reload.xpm -share/siag/common/bitmaps/kde/save.xpm -share/siag/common/bitmaps/kde/saveas.xpm -share/siag/common/bitmaps/kde/search.xpm -share/siag/common/bitmaps/kde/smaller.xpm -share/siag/common/bitmaps/kde/stop.xpm -share/siag/common/fonts/agd.afm -share/siag/common/fonts/agdo.afm -share/siag/common/fonts/agw.afm -share/siag/common/fonts/agwo.afm -share/siag/common/fonts/bchb.afm -share/siag/common/fonts/bchb.pfb -share/siag/common/fonts/bchbi.afm -share/siag/common/fonts/bchbi.pfb -share/siag/common/fonts/bchr.afm -share/siag/common/fonts/bchr.pfb -share/siag/common/fonts/bchri.afm -share/siag/common/fonts/bchri.pfb -share/siag/common/fonts/bkd.afm -share/siag/common/fonts/bkdi.afm -share/siag/common/fonts/bkl.afm -share/siag/common/fonts/bkli.afm -share/siag/common/fonts/cob.afm -share/siag/common/fonts/cobo.afm -share/siag/common/fonts/com.afm -share/siag/common/fonts/coo.afm -share/siag/common/fonts/hv.afm -share/siag/common/fonts/hvb.afm -share/siag/common/fonts/hvbo.afm -share/siag/common/fonts/hvn.afm -share/siag/common/fonts/hvnb.afm -share/siag/common/fonts/hvnbo.afm -share/siag/common/fonts/hvno.afm -share/siag/common/fonts/hvo.afm -share/siag/common/fonts/ncb.afm -share/siag/common/fonts/ncbi.afm -share/siag/common/fonts/nci.afm -share/siag/common/fonts/ncr.afm -share/siag/common/fonts/pob.afm -share/siag/common/fonts/pobi.afm -share/siag/common/fonts/poi.afm -share/siag/common/fonts/por.afm -share/siag/common/fonts/sy.afm -share/siag/common/fonts/tib.afm -share/siag/common/fonts/tibi.afm -share/siag/common/fonts/tii.afm -share/siag/common/fonts/tir.afm -share/siag/common/fonts/tnrl2___.afm -share/siag/common/fonts/tnrl2___.pfb -share/siag/common/fonts/tnrl2b__.afm -share/siag/common/fonts/tnrl2b__.pfb -share/siag/common/fonts/tnrl2bi_.afm -share/siag/common/fonts/tnrl2bi_.pfb -share/siag/common/fonts/tnrl2i__.afm -share/siag/common/fonts/tnrl2i__.pfb -share/siag/common/fonts/uhvb8a.afm -share/siag/common/fonts/uhvbo8a.afm -share/siag/common/fonts/uhvr8a.afm -share/siag/common/fonts/uhvro8a.afm -share/siag/common/fonts/utmb8a.afm -share/siag/common/fonts/utmbi8a.afm -share/siag/common/fonts/utmr8a.afm -share/siag/common/fonts/utmri8a.afm -share/siag/common/fonts/zcmi.afm -share/siag/common/fonts/zd.afm -share/siag/common/any2xpm -share/siag/common/common.scm -share/siag/common/position.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.hu -share/siag/common/dictionary.it -share/siag/common/dictionary.pt_BR -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/common/dictionary.da -share/siag/common/dictionary.pl -share/siag/common/themes/theme.classic -share/siag/common/themes/theme.gnome -share/siag/common/themes/theme.kde -share/siag/common/themes/theme.kde2 -share/siag/common/themes/theme.ms -share/siag/xcommon/StringDefs.scm -share/siag/xcommon/form.scm -share/siag/siag/123.scm -share/siag/siag/ccmath.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/functions.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/siag/trans.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 -share/siag/xfiler/FilesMagic -share/siag/xfiler/Filesrc -share/siag/xfiler/makeicons -lib/siag/plugins/dummy -lib/siag/plugins/image -lib/siag/plugins/hello -lib/siag/plugins/plot -lib/siag/plugins/text -lib/siag/plugins/form -lib/siag/plugins/clipart -share/doc/siag/siod/siod.html -share/doc/siag/common/COPYING.LIB -share/doc/siag/common/Copyright -share/doc/siag/common/credits.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/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/save.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 -share/doc/siag/xcommon/filesel.html -share/doc/siag/xcommon/form.scm -share/doc/siag/common/fonts.html -share/doc/siag/siag/excel.html -share/doc/siag/siag/siag-functions.html -share/doc/siag/siag/examples/allfunctions.siag -share/doc/siag/siag/examples/complex.siag -share/doc/siag/siag/examples/database.siag -share/doc/siag/siag/examples/gmp.siag -share/doc/siag/siag/examples/portfolj.siag -share/doc/siag/gsiag/README -share/doc/siag/siag/README -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/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 -share/doc/siag/siag/data.scm -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 -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 -share/doc/siag/plugins/README -share/doc/siag/xedplus/xedplus.html -share/doc/siag/xedplus/README -share/doc/siag/xfiler/xfiler.html -share/doc/siag/xfiler/README -share/doc/siag/gvu/README -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/doc/siag/AUTHORS -share/doc/siag/FILES -share/doc/siag/NLS -share/doc/siag/COPYING -share/doc/siag/README -@dirrm share/siag/common/bitmaps/gnome -@dirrm share/siag/common/bitmaps/kde -@dirrm share/siag/common/bitmaps/kde2 -@dirrm share/siag/common/bitmaps/ms -@dirrm share/siag/common/bitmaps -@dirrm share/siag/common/fonts -@dirrm share/siag/common/themes -@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/xfiler -@dirrm share/siag -@dirrm lib/siag/plugins -@dirrm lib/siag -@dirrm share/doc/siag/common/bitmaps -@dirrm share/doc/siag/common -@dirrm share/doc/siag/egon/examples -@dirrm share/doc/siag/egon -@dirrm share/doc/siag/gsiag -@dirrm share/doc/siag/pw/examples -@dirrm share/doc/siag/pw -@dirrm share/doc/siag/siag/examples -@dirrm share/doc/siag/siag -@dirrm share/doc/siag/siod -@dirrm share/doc/siag/xcommon -@dirrm share/doc/siag/plugins -@dirrm share/doc/siag/xedplus -@dirrm share/doc/siag/xfiler -@dirrm share/doc/siag/gvu -@dirrm share/doc/siag -@exec echo Examples and documentation went into %D/share/doc. Note, that the Siag's wordprocessor. the Pathetic Writer (or pw) is installed in %D/bin/pw. Depending on your users' PATH it may or may not interfere with simple invocation of /usr/sbin/pw. | fmt -@exec echo -@exec test -e %D/lib/X11/app-defaults/Siag && echo "It seems, you have old app-defaults file(s) from Siag. Consider removing it(them) if new siag fails to come up" | fmt; true |