summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kmatplot/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-10 18:36:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-10 18:36:40 -0600
commita3b5d595125428a77e31d3d3b31bf523e42e0c1f (patch)
tree75f53f69499a9b524f7a6a51de0677d9b987e670 /ubuntu/maverick/applications/kmatplot/debian/control
parent24e232cf9a32067a490d6687344e068641ea7e26 (diff)
downloadtde-packaging-a3b5d595125428a77e31d3d3b31bf523e42e0c1f.tar.gz
tde-packaging-a3b5d595125428a77e31d3d3b31bf523e42e0c1f.zip
Add untested kmatplot packaging to Ubuntu Maverick
Diffstat (limited to 'ubuntu/maverick/applications/kmatplot/debian/control')
-rw-r--r--ubuntu/maverick/applications/kmatplot/debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kmatplot/debian/control b/ubuntu/maverick/applications/kmatplot/debian/control
new file mode 100644
index 000000000..214c653c2
--- /dev/null
+++ b/ubuntu/maverick/applications/kmatplot/debian/control
@@ -0,0 +1,26 @@
+Source: kmatplot-trinity
+Section: math
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Build-Depends: debhelper (>> 3.0.0), libtqtinterface-dev, xlibmesa-gl-dev, octave2.1-headers, cdbs, automake, autoconf, libtool, libltdl-dev
+Build-Conflicts: scilab
+Standards-Version: 3.8.4
+
+Package: kmatplot-trinity
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: octave2.1
+Description: A Gnuplot-like tool for plotting data sets in 2D or 3D
+ KMatplot is a gnuplot-like tool for plotting data sets in either two or
+ three dimensions. It can plot many types of 2d plots, including pixmaps
+ and contours, and 3d surfaces. It offers a full WYSIWYG mode with
+ multiple objects on a single page.
+ .
+ As opposite to Gnuplot, KMatplot is very clickable, so easier to use
+ for unexperienced users. It can be used instead of Gnuplot with Octave
+ and Scilab - there are new dll functions installed in those packages,
+ which communicate with KMatplot through an Unix socket. Those functions
+ are named 'kplot', 'kimage', kmesh', ... and are similar to those found
+ in Octave by default.
+ .
+ The Debian package is not built with Scilab support by default.