summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Cristiano Urban2019-11-16 14:42:00 +0100
committer Willy Sudiarto Raharjo2019-11-16 14:42:00 +0100
commit94e8b0232f833db218389b2b48eb0116b51d3016 (patch)
treeeabe9bda6415f34b6ed2555122335478a2a86a0a /gis
parent8f180624c2e9334efe847761b01a1c512f346214 (diff)
downloadslackbuilds-94e8b0232f833db218389b2b48eb0116b51d3016.tar.gz
gis/GMT: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/GMT/GMT.SlackBuild8
-rw-r--r--gis/GMT/GMT.info8
-rw-r--r--gis/GMT/README26
-rw-r--r--gis/GMT/slack-desc14
4 files changed, 34 insertions, 22 deletions
diff --git a/gis/GMT/GMT.SlackBuild b/gis/GMT/GMT.SlackBuild
index a91b1f713f..042f30be80 100644
--- a/gis/GMT/GMT.SlackBuild
+++ b/gis/GMT/GMT.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=GMT
SRCNAM=gmt
-VERSION=${VERSION:-5.4.5}
+VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,8 +97,10 @@ cd build
-DGMT_DATADIR=share/$SRCNAM \
-DGMT_DOCDIR=doc/$PRGNAM-$VERSION \
-DGMT_MANDIR=man \
- -DDCW_ROOT=$PKG/usr/share/$SRCNAM/dcw \
-DGSHHG_ROOT=$PKG/usr/share/$SRCNAM/gshhg \
+ -DDCW_ROOT=$PKG/usr/share/$SRCNAM/dcw \
+ -DCOPY_GSHHG=true \
+ -DCOPY_DCW=true \
-DLICENSE_RESTRICTED=$LICFLAG \
-DCMAKE_BUILD_TYPE=Release ..
make all
@@ -114,7 +116,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.TXT README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a BUILDING.md INSTALL.md LICENSE.TXT README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/gis/GMT/GMT.info b/gis/GMT/GMT.info
index 55d5d8a86f..045746ae49 100644
--- a/gis/GMT/GMT.info
+++ b/gis/GMT/GMT.info
@@ -1,10 +1,10 @@
PRGNAM="GMT"
-VERSION="5.4.5"
-HOMEPAGE="http://gmt.soest.hawaii.edu/"
-DOWNLOAD="ftp://ftp.soest.hawaii.edu/gmt/gmt-5.4.5-src.tar.gz \
+VERSION="6.0.0"
+HOMEPAGE="https://www.generic-mapping-tools.org/"
+DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.0.0/gmt-6.0.0-src.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-2.3.7.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-1.1.4.tar.gz"
-MD5SUM="a2e097410f37155d59b030275361ce60 \
+MD5SUM="608742883d1f6babc3928bcb32952e9d \
8ee2653f9daf84d49fefbf990bbfa1e7 \
4f30857a8b12af0f910222fceb591538"
DOWNLOAD_x86_64=""
diff --git a/gis/GMT/README b/gis/GMT/README
index 9a505f283e..84875498da 100644
--- a/gis/GMT/README
+++ b/gis/GMT/README
@@ -1,10 +1,10 @@
-GMT is an open source collection of about 80 command-line tools for
-manipulating geographic and Cartesian data sets (including filtering,
-trend fitting, gridding, projecting, etc.) and producing PostScript
-illustrations ranging from simple x-y plots via contour maps to
-artificially illuminated surfaces and 3D perspective views; the GMT
-supplements add another 40 more specialized and discipline-specific
-tools.
+GMT is an open-source collection of command-line tools for manipulating
+geographic and Cartesian data sets (including filtering, trend fitting,
+gridding, projecting, etc.) and producing PostScript illustrations
+ranging from simple x-y plots via contour maps to artificially illuminated
+surfaces and 3D perspective views. It supports many map projections and
+transformations and includes supporting data such as coastlines, rivers,
+and political boundaries and optionally country polygons.
By default, GMT will use Dave Watson's Delaunay triangulation routine.
However, a much faster alternative is available from Jonathan Shewchuk,
@@ -14,5 +14,15 @@ by passing the SHEWCHUK parameter:
SHEWCHUK=yes ./GMT.SlackBuild
-For more details refer to the README and LICENSE.TXT files contained
+For movie-making capabilities the following dependencies are needed:
+
+ GraphicsMagick
+ ffmpeg
+
+Other optional dependencies are:
+
+ blas
+ lapack
+
+For more details refer to the README.md and LICENSE.TXT files contained
into the GMT sources.
diff --git a/gis/GMT/slack-desc b/gis/GMT/slack-desc
index 2c2f87e8b5..13233d91e1 100644
--- a/gis/GMT/slack-desc
+++ b/gis/GMT/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
GMT: GMT (Generic Mapping Tools)
GMT:
-GMT: GMT is an open source collection of about 80 command-line tools for
-GMT: manipulating geographic and Cartesian data sets (including filtering,
-GMT: trend fitting, gridding, projecting, etc.) and producing PostScript
-GMT: illustrations ranging from simple x-y plots via contour maps to
-GMT: artificially illuminated surfaces and 3D perspective views.
-GMT:
-GMT: Homepage: http://gmt.soest.hawaii.edu
+GMT: GMT is an open source collection of command-line tools for
+GMT: manipulaing geographic and Cartesian data sets (including
+GMT: filtering, trend fitting, gridding, projecting, etc.) and
+GMT: producing PostScript illustrations ranging from simple x-y
+GMT: plots via contour maps to artificially illuminated surfaces
+GMT: and 3D perspective views.
GMT:
+GMT: Homepage: https://www.generic-mapping-tools.org/
GMT: