Browse Source

updated kmatplot to the current maintained "fork" qmatplot

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1169 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d948caa710
4 changed files with 10 additions and 18 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +0
    -0
      package/rene/qmatplot/qmatplot.cache
  3. +0
    -10
      package/rene/qmatplot/qmatplot.conf
  4. +9
    -8
      package/rene/qmatplot/qmatplot.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- bumped version
- fixed xfree86 stone module and adapt the gui_* implementations for this
- updated kmatplot to the current maintained "fork" qmatplot
*) 2003-08-23 (2.0.0-camp - 2.0.0-rc1)

package/rene/qmatplot/kmatplot.cache → package/rene/qmatplot/qmatplot.cache


package/rene/qmatplot/kmatplot.conf → package/rene/qmatplot/qmatplot.conf

@ -21,14 +21,4 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/*/kde-31.conf
export QTDIR=$QT31DIR
kde_main() {
echo "running ./configure using: $confopt --enable-mt"
eval ./configure $confopt --enable-mt
eval $MAKE LIBPYTHON="-lpython2.2 -ldb -lreadline -ltermcap -lssl \
-lcrypto -lcrypt -lgdbm -lz -lpthread"
eval $MAKE install
}
custmain=kde_main

package/rene/qmatplot/kmatplot.desc → package/rene/qmatplot/qmatplot.desc

@ -6,7 +6,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/rene/kmatplot/kmatplot.desc
[COPY] ROCK Linux: rock-src/package/rene/qmatplot/qmatplot.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -21,28 +21,29 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] a gnuplot-like plotting tool
[I] A gnuplot-like plotting tool with Qt frontend
[T] KMatplot is a gnuplot-like tool for plotting data sets in either two or
[T] QMatplot is a gnuplot-like tool for plotting data sets in either two or
[T] three dimensions. It can plot many ordinary types of 2d plots, including
[T] pixmaps and contours, and 3d surfaces. It offers a full WYSIWYG mode
[T] with multiple objects on a single page.
[T]
[T] As opposite to Gnuplot, KMatplot has no scripting language but it is
[T] As opposite to Gnuplot, QMatplot has no scripting language but it is
[T] more clickable, so easier to use for unexperienced users. It can be
[T] used instead of Gnuplot with Octave and Scilab.
[U] http://kmatplot.sourceforge.net/
[U] http://qmatplot.sourceforge.net/
[A] Kamil Dobkowski <kamildobk@poczta.onet.pl>
[A] Kamil Dobkowski <kamildobk@poczta.onet.pl> {Original author}
[A] Jos van den Oever <jos@vandenoever.info> {Current maintainer]
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/scientific
[L] GPL
[S] Beta
[V] 0.4
[V] 0.4.2
[P] X -----5---9 631.000
[D] 3931895914 kmatplot-0.4.tar.gz http://kmatplot.sourceforge.net/
[D] 75847681 qmatplot-0.4.2.tgz http://dl.sourceforge.net/sourceforge/qmatplot/

Loading…
Cancel
Save