Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28948

Modified Files:
        maxima.info maxima.patch wxmaxima-mac.info wxmaxima-mac.patch 
Added Files:
        xmaxima-x11.info xmaxima-x11.patch 
Log Message:
New upstream WxMaxima
Refactoring maxima.

--- NEW FILE: xmaxima-x11.info ---
Package: xmaxima-x11
Version: 5.15.0
Revision: 3
Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
Description: Tcl/TK front end for maxima (X11 graphics)
Source: mirror:sourceforge:maxima/maxima-%v.tar.gz
Source-MD5: db5338cd384bc0531e76ccdf18d760ef
PatchFile: %n.patch
PatchFile-MD5: b792de81c0479b2d553cb9575df0be68
Depends: maxima ( >= 5.15.0-3), tcltk
BuildDepends: libgettext3-dev, libiconv-dev, libncurses5, libsigsegv, 
readline5, fink ( >=0.24.12)
Conflicts: maxima ( << 5.15.0-3 ), maxima-nox, xmaxima
Replaces: maxima ( << 5.15.0-3 ), maxima-nox, xmaxima
License: GPL
ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' --enable-recode 
--enable-clisp --with-wish=%p/bin/wish
InfoDocs: xmaxima.info
CompileScript: <<
#!/bin/sh -ev
 export LANG=C LC_ALL=C
 ./configure %c
 cd interfaces/xmaxima
 make xmaxima
<<
InstallScript: <<
#!/bin/sh -ev
export LANG=C LC_ALL=C
 cd interfaces/xmaxima
 make install DESTDIR=%d
 <<
# The info-N files in %p/share/info are probably not needed here.
DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
DescPackaging: <<
Patch xmaxima.texi so that install-info can work with it.
Use maxima's BuildDepends +tcltk, but satisfy Depends through maxima.
<< 
DescDetail: << 
See the maxima package
<<
Homepage: http://maxima.sourceforge.net


Index: wxmaxima-mac.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- wxmaxima-mac.info   15 Apr 2008 21:49:43 -0000      1.9
+++ wxmaxima-mac.info   28 Jul 2008 15:28:49 -0000      1.10
@@ -1,6 +1,6 @@
 Package: wxmaxima-mac
-Version: 0.7.4
-Revision: 2
+Version: 0.7.5
+Revision: 1
 Description: Aqua wxWidgets interface to Maxima 
 DescDetail: <<
 wxMaxima is a cross platform GUI for the computer algebra system maxima based 
@@ -28,16 +28,15 @@
 Homepage: http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page
 #
 Source: mirror:sourceforge:wxmaxima/wxMaxima-%v.tar.gz
-Source-MD5: 7baa47204feff25ac252717d65f6799a
+Source-MD5: 469014a84aca3f334d1e19042208d54b
 #
 PatchFile: %n.patch
-PatchFile-MD5: 9d68f1047c57b75ff5fc394c7b1d2e74
+PatchFile-MD5: f7e0baaa231c278e5527c27423a60673
 PatchScript: <<
 #!/bin/sh -ev
 sed -e 's,PREFIX,%p,' %{PatchFile} | patch -p1 
 <<
 #
-#Distribution: 10.4
 Depends: <<
 maxima (>= 5.14.0-1) | maxima-nox (>= 5.14.0-1), libxml2-shlibs, libiconv, 
 wxmac28-shlibs ( >= 2.8.3-1001 )

Index: wxmaxima-mac.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wxmaxima-mac.patch  15 Apr 2008 16:45:31 -0000      1.2
+++ wxmaxima-mac.patch  28 Jul 2008 15:28:49 -0000      1.3
@@ -4,13 +4,3 @@
 +#!/bin/bash
 +. PREFIX/bin/init.sh
 +exec -a "$0" "$0.bin" "$@"
---- wxMaxima-0.7.4/src/wxMaximaFrame.cpp       2007-12-07 16:25:58.000000000 
-0500
-+++ wxMaxima-0.7.4.patched/src/wxMaximaFrame.cpp       2008-04-15 
11:09:40.000000000 -0400
-@@ -694,6 +694,6 @@
-                            _("Insert text"));
-   frame_1_toolbar->AddTool(tb_insert_input, _("Insert input group"),
--                           wxImage(wxT("art/toolbar/input.png")),
-+                           IMAGE("input.png"),
-                            _("Insert input group"));
-   frame_1_toolbar->AddSeparator();
-   frame_1_toolbar->AddTool(tb_interrupt, _("Interrupt"),

Index: maxima.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/maxima.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- maxima.patch        1 Jul 2007 20:39:49 -0000       1.1
+++ maxima.patch        28 Jul 2008 15:28:49 -0000      1.2
@@ -14,3 +14,16 @@
  @end ifinfo
  
  @titlepage
+
+diff -Naur maxima-5.15.0/src/plot.lisp maxima-5.15.0.patched/src/plot.lisp
+--- maxima-5.15.0/src/plot.lisp        2008-04-05 15:41:52.000000000 -0400
++++ maxima-5.15.0.patched/src/plot.lisp        2008-05-22 11:38:42.000000000 
-0400
+@@ -86,7 +86,7 @@
+                         ((mlist) $gnuplot_default_term_command
+                          ,(if (string= *autoconf-win32* "true")
+                               "set term windows \"Verdana\" 15"
+-                              "set term x11 font \"Helvetica,16\""))
++                              "set term aqua"))
+                         ((mlist) $gnuplot_dumb_term_command
+                          "set term dumb 79 22")
+                         ((mlist) $gnuplot_ps_term_command

Index: maxima.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/maxima.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- maxima.info 15 May 2008 19:20:09 -0000      1.23
+++ maxima.info 28 Jul 2008 15:28:49 -0000      1.24
@@ -1,16 +1,15 @@
-Info2: <<
-Package: maxima%type_pkg[-nox]
+Package: maxima
 Version: 5.15.0
-Type: -nox (boolean)
-Revision: 2
+Revision: 3
 Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
 Description: Symbol manipulation program
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: db5338cd384bc0531e76ccdf18d760ef
-Patch: %n.patch
+PatchFile: %n.patch
+PatchFile-MD5: a7becb2234bfc33c946b70f36237d117
 # otool_deps: libgettext3-shlibs, libiconv, libncurses5-shlibs, 
libsigsegv-shlibs, readline5-shlibs
-Depends: clisp (= 2.43-2), gnuplot | gnuplot-nox, libgettext3-shlibs, 
libiconv, libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, 
rlwrap (>= 0.28-1), (%type_raw[-nox] != -nox) tcltk
-BuildDepends: libgettext3-dev, libiconv-dev, libncurses5, libsigsegv, readline5
+Depends: clisp (= 2.43-2), gnuplot | gnuplot-nox, libgettext3-shlibs, 
libiconv, libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, 
rlwrap (>= 0.28-1)
+BuildDepends: libgettext3-dev, libiconv-dev, libncurses5, libsigsegv, 
readline5, fink (>= 0.24.12)
 # not sure about those bdeps; also: + recode-dev ? + tcltk-dev ?
 # <AKH> It doesn't actually seem to _link_ tcltk, but uses its 
 # wish shell at runtime.
@@ -20,7 +19,7 @@
 Replaces: maxima, maxima-nox
 License: GPL
 ConfigureParams: <<
---infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--libexecdir='${prefix}/lib' --enable-recode --enable-clisp (%type_raw[-nox] = 
-nox) --with-wish=/usr/bin/wish
+--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--libexecdir='${prefix}/lib' --enable-recode --enable-clisp 
--with-wish=/usr/bin/wish
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -31,14 +30,17 @@
 InfoTest: <<
   TestScript: make check || exit 2
 <<
-InfoDocs: maxima.info xmaxima.info
+InfoDocs: maxima.info
 # The info-N files in %p/share/info are probably not needed here.
 DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
 DescPackaging: <<
 Pkg in crypto because of preamble of COPYING _ even though
 it states explicitly NOT to be part of the licence.
 Patch xmaxima.texi so that install-info can work with it.
-Change "x11" references to "aqua" for gnuplot stuff for the -nox variant.
+As of 5.15.0-3, build like the prior maxima-nox package:
+       X11 plotting in gnuplot can be turned on via flags sent to the plot 
commands.
+       Separate out the xmaxima package, built against the system's Tcl/Tk,
+       as a SplitOff.
 << 
 DescDetail: << 
 Maxima is a symbolic computation program. It is full featured, including
@@ -46,6 +48,8 @@
 integration, Todd-coxeter, 2D and 3D plotting, an ODE solver, and bigfloats.
 It contains a symbolic source level debugger for maxima code.
 Maxima is based on the original MACsyma developed at MIT in the 1970's.
+This package contains the command-line executables, demos, sources,
+etc.
 <<
 DescUsage: <<
 Enter "rmaxima" for a command line interface, or "xmaxima" for a
@@ -63,4 +67,18 @@
 Previous versions maintained by William McCallum, Matthias Neeracher, and 
Andrea Riciputi.
 <<
 Homepage: http://maxima.sourceforge.net
+Splitoff: <<
+Package: xmaxima
+Depends: maxima ( >= 5.15.0-3 )
+Conflicts: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
+Replaces: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
+Files: <<
+       bin/xmaxima
+       share/maxima/5.15.0/xmaxima/*
+       share/info/xmaxima.info
 <<
+InfoDocs: xmaxima.info
+Description: Tcl/TK front end for maxima (Aqua graphics)
+DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
+<<
+

--- NEW FILE: xmaxima-x11.patch ---
diff -Naur maxima-5.12.0/interfaces/xmaxima/doc/xmaxima.texi 
maxima-5.12.0.patched/interfaces/xmaxima/doc/xmaxima.texi
--- maxima-5.12.0/interfaces/xmaxima/doc/xmaxima.texi   2006-12-04 
21:57:51.000000000 -0500
+++ maxima-5.12.0.patched/interfaces/xmaxima/doc/xmaxima.texi   2007-07-01 
16:16:38.000000000 -0400
@@ -25,6 +25,12 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 MA 02110-1301, USA.
+
[EMAIL PROTECTED]
+START-INFO-DIR-ENTRY
+* Xmaxima: (xmaxima).  Tcl/TK GUI for the Maxima computer algebra system.
+END-INFO-DIR-ENTRY
[EMAIL PROTECTED] format
 @end ifinfo
 
 @titlepage


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to