[Lunar-commits] <moonbase-other> gnuplot: Readding to moonbase and bumping to 4.6.0.

Dennis Veatch stumbles at lunar-linux.org
Tue Jul 10 14:04:09 CEST 2012


commit 7b46e981ddacdc630ab3c505b07695398d8c37f5
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 05:04:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7b46e981ddacdc630ab3c505b07695398d8c37f5

gnuplot: Readding to moonbase and bumping to 4.6.0.
---
  science/gnuplot/BUILD                                        +9/-0     
  science/gnuplot/DEPENDS                                      +10/-0    
  science/gnuplot/DETAILS                                      +17/-0    
  3 files changed, 36 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/science/gnuplot/BUILD
@@ -0,0 +1,9 @@
+(
+
+  if in_depends $MODULE readline ; then
+    LDFLAGS="-lncurses" 
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/gnuplot/DEPENDS
@@ -0,0 +1,10 @@
+optional_depends gd     "--with-gd"  "--without-gd"  "for additional graphics support"
+optional_depends libpng "--with-png" "--without-png" "enable png terminal"
+optional_depends "%X"   "--with-x"   "--without-x"   "Use X window system"
+optional_depends lua    "--with-lua" "--without-lua" "For Lua scripting support"
+optional_depends libggi "--with-ggi" "--without-ggi" "For General Graphics Interface support"
+
+optional_depends texlive     "--with-latex"        "--without-latex"         "for latex support"
+optional_depends PDFlib-Lite "--with-pdf"          "--without-pdf"           "for PDF file support"
+optional_depends readline    "--with-readline=gnu" "--with-readline=builtin" "For system or builtin readline support, 'y' for system"
+
--- /dev/null
+++ b/science/gnuplot/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=gnuplot
+         VERSION=4.6.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:9a43ae13546d97d4b174533ddac31a14e0edc9b2
+        WEB_SITE=http://www.gnuplot.info
+         ENTERED=20021015
+         UPDATED=20120709
+           SHORT="command line program to make scientific graphs"
+
+cat << EOF
+gnuplot is a command-driven interactive function plotting program. It can be
+used to plot functions and data points in both two- and three-dimensional plots
+in many different formats, and will accommodate many of the needs of today's
+scientists for graphic data representation. gnuplot is copyrighted, but freely
+distributable; you don't have to pay for it.
+EOF




More information about the Lunar-commits mailing list