From owner-freebsd-ports Tue Jun 22 15:10:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C9AF1517E for ; Tue, 22 Jun 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59479; Tue, 22 Jun 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id A0733152EE for ; Tue, 22 Jun 1999 15:03:49 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id SAA23151; Tue, 22 Jun 1999 18:03:47 -0400 (EDT) (envelope-from mi) Message-Id: <199906222203.SAA23151@misha.cisco.com> Date: Tue, 22 Jun 1999 18:03:47 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12352: Siag port upgraded to 3.1.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12352 >Category: ports >Synopsis: Siag port upgraded to 3.1.17 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 15:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Upgrade is long overdue... >How-To-Repeat: >Fix: Patches, by popular request: diff -r -u siag-3.1.9/Makefile siag/Makefile --- siag-3.1.9/Makefile Mon Apr 19 20:02:10 1999 +++ siag/Makefile Tue Jun 22 17:59:28 1999 @@ -1,29 +1,72 @@ # New ports collection makefile for: siag (Scheme In A Grid) -# Version required: 2.80 -# Date created: 27 Jan 1998 -# Whom: ports@freebsd.org +# Version required: 3.1.17 +# Date created: June 22, 1999 +# Whom: mi@aldan.algebra.com # -# $Id: Makefile,v 1.13 1999/04/20 00:02:10 mharo Exp $ +# $Id$ # -DISTNAME= siag-3.1.9 +DISTNAME= siag-3.1.17 CATEGORIES= math 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 \ - guile.4:${PORTSDIR}/lang/guile + Xpm.4:${PORTSDIR}/graphics/xpm +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ + catdoc:${PORTSDIR}/textproc/catdoc -BROKEN= 'installs into doc, not share/doc and needs more testing (probably simple)' GNU_CONFIGURE= yes -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} + +CPPFLAGS+= -I${LOCALBASE}/include + +.if defined(GUILE) +LIB_DEPENDS+= guile.4:${PORTSDIR}/lang/guile +.endif + +.if !defined(NOGDBM) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +CPPFLAGS+= -DGDBM +.endif + +.if !defined(NOT1) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libt1.a:${PORTSDIR}/devel/t1lib +.endif + +.if !defined(NOTCL) +# Feel free to try other versions of TCL here: +LIB_DEPENDS+= tcl80:${PORTSDIR}/lang/tcl80 +CPPFLAGS+= -I${LOCALBASE}/include/tcl8.0 +CONFIGURE_ARGS+=--with-tcl=tcl80 +.endif + +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ + LDFLAGS=-L${LOCALBASE}/lib \ + CPPFLAGS="${CPPFLAGS}" + USE_X_PREFIX= yes +MAN1= xedplus.1 xfiler.1 gvu.1 siod.1 siag.1 pw.1 egon.1 dummy_plugin.1 + post-install: - @${CAT} ${PKGDIR}/MESSAGE + # 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 /usr/sbin/pw. + @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 + for m in `find ${WRKSRC} -name Makefile.in |\ + xargs ${GREP} -l doc\\/siag`; do \ + ${MV} $$m $$m.orig; \ + ${SED} s@doc/siag@share/doc/siag@ < $$m.orig > $$m; \ + done .include Only in siag-3.1.9/files: md5 diff -r -u siag-3.1.9/patches/patch-ab siag/patches/patch-ab --- siag-3.1.9/patches/patch-ab Mon Apr 19 20:02:10 1999 +++ siag/patches/patch-ab Mon Jun 7 15:42:08 1999 @@ -1,11 +1,49 @@ ---- 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 +1. Explicit use of -ltermcap results in unusable tsiag, PR bin/12054 +2. Use of XCREATEIC makes siag and egon unusable, problem reported to Siag. +--- configure.orig Wed Jun 2 07:47:48 1999 ++++ configure Mon Jun 7 15:31:00 1999 +@@ -4434,5 +4434,5 @@ + 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 +@@ -4479,5 +4479,5 @@ + 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 +@@ -4705,8 +4705,5 @@ 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 +@@ -4769,5 +4766,5 @@ + else + ac_save_LIBS="$LIBS" +-LIBS="-lncurses $LIBTERMCAP $LIBS" ++LIBS="-lncurses $LIBS" + cat > conftest.$ac_ext <&6 +- LIBCURSES="-lncurses $LIBTERMCAP" ++ LIBCURSES="-lncurses" + else + echo "$ac_t""no" 1>&6 +@@ -4807,5 +4804,5 @@ + else + ac_save_LIBS="$LIBS" +-LIBS="-lcurses $LIBTERMCAP $LIBS" ++LIBS="-lcurses $LIBS" + cat > conftest.$ac_ext < +#if defined(GDBM) && defined(HAVE_DBM_PAGFNO) && defined(__FreeBSD__) && defined(dbm_pagfno) +/* -+ * GDBM implements dbm_* for compatability, but does not declare -+ * them, leaving that to the OS'es headers. FreeBSD's ndbm does not -+ * implement dbm_pagfno, dbm_error and dbm_rdonly. Further, it #defines -+ * dbm_pagfno to DBM_PAGFNO_NOT_AVAILABLE in , which breaks the -+ * ldbm_pagfno below. Since GDBM is defined, we might as well use its -+ * implementation. This should go away when and if FreeBSD's ndbm -+ * implementation gets dbm_pagfno of its own (whatever that is). XXX -mi ++ * GDBM implements dbm_* for compatability, but does not declare ++ * them, leaving that to the OS'es headers. FreeBSD's ndbm does not ++ * implement dbm_pagfno and dbm_rdonly. Further, it #defines dbm_pagfno to ++ * DBM_PAGFNO_NOT_AVAILABLE in , which breaks the ldbm_pagfno ++ * below. Since GDBM is defined, we might as well use its implementation. ++ * This should go away when and if FreeBSD's ndbm implementation gets ++ * dbm_pagfno of its own (whatever that is). XXX -mi + */ +#undef dbm_pagfno +int dbm_pagfno(DBM *); Only in siag/patches: patch-ae Only in siag/patches: patch-af diff -r -u siag-3.1.9/pkg/COMMENT siag/pkg/COMMENT --- siag-3.1.9/pkg/COMMENT Fri Feb 27 22:38:32 1998 +++ siag/pkg/COMMENT Mon Jun 7 16:06:38 1999 @@ -1 +1 @@ -Scheme-based spreadsheet for X11 and curses. +Scheme-based "office" for X and curses. Sexy interface using Xaw3d. diff -r -u siag-3.1.9/pkg/DESCR siag/pkg/DESCR --- siag-3.1.9/pkg/DESCR Mon May 3 01:43:09 1999 +++ siag/pkg/DESCR Mon Jun 7 16:17:22 1999 @@ -1,18 +1,16 @@ SIAG (Scheme In A Grid) ======================= -Siag is a spreadsheet based on X and Scheme. I originally -wrote it out of frustration with the fact that almost no free, -good looking applications were available for Linux. It is -based on my old program Calc, which which I started -writing in the late -80's. +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. -Multiple user interfaces + The motto: "It sucks less!" -In addition to the old Xt interface, Siag is now available -with two alternative user interfaces. One of them is based -on the Curses library and runs on plain text terminals. The -other is based on Gtk, used by the Gnome desktop project. -All versions of Siag have the same fundamental -functionality. +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.edu.stockholm.se/siag/ Only in siag-3.1.9/pkg: MESSAGE diff -r -u siag-3.1.9/pkg/PLIST siag/pkg/PLIST --- siag-3.1.9/pkg/PLIST Mon Apr 19 20:02:11 1999 +++ siag/pkg/PLIST Thu Jun 10 00:41:46 1999 @@ -2,6 +2,10 @@ bin/tsiag bin/pw bin/egon +bin/xedplus +bin/xfiler +bin/runcmd +bin/gvu share/siag/siod/siod.scm share/siag/common/bitmaps/blank.xpm share/siag/common/bitmaps/bold.xpm @@ -47,6 +51,27 @@ share/siag/common/bitmaps/reload.xpm share/siag/common/bitmaps/search.xpm share/siag/common/bitmaps/ksiag.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/xterm16.xpm share/siag/common/any2xpm share/siag/common/readpfa share/siag/common/colors.scm @@ -64,6 +89,7 @@ share/siag/common/dictionary.fr share/siag/common/dictionary.no share/siag/common/dictionary.hr +share/siag/common/dictionary.da share/siag/xcommon/StringDefs.scm share/siag/xcommon/form.scm share/siag/siag/123.scm @@ -96,178 +122,195 @@ share/siag/egon/external.save share/siag/plugins/dummy.scm share/siag/plugins/plugin.scm +share/siag/xfiler/FilesMagic +share/siag/xfiler/Filesrc 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 +libexec/siag/plugins/clipart +libexec/siag/converters/xls2csv +share/doc/siag/siod/siod.html +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 +share/doc/siag/xcommon/CHANGES +share/doc/siag/xcommon/TODO +share/doc/siag/xcommon/filesel.html +share/doc/siag/xcommon/form.scm +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/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/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 +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 +share/doc/siag/common/COPYING +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 @dirrm share/siag/common/bitmaps @dirrm share/siag/common @dirrm share/siag/xcommon @@ -276,16 +319,26 @@ @dirrm share/siag/egon @dirrm share/siag/plugins @dirrm share/siag/siod +@dirrm share/siag/xfiler @dirrm share/siag @dirrm libexec/siag/plugins +@dirrm libexec/siag/converters @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 +@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/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 install 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 Only in siag-3.1.9: t >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message