Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (15bf80901225e62ea81a2c06967931c23e4db671)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (15bf80901225e62ea81a2c06967931c23e4db671)
  • Date: Thu, 2 Apr 2009 08:48:18 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ChangeLog | 3 +++
graphics/plotutils/DEPENDS | 1 +
graphics/plotutils/DETAILS | 18 ++++++++++++++++++
graphics/plotutils/HISTORY | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit 15bf80901225e62ea81a2c06967931c23e4db671
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

graphics/plotutils: new spell

diff --git a/ChangeLog b/ChangeLog
index 95853e0..b651357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-02 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * graphics/plotutils: new spell, plotting libraries and utils
+
2009-04-02 Pol Vinogradov <vin.public AT gmail.com>
* video/guvcview: new spell, GTK+ UVC Viewer

diff --git a/graphics/plotutils/DEPENDS b/graphics/plotutils/DEPENDS
new file mode 100755
index 0000000..67c1c3a
--- /dev/null
+++ b/graphics/plotutils/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/graphics/plotutils/DETAILS b/graphics/plotutils/DETAILS
new file mode 100755
index 0000000..8a57da1
--- /dev/null
+++ b/graphics/plotutils/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=plotutils
+ VERSION=2.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
+ WEB_SITE=http://www.gnu.org/software/plotutils/
+ ENTERED=20090402
+ LICENSE[0]=GPL
+
SOURCE_HASH=sha512:ca38c860e231630e0b36bdb46296ceb2fc8ae64e33d60280738660fae408dadd6cd2ce6357c01e25719e1d6403e471ac6ce0a41f1b6aaaf1371a9244a2c946b6
+ KEYWORDS="libplot graphics"
+ SHORT='Plotting libraries and utilities.'
+cat << EOF
+ The GNU plotutils package contains software for both programmers and
technical users. Its centerpiece is libplot, a powerful C/C++ function
library for exporting 2-D vector graphics in many file formats, both vector
and raster. It can also do vector graphics animations.
+
+libplot is device-independent in the sense that its API (application
programming interface) does not depend on the type of graphics file to be
exported.
+
+Besides libplot, the package contains command-line programs for plotting
scientific data. Many of them use libplot to export graphics.
+EOF
diff --git a/graphics/plotutils/HISTORY b/graphics/plotutils/HISTORY
new file mode 100644
index 0000000..b3d321a
--- /dev/null
+++ b/graphics/plotutils/HISTORY
@@ -0,0 +1,3 @@
+2009-04-02 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (15bf80901225e62ea81a2c06967931c23e4db671), Mathieu Lonjaret, 04/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page