From owner-freebsd-ports Fri Feb 25 10: 0:11 2000 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 6E81637BBC3 for ; Fri, 25 Feb 2000 10:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA03730; Fri, 25 Feb 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id D9A8737BBED for ; Fri, 25 Feb 2000 09:51:24 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (root@rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id MAA31197 for ; Fri, 25 Feb 2000 12:51:22 -0500 (EST) Received: (from root@localhost) by rtfm.newton (8.9.3/8.9.3) id MAA82566; Fri, 25 Feb 2000 12:51:22 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <200002251751.MAA82566@rtfm.newton> Date: Fri, 25 Feb 2000 12:51:22 -0500 (EST) From: root@kot.ne.mediaone.net Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16988: math/siag port brought up to date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16988 >Category: ports >Synopsis: math/siag port brought up to date >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 25 10:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The current version of port is rightfully marked BROKEN -- it is too old. This patches upgrade it to the most recent version -- Siag-3.2.0 >How-To-Repeat: >Fix: diff -U1 -N -r siag/Makefile siag/Makefile --- siag/Makefile Sun Nov 28 22:50:47 1999 +++ siag/Makefile Fri Feb 25 12:48:05 2000 @@ -1,3 +1,3 @@ # New ports collection makefile for: siag (Scheme In A Grid) -# Version required: 3.1.18 +# Version required: 3.2.0 # Date created: 27 Jan 1998 @@ -8,3 +8,3 @@ -DISTNAME= siag-3.1.18 +DISTNAME= siag-3.2.0 CATEGORIES= math @@ -15,4 +15,2 @@ -BROKEN= 'only siag-3.1.22.tar.gz available' - LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ @@ -20,2 +18,3 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ + mswordview:${PORTSDIR}/textproc/mswordview \ catdoc:${PORTSDIR}/textproc/catdoc @@ -23,2 +22,3 @@ GNU_CONFIGURE= yes +MAKEFLAGS= "-j 2" diff -U1 -N -r siag/files/md5 siag/files/md5 --- siag/files/md5 Fri Jun 25 17:17:23 1999 +++ siag/files/md5 Fri Feb 25 11:29:43 2000 @@ -1 +1 @@ -MD5 (siag-3.1.18.tar.gz) = cef454a3a3da7df68fec4badb48e65e6 +MD5 (siag-3.2.0.tar.gz) = 5c68a568b4450e41f242d9ea873b7a01 diff -U1 -N -r siag/patches/patch-pwconv siag/patches/patch-pwconv --- siag/patches/patch-pwconv Wed Dec 31 19:00:00 1969 +++ siag/patches/patch-pwconv Fri Feb 25 11:47:50 2000 @@ -0,0 +1,23 @@ +--- 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 -U1 -N -r siag/patches/patch-siagconv siag/patches/patch-siagconv --- siag/patches/patch-siagconv Wed Dec 31 19:00:00 1969 +++ siag/patches/patch-siagconv Fri Feb 25 11:49:44 2000 @@ -0,0 +1,10 @@ +--- 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 -U1 -N -r siag/pkg/PLIST siag/pkg/PLIST --- siag/pkg/PLIST Fri Jun 25 17:17:46 1999 +++ siag/pkg/PLIST Fri Feb 25 12:39:23 2000 @@ -8,2 +8,3 @@ bin/gvu +bin/siaghelp share/siag/siod/siod.scm @@ -12,2 +13,4 @@ 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 @@ -15,6 +18,7 @@ share/siag/common/bitmaps/cut.xpm -share/siag/common/bitmaps/egon_fg.xpm +share/siag/common/bitmaps/egon.xpm share/siag/common/bitmaps/fld_open.xpm -share/siag/common/bitmaps/floppy3.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 @@ -22,3 +26,5 @@ 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 @@ -33,5 +39,7 @@ share/siag/common/bitmaps/printer.xpm -share/siag/common/bitmaps/pw_fg.xpm +share/siag/common/bitmaps/pw.xpm share/siag/common/bitmaps/redo.xpm -share/siag/common/bitmaps/siag_fg.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 @@ -41,2 +49,3 @@ share/siag/common/bitmaps/stop.xpm +share/siag/common/bitmaps/overwrite.xpm share/siag/common/bitmaps/uchar.xpm @@ -52,3 +61,2 @@ share/siag/common/bitmaps/search.xpm -share/siag/common/bitmaps/ksiag.xpm share/siag/common/bitmaps/SO3.xpm @@ -73,3 +81,56 @@ share/siag/common/bitmaps/xedplus.xpm +share/siag/common/bitmaps/xfiler.xpm share/siag/common/bitmaps/xterm16.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/any2xpm @@ -92,2 +153,3 @@ share/siag/common/dictionary.da +share/siag/common/dictionary.pl share/siag/xcommon/StringDefs.scm @@ -126,2 +188,3 @@ share/siag/xfiler/Filesrc +share/siag/xfiler/makeicons libexec/siag/plugins/dummy @@ -134,3 +197,2 @@ share/doc/siag/siod/siod.html -share/doc/siag/common/siaghelp share/doc/siag/common/COPYING.LIB @@ -150,3 +212,2 @@ share/doc/siag/common/bitmaps/fld_open.gif -share/doc/siag/common/bitmaps/floppy3.gif share/doc/siag/common/bitmaps/grid.gif @@ -166,2 +227,3 @@ share/doc/siag/common/bitmaps/pw_fg.gif +share/doc/siag/common/bitmaps/save.gif share/doc/siag/common/bitmaps/siag_fg.gif @@ -173,3 +235,2 @@ share/doc/siag/common/bitmaps/vtop.gif -share/doc/siag/xcommon/CHANGES share/doc/siag/xcommon/TODO @@ -178,4 +239,2 @@ share/doc/siag/siag/BUGS -share/doc/siag/siag/CHANGES -share/doc/siag/siag/COPYING share/doc/siag/siag/README @@ -234,4 +293,2 @@ share/doc/siag/pw/BUGS -share/doc/siag/pw/CHANGES -share/doc/siag/pw/COPYING share/doc/siag/pw/TODO @@ -273,4 +330,2 @@ share/doc/siag/egon/BUGS -share/doc/siag/egon/CHANGES -share/doc/siag/egon/COPYING share/doc/siag/egon/TODO @@ -293,7 +348,4 @@ 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 @@ -302,7 +354,4 @@ 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 @@ -312,2 +361,9 @@ 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/kde +@dirrm share/siag/common/bitmaps/gnome @dirrm share/siag/common/bitmaps @@ -339,3 +395,3 @@ @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 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message