Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (0fd58374f9c7d400a81ca929ae5662d517ff01eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (0fd58374f9c7d400a81ca929ae5662d517ff01eb)
  • Date: Mon, 19 Feb 2007 15:11:06 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
science/kst/DEPENDS | 11 +++++++++++
science/kst/DETAILS | 30 ++++++++++++++++++++++++++++++
science/kst/HISTORY | 2 ++
smgl/quill/DETAILS | 2 +-
smgl/quill/HISTORY | 3 +++
6 files changed, 48 insertions(+), 1 deletion(-)

New commits:
commit 0fd58374f9c7d400a81ca929ae5662d517ff01eb
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

quill 0.2.2

commit 1eb0397e4ff1e1367633d9f5909f817ab96443ba
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added kst

diff --git a/ChangeLog b/ChangeLog
index cf50503..d991767 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
2007-02-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/muparser: fast math expression parser library
* net/fail2ban: bans IP that makes too many password failures #10810
+ * science/kst: scientific data plotter for kde

2007-02-18 Ladislav Hagara <hgr AT vabo.cz>
* disk/libewf: new spell
diff --git a/science/kst/DEPENDS b/science/kst/DEPENDS
new file mode 100755
index 0000000..7d8ab4a
--- /dev/null
+++ b/science/kst/DEPENDS
@@ -0,0 +1,11 @@
+depends kdelibs '--without-arts' &&
+
+optional_depends gsl \
+ "" \
+ "" \
+ "for fitting, correlation, and interpolation plugins" &&
+
+optional_depends netcdf \
+ "" \
+ "--without-netcdf" \
+ "for netcdf format support"
diff --git a/science/kst/DETAILS b/science/kst/DETAILS
new file mode 100755
index 0000000..960e4bd
--- /dev/null
+++ b/science/kst/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=kst
+ VERSION=1.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$KDE_URL/stable/apps/KDE3.x/scientific/${SOURCE}
+
SOURCE_HASH=sha512:e0f2bb708d77eab4b99cd45e374e7067755e3412e0cf0bcbebae3718747db9b47574a8df5b5308aa9bf84a02118ae76a849fe0fe28d5aa73e56b82b694f06fe2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kst.kde.org/";
+ LICENSE[0]=GPL
+ ENTERED=20070219
+ SHORT="A scientific data plotter and viewer"
+cat << EOF
+Kst is the fastest real-time large-dataset viewing and plotting tool
available
+and has basic data analysis functionality. Kst contains many powerful
built-in
+features and is expandable with plugins and extensions. Extensive help is
+available, both from within kst and on the web. Kst is a KDE application
+and is freely available for anyone to download and use.
+
+Main features of kst include: Robust plotting of live "streaming" data.
+Powerful keyboard and mouse plot manipulation. Powerful plugins and
+extensions support. Large selection of built-in plotting and data
manipulation
+functions, such as histograms, equations, and power spectra. Color mapping
+and contour mapping capabilities for three-dimensional data, as well as
+matrix and image support. Monitoring of events and notifications support.
+Built-in filtering and curve fitting capabilities. Convenient command-line
+interface. Powerful graphical user interface. Support for several popular
+data formats including fits, netCDF, and HEALPix. Multiple tabs or windows.
+Extended annotation objects similar to vector graphics applications.
+KstScript, an ECMAScript based scripting language capable of interacting
+with and extending kst in virtually every way.
+EOF
diff --git a/science/kst/HISTORY b/science/kst/HISTORY
new file mode 100644
index 0000000..50337ad
--- /dev/null
+++ b/science/kst/HISTORY
@@ -0,0 +1,2 @@
+2007-02-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/smgl/quill/DETAILS b/smgl/quill/DETAILS
index 512794e..7f7ce1e 100755
--- a/smgl/quill/DETAILS
+++ b/smgl/quill/DETAILS
@@ -13,7 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPEL
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=0.2.1
+ VERSION=0.2.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://download.sourcemage.org/projects/quill/$SOURCE
diff --git a/smgl/quill/HISTORY b/smgl/quill/HISTORY
index b241e8d..9891beb 100644
--- a/smgl/quill/HISTORY
+++ b/smgl/quill/HISTORY
@@ -1,3 +1,6 @@
+2007-02-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.2
+
2007-01-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.2.1




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (0fd58374f9c7d400a81ca929ae5662d517ff01eb), Jaka Kranjc, 02/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page