[Lunar-commits] <moonbase> GMT: initial import.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Feb 13 04:55:40 CET 2009


commit 19aed017f0fef54035ff63a30354a3ec3ba443ea
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Feb 12 22:55:40 2009 -0500

    GMT: initial import.
---
 science/GMT/BUILD   |    7 +++++++
 science/GMT/DEPENDS |    3 +++
 science/GMT/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/science/GMT/BUILD b/science/GMT/BUILD
new file mode 100644
index 0000000..b298ef9
--- /dev/null
+++ b/science/GMT/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --enable-shared --enable-eps"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/GMT/DEPENDS b/science/GMT/DEPENDS
new file mode 100644
index 0000000..0066c74
--- /dev/null
+++ b/science/GMT/DEPENDS
@@ -0,0 +1,3 @@
+depends netcdf
+
+optional_depends octave "--enable-octave" "--disable-octave" "for numerical computations support"
diff --git a/science/GMT/DETAILS b/science/GMT/DETAILS
new file mode 100644
index 0000000..5a4b7cd
--- /dev/null
+++ b/science/GMT/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=GMT
+         VERSION=4.3.1
+          SOURCE=$MODULE${VERSION}_src.tar.bz2
+      SOURCE_URL=ftp://ftp.soest.hawaii.edu/gmt/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+      SOURCE_VFY=sha1:dda72393b5aa1557fde84911b72b18c959ad6df6
+        WEB_SITE=http://gmt.soest.hawaii.edu/
+         ENTERED=20090212
+         UPDATED=20090212
+           SHORT="generic mapping tools"
+
+cat << EOF
+GMT is an open source collection of ~60 tools for manipulating geographic and
+Cartesian data sets (including filtering, trend fitting, gridding, projecting,
+etc.) and producing Encapsulated PostScript File (EPS) illustrations ranging
+from simple x-y plots via contour maps to artificially illuminated surfaces and
+3-D perspective views. GMT supports ~30 map projections and transformations and
+comes with support data such as GSHHS coastlines, rivers, and political
+boundaries.
+EOF


More information about the Lunar-commits mailing list