aboutsummaryrefslogtreecommitdiff
path: root/graphics/gmt
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-08-29 15:02:11 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-08-29 15:02:11 +0000
commitef3d3a0ba4c23977dccc80783a0c675061fc15ac (patch)
treed479dd64a542e986ae03b461423c4e5cf02fff8e /graphics/gmt
parent4f2e0702929967bd2c104682f8628a6c2f993183 (diff)
downloadports-ef3d3a0ba4c23977dccc80783a0c675061fc15ac.tar.gz
ports-ef3d3a0ba4c23977dccc80783a0c675061fc15ac.zip
graphics/gmt: Update to 6.1.0
- Update graphics/gmt to 6.1.0 - Remove graphics/gmt6 please use graphics/gmt instead - Rename graphics/gmt5-dcw to graphics/gmt-dcw and graphics/gmt5-gshhg to graphics/gmt-gshhg
Notes
Notes: svn path=/head/; revision=546919
Diffstat (limited to 'graphics/gmt')
-rw-r--r--graphics/gmt/Makefile132
-rw-r--r--graphics/gmt/distinfo8
-rw-r--r--graphics/gmt/files/patch-configure.ac42
-rw-r--r--graphics/gmt/files/patch-src-gmt_io.c14
-rw-r--r--graphics/gmt/files/patch-src-gmtmath.c14
-rw-r--r--graphics/gmt/files/patch-src-grdmath.c14
-rw-r--r--graphics/gmt/files/patch-src-misc-gmtdigitize.c14
-rw-r--r--graphics/gmt/files/patch-src_CMakeLists.txt50
-rw-r--r--graphics/gmt/pkg-plist648
9 files changed, 289 insertions, 647 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile
index 5d906a45800b..b4bb8f51ef07 100644
--- a/graphics/gmt/Makefile
+++ b/graphics/gmt/Makefile
@@ -1,110 +1,46 @@
-# Created by: sec@42.org
# $FreeBSD$
PORTNAME= gmt
-DISTVERSION= 4.5.18
-DISTVERSIONSUFFIX= -src
-PORTREVISION= 2
+DISTVERSION= 6.1.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
- ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
- ftp://ftp.iag.usp.br/%SUBDIR%/ \
- ftp://ftp.scc.u-tokai.ac.jp/pub/%SUBDIR%/ \
- http://gd.tuwien.ac.at/graphics/visual/%SUBDIR%/ \
- http://gmt.mirror.ac.za/%SUBDIR%/ \
- ftp://ftp.soest.hawaii.edu/gshhg/:gshhg \
- ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/:gshhg
-MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/legacy
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${GSHHG_DISTNAME}.tar.gz:gshhg
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Generic Mapping Tools - data processing and display software package
-LICENSE= GPLv2 LGPL3
+LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
-LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX}
-LICENSE_DISTFILES_LGPL3= ${GSHHG_DISTNAME}${EXTRACT_SUFX}
-LIB_DEPENDS= libnetcdf.so:science/netcdf
-RUN_DEPENDS= bash:shells/bash
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= autoreconf:build gmake pkgconfig shebangfix tar:bzip2
-SHEBANG_FILES= gmtswitch doc/examples/*/*.sh src/GMT.in \
- src/gmt_shell_functions.sh.in src/gmtget.in \
- src/gmtlogo.in src/isogmt.in
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${DATADIR} \
- --with-gshhg-dir=${DATADIR}/coast
-INSTALL_TARGET= install-gmt install-data install-man install-doc
-MAKE_JOBS_UNSAFE= yes
-
-PORTDOCS= *
-
-PORTSCOUT= limitw:0,even
-
-OPTIONS_DEFINE= DEBUG DOCS EPS GDAL IMPERIAL OCTAVE SHARED X11
-OPTIONS_DEFAULT= GDAL SHARED X11
-OPTIONS_SUB= yes
-
-DEBUG_CONFIGURE_ON= --enable-debug --enable-devdebug
-EPS_DESC= Set .eps as default output format, otherwise .ps
-EPS_CONFIGURE_ON= --enable-eps
-GDAL_DESC= Compile in experimental GDAL support
-GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal
-GDAL_CONFIGURE_ON= --enable-gdal
-IMPERIAL_DESC= Choose Imperial (inch) units over metric (cm)
-IMPERIAL_CONFIGURE_ON= --enable-US
-OCTAVE_DESC= Build GMT-octave interface
-OCTAVE_RUN_DEPENDS= octave:math/octave
-OCTAVE_CONFIGURE_ON= --enable-octave --enable-mex
-OCTAVE_CONFIGURE_OFF= --disable-mex
-SHARED_DESC= Build shared (dynamic) libraries
-SHARED_CONFIGURE_ON= --enable-shared
-SHARED_USE= LDCONFIG=yes
-X11_USES= xorg
-X11_USE= XORG=x11,xaw,xmu,xt
-X11_CONFIGURE_OFF= --disable-xgrid
-
-STRIP_BINS= blockmean blockmedian blockmode filter1d fitcircle \
- gmt2rgb gmtconvert gmtdefaults gmtmath gmtselect \
- gmtset grd2cpt grd2xyz grdblend grdclip \
- grdcontour grdcut grdedit grdfft grdfilter \
- grdgradient grdhisteq grdimage grdinfo grdlandmask \
- grdmask grdmath grdpaste grdproject grdreformat \
- grdsample grdtrack grdtrend grdvector grdview \
- grdvolume greenspline makecpt mapproject minmax \
- nearneighbor project ps2raster psbasemap psclip \
- pscoast pscontour pshistogram psimage pslegend \
- psmask psrose psscale pstext pswiggle \
- psxy psxyz sample1d spectrum1d splitxyz \
- surface trend1d trend2d triangulate xyz2grd
-STRIP_LIBS= libgmt.so.4 libgmtps.so.4 libpsl.so.4
-
-# http://www.soest.hawaii.edu/pwessel/gshhg/
-GSHHG_DISTNAME= gshhg-gmt-2.3.7
-
-pre-configure:
- @cd ${CONFIGURE_WRKSRC} && ${SETENV} AUTOHEADER="${TRUE}" \
- ${AUTORECONF} -f -i
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/coast
- cd ${WRKDIR}/${GSHHG_DISTNAME} && ${INSTALL_DATA} README.TXT *.nc \
- ${STAGEDIR}${DATADIR}/coast
-.for i in ${STRIP_BINS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
-.endfor
-
-post-install-X11-on:
- cd ${WRKSRC}/src/xgrid && ${INSTALL_PROGRAM} xgridedit \
- ${STAGEDIR}${PREFIX}/bin
-
-post-install-SHARED-on:
-.for i in ${STRIP_LIBS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i}
-.endfor
+LIB_DEPENDS= libnetcdf.so:science/netcdf \
+ libcurl.so:ftp/curl \
+ libpcre.so:devel/pcre \
+ libfftw3f_threads.so:math/fftw3-float \
+ libgdal.so:graphics/gdal \
+ libgeos.so:graphics/geos
+RUN_DEPENDS= bash:shells/bash \
+ GraphicsMagick>0:graphics/GraphicsMagick \
+ ffmpeg>0:multimedia/ffmpeg \
+ xdg-open:devel/xdg-utils \
+
+BUILD_DEPENDS= ${LOCALBASE}/share/dcw-gmt/dcw-gmt.nc:graphics/gmt-dcw \
+ ${LOCALBASE}/share/gshhg-gmt/binned_GSHHS_c.nc:graphics/gmt-gshhg
+
+USES= blaslapack cmake ghostscript:run shebangfix
+USE_GITHUB= yes
+USE_LDCONFIG= yes
+
+GH_ACCOUNT= GenericMappingTools
+
+#SHEBANG_GLOB= *.sh *.in
+#SHEBANG_FILES= share/tools/ncdeflate src/img/img2google src/gmtswitch
+
+CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_INSTALL_PREFIX=${PREFIX} \
+ -DDCW_ROOT=${LOCALBASE}/share/dcw-gmt \
+ -DCOPY_DCW=off \
+ -DGSHHG_ROOT=${LOCALBASE}/share/gshhg-gmt \
+ -DCOPY_GSHHG=off \
+ -DGMT_DATADIR=share/${PORTNAME} \
+ -DGMT_DOCDIR=share/doc/${PORTNAME} \
+ -DGMT_MANDIR=share/doc/${PORTNAME}/man
.include <bsd.port.mk>
diff --git a/graphics/gmt/distinfo b/graphics/gmt/distinfo
index a305dec102a9..55082fbf9753 100644
--- a/graphics/gmt/distinfo
+++ b/graphics/gmt/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1534918489
-SHA256 (gmt-4.5.18-src.tar.bz2) = 27c30b516c317fed8e44efa84a0262f866521d80cfe76a61bf12952efb522b63
-SIZE (gmt-4.5.18-src.tar.bz2) = 39791396
-SHA256 (gshhg-gmt-2.3.7.tar.gz) = 9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f
-SIZE (gshhg-gmt-2.3.7.tar.gz) = 57052180
+TIMESTAMP = 1598698714
+SHA256 (GenericMappingTools-gmt-6.1.0_GH0.tar.gz) = f76ad7f444d407dfd7e5762644eec3a719c6aeb06d877bf746fe51abd79b1a9e
+SIZE (GenericMappingTools-gmt-6.1.0_GH0.tar.gz) = 82793190
diff --git a/graphics/gmt/files/patch-configure.ac b/graphics/gmt/files/patch-configure.ac
deleted file mode 100644
index f07c06aa7028..000000000000
--- a/graphics/gmt/files/patch-configure.ac
+++ /dev/null
@@ -1,42 +0,0 @@
---- configure.ac.orig 2013-11-05 19:44:32 UTC
-+++ configure.ac
-@@ -640,10 +640,10 @@ else
- if test "$os" = "Darwin" ; then
- LDFLAGS="$LDFLAGS -Wl,-x"
- else
-- LDFLAGS="$LDFLAGS -s"
-+ LDFLAGS="$LDFLAGS"
- fi
- if test "$GCC" = "yes" || test "$os" = "Linux" || test "$os" = "AIX"; then
-- CFLAGS="$CFLAGS -O2"
-+ CFLAGS="$CFLAGS"
- elif test "$chip" = "alpha" || test "$os" = "AUX" || test "$os" = "HP-UX"; then
- CFLAGS="$CFLAGS"
- else
-@@ -756,11 +756,15 @@ if test "X$enable_shared" = "Xyes" ; the
- else # Solaris
- LD_OPT="-G"
- fi
-- elif test "$os" = "Linux" || test "$os" = "GNU/kFreeBSD" ; then # Need optimization when doing shared
-+ elif test "$os" = "DragonFly" ; then
- LD='$(CC)'
- SL_VERSION=$SL.$LIB_MAJOR_VERSION
- LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
-- elif test "$os" = "FreeBSD" || test "$os" = "NetBSD" ; then
-+ elif test "$os" = "Linux" || test "$os" = "FreeBSD" || test "$os" = "GNU/kFreeBSD" ; then # Need optimization when doing shared
-+ LD='$(CC)'
-+ SL_VERSION=$SL.$LIB_MAJOR_VERSION
-+ LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
-+ elif test "$os" = "NetBSD" ; then
- SL_VERSION=$SL.$LIB_MAJOR_VERSION
- LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
- elif test "$os" = "OSF1" ; then
-@@ -809,6 +813,8 @@ elif test "$os" = "SunOS" ; then
- else
- flag="-R,"
- fi
-+elif test "$os" = "DragonFly" ; then
-+ flag="-rpath,"
- elif test "$os" = "Linux" || test "$os" = "FreeBSD" || test "$os" = "NetBSD" || test "$os" = "OSF1" || test "$os" = "IRIX64" ; then
- flag="-rpath,"
- elif test "$os" = "HP-UX" ; then
diff --git a/graphics/gmt/files/patch-src-gmt_io.c b/graphics/gmt/files/patch-src-gmt_io.c
deleted file mode 100644
index f048f589ab83..000000000000
--- a/graphics/gmt/files/patch-src-gmt_io.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/gmt_io.c.orig 2016-03-07 01:35:42 UTC
-+++ src/gmt_io.c
-@@ -80,11 +80,7 @@
- */
-
- /* Circumvent Solaris problem. See bug #817 */
--#ifdef __FreeBSD__
--#define _XOPEN_SOURCE
--#else
- #define _XOPEN_SOURCE 600
--#endif
-
- #define GMT_WITH_NO_PS
- #include "gmt.h"
diff --git a/graphics/gmt/files/patch-src-gmtmath.c b/graphics/gmt/files/patch-src-gmtmath.c
deleted file mode 100644
index fef1c4cae882..000000000000
--- a/graphics/gmt/files/patch-src-gmtmath.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/gmtmath.c.orig 2016-03-07 01:35:42 UTC
-+++ src/gmtmath.c
-@@ -61,11 +61,7 @@
- */
-
- /* Circumvent Solaris problem. See bug #817 */
--#ifdef __FreeBSD__
--#define _XOPEN_SOURCE
--#else
- #define _XOPEN_SOURCE 600
--#endif
-
- #include "gmt.h"
-
diff --git a/graphics/gmt/files/patch-src-grdmath.c b/graphics/gmt/files/patch-src-grdmath.c
deleted file mode 100644
index 51d98b61e482..000000000000
--- a/graphics/gmt/files/patch-src-grdmath.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/grdmath.c.orig 2016-03-07 01:35:42 UTC
-+++ src/grdmath.c
-@@ -51,11 +51,7 @@
- */
-
- /* Circumvent Solaris problem. See bug #817 */
--#ifdef __FreeBSD__
--#define _XOPEN_SOURCE
--#else
- #define _XOPEN_SOURCE 600
--#endif
-
- #include "gmt.h"
-
diff --git a/graphics/gmt/files/patch-src-misc-gmtdigitize.c b/graphics/gmt/files/patch-src-misc-gmtdigitize.c
deleted file mode 100644
index 78d57d8f0661..000000000000
--- a/graphics/gmt/files/patch-src-misc-gmtdigitize.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/misc/gmtdigitize.c.orig 2016-03-07 01:35:42 UTC
-+++ src/misc/gmtdigitize.c
-@@ -38,11 +38,7 @@
- */
-
- /* Circumvent Solaris problem. See bug #817 */
--#ifdef __FreeBSD__
--#define _XOPEN_SOURCE
--#else
- #define _XOPEN_SOURCE 600
--#endif
-
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
diff --git a/graphics/gmt/files/patch-src_CMakeLists.txt b/graphics/gmt/files/patch-src_CMakeLists.txt
new file mode 100644
index 000000000000..a7e7855bb34a
--- /dev/null
+++ b/graphics/gmt/files/patch-src_CMakeLists.txt
@@ -0,0 +1,50 @@
+--- src/CMakeLists.txt.orig 2020-08-29 13:06:57 UTC
++++ src/CMakeLists.txt
+@@ -79,7 +79,7 @@ else (GDAL_TRANSLATE)
+ endif (GDAL_TRANSLATE)
+
+ # Find executables needed by movie
+-find_program (GM gm)
++find_program (GM gm PATHS ${CMAKE_INSTALL_PREFIX}/bin)
+ if (GM)
+ execute_process(COMMAND gm help OUTPUT_VARIABLE answer OUTPUT_STRIP_TRAILING_WHITESPACE)
+ string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" answer "${answer}")
+@@ -91,7 +91,7 @@ else (GM)
+ set (GMT_CONFIG_GM_MESSAGE "no" CACHE INTERNAL "GM config message")
+ endif (GM)
+
+-find_program (FFMPEG ffmpeg)
++find_program (FFMPEG ffmpeg PATHS ${CMAKE_INSTALL_PREFIX}/bin)
+ if (FFMPEG)
+ execute_process(COMMAND ffmpeg -version OUTPUT_VARIABLE answer OUTPUT_STRIP_TRAILING_WHITESPACE)
+ string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" answer "${answer}")
+@@ -103,7 +103,7 @@ endif (FFMPEG)
+
+ # Find executable needed by docs
+ if (LINUX)
+- find_program (XDGOPEN xdg-open)
++ find_program (XDGOPEN xdg-open PATHS ${CMAKE_INSTALL_PREFIX}/bin)
+ if (XDGOPEN)
+ set (GMT_CONFIG_OPEN_MESSAGE "yes" CACHE INTERNAL "OPEN config message")
+ else (XDGOPEN)
+@@ -118,7 +118,7 @@ endif (LINUX)
+ if (WIN32)
+ set (GMT_CONFIG_GS_MESSAGE "yes" CACHE INTERNAL "GS config message")
+ else (WIN32)
+- find_program (GS gs)
++ find_program (GS gs PATHS ${CMAKE_INSTALL_PREFIX}/bin)
+ if (GS)
+ execute_process(COMMAND gs --version OUTPUT_VARIABLE answer OUTPUT_STRIP_TRAILING_WHITESPACE)
+ set (GMT_CONFIG_GS_MESSAGE "yes (${answer})" CACHE INTERNAL "GS config message")
+@@ -526,6 +526,11 @@ target_link_libraries (gmtlib
+ ${NETCDF_LIBRARIES}
+ ${GMT_OPTIONAL_LIBRARIES}
+ pslib)
++
++IF (UNIX)
++ find_library (EXECINFO_LIBRARY NAMES execinfo)
++ TARGET_LINK_LIBRARIES(gmtlib ${EXECINFO_LIBRARY})
++ENDIF (UNIX)
+
+ if (HAVE_M_LIBRARY)
+ # link the math library
diff --git a/graphics/gmt/pkg-plist b/graphics/gmt/pkg-plist
index d3a908e62ad6..465bbac18e93 100644
--- a/graphics/gmt/pkg-plist
+++ b/graphics/gmt/pkg-plist
@@ -1,306 +1,160 @@
-bin/GMT
-bin/blockmean
-bin/blockmedian
-bin/blockmode
-bin/filter1d
-bin/fitcircle
-bin/gmt2rgb
+bin/gmt
+bin/gmt-config
bin/gmt_shell_functions.sh
-bin/gmtconvert
-bin/gmtdefaults
-bin/gmtget
-bin/gmtlogo
-bin/gmtmath
-bin/gmtselect
-bin/gmtset
bin/gmtswitch
-bin/grd2cpt
-bin/grd2xyz
-bin/grdblend
-bin/grdclip
-bin/grdcontour
-bin/grdcut
-bin/grdedit
-bin/grdfft
-bin/grdfilter
-bin/grdgradient
-bin/grdhisteq
-bin/grdimage
-bin/grdinfo
-bin/grdlandmask
-bin/grdmask
-bin/grdmath
-bin/grdpaste
-bin/grdproject
-bin/grdreformat
-bin/grdsample
-bin/grdtrack
-bin/grdtrend
-bin/grdvector
-bin/grdview
-bin/grdvolume
-bin/greenspline
bin/isogmt
-bin/makecpt
-bin/mapproject
-bin/minmax
-bin/nearneighbor
-bin/project
-bin/ps2raster
-bin/psbasemap
-bin/psbbox.sh
-bin/psclip
-bin/pscoast
-bin/pscontour
-bin/pshistogram
-bin/psimage
-bin/pslegend
-bin/psmask
-bin/psrose
-bin/psscale
-bin/pstext
-bin/pswiggle
-bin/psxy
-bin/psxyz
-bin/sample1d
-bin/spectrum1d
-bin/splitxyz
-bin/surface
-bin/trend1d
-bin/trend2d
-bin/triangulate
-%%X11%%bin/xgridedit
-bin/xyz2grd
-include/gmt.h
-include/gmt_bcr.h
-include/gmt_boundcond.h
-include/gmt_calclock.h
-include/gmt_colors.h
-include/gmt_common.h
-include/gmt_contour.h
-include/gmt_customio.h
-include/gmt_dimensions.h
-include/gmt_error.h
-include/gmt_grd.h
-include/gmt_grdio.h
-include/gmt_init.h
-include/gmt_io.h
-include/gmt_map.h
-include/gmt_math.h
-include/gmt_mgg_header2.h
-include/gmt_nan.h
-include/gmt_notposix.h
-include/gmt_notunix.h
-include/gmt_plot.h
-include/gmt_project.h
-include/gmt_shore.h
-include/gmt_stat.h
-include/gmt_support.h
-include/gmt_symbol.h
-include/gmt_synopsis.h
-include/gmt_vector.h
-include/gmt_version.h
-include/pslib.h
-lib/libgmt.a
-%%SHARED%%lib/libgmt.so
-%%SHARED%%lib/libgmt.so.4
-lib/libgmtps.a
-%%SHARED%%lib/libgmtps.so
-%%SHARED%%lib/libgmtps.so.4
-lib/libpsl.a
-%%SHARED%%lib/libpsl.so
-%%SHARED%%lib/libpsl.so.4
-man/man1/GMT.1.gz
-man/man1/backtracker.1.gz
-man/man1/binlegs.1.gz
-man/man1/blockmean.1.gz
-man/man1/blockmedian.1.gz
-man/man1/blockmode.1.gz
-man/man1/dat2gmt.1.gz
-man/man1/dimfilter.1.gz
-man/man1/filter1d.1.gz
-man/man1/fitcircle.1.gz
-man/man1/gmt2bin.1.gz
-man/man1/gmt2dat.1.gz
-man/man1/gmt2kml.1.gz
-man/man1/gmt2rgb.1.gz
-man/man1/gmt_shell_functions.1.gz
-man/man1/gmtconvert.1.gz
-man/man1/gmtdefaults.1.gz
-man/man1/gmtdigitize.1.gz
-man/man1/gmtdp.1.gz
-man/man1/gmtget.1.gz
-man/man1/gmtinfo.1.gz
-man/man1/gmtlegs.1.gz
-man/man1/gmtlist.1.gz
-man/man1/gmtlogo.1.gz
-man/man1/gmtmath.1.gz
-man/man1/gmtpath.1.gz
-man/man1/gmtselect.1.gz
-man/man1/gmtset.1.gz
-man/man1/gmtstitch.1.gz
-man/man1/gmttrack.1.gz
-man/man1/grd2cpt.1.gz
-man/man1/grd2xyz.1.gz
-man/man1/grdblend.1.gz
-man/man1/grdclip.1.gz
-man/man1/grdcontour.1.gz
-man/man1/grdcut.1.gz
-man/man1/grdedit.1.gz
-man/man1/grdfft.1.gz
-man/man1/grdfilter.1.gz
-man/man1/grdgradient.1.gz
-man/man1/grdhisteq.1.gz
-man/man1/grdimage.1.gz
-man/man1/grdinfo.1.gz
-man/man1/grdlandmask.1.gz
-man/man1/grdmask.1.gz
-man/man1/grdmath.1.gz
-man/man1/grdpaste.1.gz
-man/man1/grdproject.1.gz
-man/man1/grdraster.1.gz
-man/man1/grdreformat.1.gz
-man/man1/grdrotater.1.gz
-man/man1/grdsample.1.gz
-man/man1/grdspotter.1.gz
-man/man1/grdtrack.1.gz
-man/man1/grdtrend.1.gz
-man/man1/grdvector.1.gz
-man/man1/grdview.1.gz
-man/man1/grdvolume.1.gz
-man/man1/greenspline.1.gz
-man/man1/gshhg.1.gz
-man/man1/gshhg_dp.1.gz
-man/man1/gshhgtograss.1.gz
-man/man1/hotspotter.1.gz
-man/man1/img2google.1.gz
-man/man1/img2grd.1.gz
-man/man1/img2mercgrd.1.gz
-man/man1/isogmt.1.gz
-man/man1/kml2gmt.1.gz
-man/man1/makecpt.1.gz
-man/man1/makepattern.1.gz
-man/man1/mapproject.1.gz
-man/man1/mgd77convert.1.gz
-man/man1/mgd77header.1.gz
-man/man1/mgd77info.1.gz
-man/man1/mgd77list.1.gz
-man/man1/mgd77magref.1.gz
-man/man1/mgd77manage.1.gz
-man/man1/mgd77path.1.gz
-man/man1/mgd77sniffer.1.gz
-man/man1/mgd77togmt.1.gz
-man/man1/mgd77track.1.gz
-man/man1/minmax.1.gz
-man/man1/nc2xy.1.gz
-man/man1/nearneighbor.1.gz
-man/man1/originator.1.gz
-man/man1/project.1.gz
-man/man1/ps2raster.1.gz
-man/man1/psbasemap.1.gz
-man/man1/psbbox.1.gz
-man/man1/psclip.1.gz
-man/man1/pscoast.1.gz
-man/man1/pscontour.1.gz
-man/man1/pscoupe.1.gz
-man/man1/pshistogram.1.gz
-man/man1/psimage.1.gz
-man/man1/pslegend.1.gz
-man/man1/psmask.1.gz
-man/man1/psmeca.1.gz
-man/man1/psmegaplot.1.gz
-man/man1/pspolar.1.gz
-man/man1/psrose.1.gz
-man/man1/psscale.1.gz
-man/man1/pssegy.1.gz
-man/man1/pssegyz.1.gz
-man/man1/pstext.1.gz
-man/man1/psvelo.1.gz
-man/man1/pswiggle.1.gz
-man/man1/psxy.1.gz
-man/man1/psxyz.1.gz
-man/man1/rotconverter.1.gz
-man/man1/sample1d.1.gz
-man/man1/segy2grd.1.gz
-man/man1/spectrum1d.1.gz
-man/man1/sphdistance.1.gz
-man/man1/sphinterpolate.1.gz
-man/man1/sphtriangulate.1.gz
-man/man1/splitxyz.1.gz
-man/man1/surface.1.gz
-man/man1/trend1d.1.gz
-man/man1/trend2d.1.gz
-man/man1/triangulate.1.gz
-man/man1/x2sys_binlist.1.gz
-man/man1/x2sys_cross.1.gz
-man/man1/x2sys_datalist.1.gz
-man/man1/x2sys_get.1.gz
-man/man1/x2sys_init.1.gz
-man/man1/x2sys_list.1.gz
-man/man1/x2sys_merge.1.gz
-man/man1/x2sys_put.1.gz
-man/man1/x2sys_report.1.gz
-man/man1/x2sys_solve.1.gz
-man/man1/x_edit.1.gz
-man/man1/x_init.1.gz
-man/man1/x_list.1.gz
-man/man1/x_over.1.gz
-man/man1/x_remove.1.gz
-man/man1/x_report.1.gz
-man/man1/x_setup.1.gz
-man/man1/x_solve_dc_drift.1.gz
-man/man1/x_system.1.gz
-man/man1/x_update.1.gz
-man/man1/xyz2grd.1.gz
-man/man3/pslib.3.gz
-man/man5/gmtcolors.5.gz
-%%DATADIR%%/coast/README.TXT
-%%DATADIR%%/coast/binned_GSHHS_c.nc
-%%DATADIR%%/coast/binned_GSHHS_f.nc
-%%DATADIR%%/coast/binned_GSHHS_h.nc
-%%DATADIR%%/coast/binned_GSHHS_i.nc
-%%DATADIR%%/coast/binned_GSHHS_l.nc
-%%DATADIR%%/coast/binned_border_c.nc
-%%DATADIR%%/coast/binned_border_f.nc
-%%DATADIR%%/coast/binned_border_h.nc
-%%DATADIR%%/coast/binned_border_i.nc
-%%DATADIR%%/coast/binned_border_l.nc
-%%DATADIR%%/coast/binned_river_c.nc
-%%DATADIR%%/coast/binned_river_f.nc
-%%DATADIR%%/coast/binned_river_h.nc
-%%DATADIR%%/coast/binned_river_i.nc
-%%DATADIR%%/coast/binned_river_l.nc
-%%DATADIR%%/conf/gmt_cpt.conf
-%%DATADIR%%/conf/gmt_custom_media.conf
-%%DATADIR%%/conf/gmt_custom_symbols.conf
-%%DATADIR%%/conf/gmt_setup.conf
-%%DATADIR%%/conf/gmt_setup.conf.win
-%%DATADIR%%/conf/gmtdefaults_SI
-%%DATADIR%%/conf/gmtdefaults_US
-%%DATADIR%%/cpt/GMT_cool.cpt
-%%DATADIR%%/cpt/GMT_copper.cpt
-%%DATADIR%%/cpt/GMT_cyclic.cpt
-%%DATADIR%%/cpt/GMT_drywet.cpt
-%%DATADIR%%/cpt/GMT_gebco.cpt
-%%DATADIR%%/cpt/GMT_globe.cpt
-%%DATADIR%%/cpt/GMT_gray.cpt
-%%DATADIR%%/cpt/GMT_haxby.cpt
-%%DATADIR%%/cpt/GMT_hot.cpt
-%%DATADIR%%/cpt/GMT_jet.cpt
-%%DATADIR%%/cpt/GMT_nighttime.cpt
-%%DATADIR%%/cpt/GMT_no_green.cpt
-%%DATADIR%%/cpt/GMT_ocean.cpt
-%%DATADIR%%/cpt/GMT_paired.cpt
-%%DATADIR%%/cpt/GMT_panoply.cpt
-%%DATADIR%%/cpt/GMT_polar.cpt
-%%DATADIR%%/cpt/GMT_rainbow.cpt
-%%DATADIR%%/cpt/GMT_red2green.cpt
-%%DATADIR%%/cpt/GMT_relief.cpt
-%%DATADIR%%/cpt/GMT_sealand.cpt
-%%DATADIR%%/cpt/GMT_seis.cpt
-%%DATADIR%%/cpt/GMT_split.cpt
-%%DATADIR%%/cpt/GMT_topo.cpt
-%%DATADIR%%/cpt/GMT_wysiwyg.cpt
+include/gmt/compat/qsort.h
+include/gmt/config.h
+include/gmt/declspec.h
+include/gmt/gmt.h
+include/gmt/gmt_common.h
+include/gmt/gmt_common_math.h
+include/gmt/gmt_common_string.h
+include/gmt/gmt_config.h
+include/gmt/gmt_constants.h
+include/gmt/gmt_contour.h
+include/gmt/gmt_customio.h
+include/gmt/gmt_dcw.h
+include/gmt/gmt_decorate.h
+include/gmt/gmt_defaults.h
+include/gmt/gmt_dev.h
+include/gmt/gmt_dimensions.h
+include/gmt/gmt_error.h
+include/gmt/gmt_error_codes.h
+include/gmt/gmt_fft.h
+include/gmt/gmt_gdalread.h
+include/gmt/gmt_grd.h
+include/gmt/gmt_grdio.h
+include/gmt/gmt_hash.h
+include/gmt/gmt_hidden.h
+include/gmt/gmt_io.h
+include/gmt/gmt_macros.h
+include/gmt/gmt_mb.h
+include/gmt/gmt_memory.h
+include/gmt/gmt_modern.h
+include/gmt/gmt_nan.h
+include/gmt/gmt_notposix.h
+include/gmt/gmt_plot.h
+include/gmt/gmt_private.h
+include/gmt/gmt_project.h
+include/gmt/gmt_prototypes.h
+include/gmt/gmt_psl.h
+include/gmt/gmt_remote.h
+include/gmt/gmt_resources.h
+include/gmt/gmt_shore.h
+include/gmt/gmt_symbol.h
+include/gmt/gmt_synopsis.h
+include/gmt/gmt_texture.h
+include/gmt/gmt_time.h
+include/gmt/gmt_types.h
+include/gmt/gmt_version.h
+include/gmt/gshhg/gmt_gshhg.h
+include/gmt/gshhg/gshhg.h
+include/gmt/mgd77/cm4_functions.h
+include/gmt/mgd77/mgd77.h
+include/gmt/mgd77/mgd77_IGF_coeffs.h
+include/gmt/mgd77/mgd77_codes.h
+include/gmt/mgd77/mgd77_e77.h
+include/gmt/mgd77/mgd77_functions.h
+include/gmt/mgd77/mgd77_init.h
+include/gmt/mgd77/mgd77_recalc.h
+include/gmt/mgd77/mgd77_rls_coeffs.h
+include/gmt/mgd77/mgd77defaults.h
+include/gmt/mgd77/mgd77magref.h
+include/gmt/mgd77/mgd77sniffer.h
+include/gmt/mgd77/mgd77snifferdefaults.h
+include/gmt/postscriptlight.h
+include/gmt/potential/okbfuns.h
+include/gmt/potential/talwani.h
+include/gmt/psl_config.h
+include/gmt/segy/segy.h
+include/gmt/segy/segy_io.h
+include/gmt/segy/segyreel.h
+include/gmt/seis/meca.h
+include/gmt/seis/sacio.h
+include/gmt/seis/utilmeca.h
+include/gmt/spotter/spotter.h
+include/gmt/x2sys/x2sys.h
+lib/gmt/plugins/supplements.so
+lib/libgmt.so
+lib/libgmt.so.6
+lib/libgmt.so.6.1.0
+lib/libpostscriptlight.so
+lib/libpostscriptlight.so.6
+lib/libpostscriptlight.so.6.1.0
+%%DATADIR%%/cpt/abyss.cpt
+%%DATADIR%%/cpt/acton.cpt
+%%DATADIR%%/cpt/bamako.cpt
+%%DATADIR%%/cpt/bathy.cpt
+%%DATADIR%%/cpt/batlow.cpt
+%%DATADIR%%/cpt/berlin.cpt
+%%DATADIR%%/cpt/bilbao.cpt
+%%DATADIR%%/cpt/broc.cpt
+%%DATADIR%%/cpt/buda.cpt
+%%DATADIR%%/cpt/categorical.cpt
+%%DATADIR%%/cpt/cool.cpt
+%%DATADIR%%/cpt/copper.cpt
+%%DATADIR%%/cpt/cork.cpt
+%%DATADIR%%/cpt/cubhelix.cpt
+%%DATADIR%%/cpt/cyclic.cpt
+%%DATADIR%%/cpt/davos.cpt
+%%DATADIR%%/cpt/dem1.cpt
+%%DATADIR%%/cpt/dem2.cpt
+%%DATADIR%%/cpt/dem3.cpt
+%%DATADIR%%/cpt/dem4.cpt
+%%DATADIR%%/cpt/devon.cpt
+%%DATADIR%%/cpt/drywet.cpt
+%%DATADIR%%/cpt/earth.cpt
+%%DATADIR%%/cpt/elevation.cpt
+%%DATADIR%%/cpt/etopo1.cpt
+%%DATADIR%%/cpt/gebco.cpt
+%%DATADIR%%/cpt/geo.cpt
+%%DATADIR%%/cpt/globe.cpt
+%%DATADIR%%/cpt/gray.cpt
+%%DATADIR%%/cpt/grayC.cpt
+%%DATADIR%%/cpt/hawaii.cpt
+%%DATADIR%%/cpt/haxby.cpt
+%%DATADIR%%/cpt/hot.cpt
+%%DATADIR%%/cpt/ibcso.cpt
+%%DATADIR%%/cpt/imola.cpt
+%%DATADIR%%/cpt/inferno.cpt
+%%DATADIR%%/cpt/jet.cpt
+%%DATADIR%%/cpt/lajolla.cpt
+%%DATADIR%%/cpt/lapaz.cpt
+%%DATADIR%%/cpt/lisbon.cpt
+%%DATADIR%%/cpt/mag.cpt
+%%DATADIR%%/cpt/magma.cpt
+%%DATADIR%%/cpt/nighttime.cpt
+%%DATADIR%%/cpt/no_green.cpt
+%%DATADIR%%/cpt/nuuk.cpt
+%%DATADIR%%/cpt/ocean.cpt
+%%DATADIR%%/cpt/oleron.cpt
+%%DATADIR%%/cpt/oslo.cpt
+%%DATADIR%%/cpt/paired.cpt
+%%DATADIR%%/cpt/panoply.cpt
+%%DATADIR%%/cpt/plasma.cpt
+%%DATADIR%%/cpt/polar.cpt
+%%DATADIR%%/cpt/rainbow.cpt
+%%DATADIR%%/cpt/red2green.cpt
+%%DATADIR%%/cpt/relief.cpt
+%%DATADIR%%/cpt/roma.cpt
+%%DATADIR%%/cpt/seafloor.cpt
+%%DATADIR%%/cpt/sealand.cpt
+%%DATADIR%%/cpt/seis.cpt
+%%DATADIR%%/cpt/split.cpt
+%%DATADIR%%/cpt/srtm.cpt
+%%DATADIR%%/cpt/terra.cpt
+%%DATADIR%%/cpt/tofino.cpt
+%%DATADIR%%/cpt/tokyo.cpt
+%%DATADIR%%/cpt/topo.cpt
+%%DATADIR%%/cpt/turbo.cpt
+%%DATADIR%%/cpt/turku.cpt
+%%DATADIR%%/cpt/vik.cpt
+%%DATADIR%%/cpt/viridis.cpt
+%%DATADIR%%/cpt/world.cpt
+%%DATADIR%%/cpt/wysiwyg.cpt
+%%DATADIR%%/custom/QR.eps
+%%DATADIR%%/custom/QR_transparent.eps
%%DATADIR%%/custom/astroid.def
%%DATADIR%%/custom/circle.def
%%DATADIR%%/custom/cross.def
@@ -308,6 +162,7 @@ man/man5/gmtcolors.5.gz
%%DATADIR%%/custom/deltoid.def
%%DATADIR%%/custom/diamond.def
%%DATADIR%%/custom/flash.def
+%%DATADIR%%/custom/gmt_custom_symbols.conf
%%DATADIR%%/custom/hexagon.def
%%DATADIR%%/custom/hlens.def
%%DATADIR%%/custom/hlozenge.def
@@ -341,155 +196,56 @@ man/man5/gmtcolors.5.gz
%%DATADIR%%/custom/vlozenge.def
%%DATADIR%%/custom/vneedle.def
%%DATADIR%%/custom/volcano.def
-%%DATADIR%%/dbase/grdraster.info
+%%DATADIR%%/localization/gmt_cn1.locale
+%%DATADIR%%/localization/gmt_cn2.locale
+%%DATADIR%%/localization/gmt_de.locale
+%%DATADIR%%/localization/gmt_dk.locale
+%%DATADIR%%/localization/gmt_eh.locale
+%%DATADIR%%/localization/gmt_es.locale
+%%DATADIR%%/localization/gmt_fi.locale
+%%DATADIR%%/localization/gmt_fr.locale
+%%DATADIR%%/localization/gmt_gr.locale
+%%DATADIR%%/localization/gmt_hi.locale
+%%DATADIR%%/localization/gmt_hu.locale
+%%DATADIR%%/localization/gmt_ie.locale
+%%DATADIR%%/localization/gmt_il.locale
+%%DATADIR%%/localization/gmt_is.locale
+%%DATADIR%%/localization/gmt_it.locale
+%%DATADIR%%/localization/gmt_jp.locale
+%%DATADIR%%/localization/gmt_kr.locale
+%%DATADIR%%/localization/gmt_nl.locale
+%%DATADIR%%/localization/gmt_no.locale
+%%DATADIR%%/localization/gmt_pl.locale
+%%DATADIR%%/localization/gmt_pt.locale
+%%DATADIR%%/localization/gmt_ru.locale
+%%DATADIR%%/localization/gmt_se.locale
+%%DATADIR%%/localization/gmt_sg.locale
+%%DATADIR%%/localization/gmt_to.locale
+%%DATADIR%%/localization/gmt_tr.locale
+%%DATADIR%%/localization/gmt_uk.locale
+%%DATADIR%%/localization/gmt_us.locale
%%DATADIR%%/mgd77/Dst_all.wdc
%%DATADIR%%/mgd77/F107_mon.plt
%%DATADIR%%/mgd77/mgd77_paths.txt
%%DATADIR%%/mgd77/umdl.CM4
%%DATADIR%%/mgg/carter.d
%%DATADIR%%/mgg/gmtfile_paths
-%%DATADIR%%/pattern/ps_pattern_01.ras
-%%DATADIR%%/pattern/ps_pattern_02.ras
-%%DATADIR%%/pattern/ps_pattern_03.ras
-%%DATADIR%%/pattern/ps_pattern_04.ras
-%%DATADIR%%/pattern/ps_pattern_05.ras
-%%DATADIR%%/pattern/ps_pattern_06.ras
-%%DATADIR%%/pattern/ps_pattern_07.ras
-%%DATADIR%%/pattern/ps_pattern_08.ras
-%%DATADIR%%/pattern/ps_pattern_09.ras
-%%DATADIR%%/pattern/ps_pattern_10.ras
-%%DATADIR%%/pattern/ps_pattern_11.ras
-%%DATADIR%%/pattern/ps_pattern_12.ras
-%%DATADIR%%/pattern/ps_pattern_13.ras
-%%DATADIR%%/pattern/ps_pattern_14.ras
-%%DATADIR%%/pattern/ps_pattern_15.ras
-%%DATADIR%%/pattern/ps_pattern_16.ras
-%%DATADIR%%/pattern/ps_pattern_17.ras
-%%DATADIR%%/pattern/ps_pattern_18.ras
-%%DATADIR%%/pattern/ps_pattern_19.ras
-%%DATADIR%%/pattern/ps_pattern_20.ras
-%%DATADIR%%/pattern/ps_pattern_21.ras
-%%DATADIR%%/pattern/ps_pattern_22.ras
-%%DATADIR%%/pattern/ps_pattern_23.ras
-%%DATADIR%%/pattern/ps_pattern_24.ras
-%%DATADIR%%/pattern/ps_pattern_25.ras
-%%DATADIR%%/pattern/ps_pattern_26.ras
-%%DATADIR%%/pattern/ps_pattern_27.ras
-%%DATADIR%%/pattern/ps_pattern_28.ras
-%%DATADIR%%/pattern/ps_pattern_29.ras
-%%DATADIR%%/pattern/ps_pattern_30.ras
-%%DATADIR%%/pattern/ps_pattern_31.ras
-%%DATADIR%%/pattern/ps_pattern_32.ras
-%%DATADIR%%/pattern/ps_pattern_33.ras
-%%DATADIR%%/pattern/ps_pattern_34.ras
-%%DATADIR%%/pattern/ps_pattern_35.ras
-%%DATADIR%%/pattern/ps_pattern_36.ras
-%%DATADIR%%/pattern/ps_pattern_37.ras
-%%DATADIR%%/pattern/ps_pattern_38.ras
-%%DATADIR%%/pattern/ps_pattern_39.ras
-%%DATADIR%%/pattern/ps_pattern_40.ras
-%%DATADIR%%/pattern/ps_pattern_41.ras
-%%DATADIR%%/pattern/ps_pattern_42.ras
-%%DATADIR%%/pattern/ps_pattern_43.ras
-%%DATADIR%%/pattern/ps_pattern_44.ras
-%%DATADIR%%/pattern/ps_pattern_45.ras
-%%DATADIR%%/pattern/ps_pattern_46.ras
-%%DATADIR%%/pattern/ps_pattern_47.ras
-%%DATADIR%%/pattern/ps_pattern_48.ras
-%%DATADIR%%/pattern/ps_pattern_49.ras
-%%DATADIR%%/pattern/ps_pattern_50.ras
-%%DATADIR%%/pattern/ps_pattern_51.ras
-%%DATADIR%%/pattern/ps_pattern_52.ras
-%%DATADIR%%/pattern/ps_pattern_53.ras
-%%DATADIR%%/pattern/ps_pattern_54.ras
-%%DATADIR%%/pattern/ps_pattern_55.ras
-%%DATADIR%%/pattern/ps_pattern_56.ras
-%%DATADIR%%/pattern/ps_pattern_57.ras
-%%DATADIR%%/pattern/ps_pattern_58.ras
-%%DATADIR%%/pattern/ps_pattern_59.ras
-%%DATADIR%%/pattern/ps_pattern_60.ras
-%%DATADIR%%/pattern/ps_pattern_61.ras
-%%DATADIR%%/pattern/ps_pattern_62.ras
-%%DATADIR%%/pattern/ps_pattern_63.ras
-%%DATADIR%%/pattern/ps_pattern_64.ras
-%%DATADIR%%/pattern/ps_pattern_65.ras
-%%DATADIR%%/pattern/ps_pattern_66.ras
-%%DATADIR%%/pattern/ps_pattern_67.ras
-%%DATADIR%%/pattern/ps_pattern_68.ras
-%%DATADIR%%/pattern/ps_pattern_69.ras
-%%DATADIR%%/pattern/ps_pattern_70.ras
-%%DATADIR%%/pattern/ps_pattern_71.ras
-%%DATADIR%%/pattern/ps_pattern_72.ras
-%%DATADIR%%/pattern/ps_pattern_73.ras
-%%DATADIR%%/pattern/ps_pattern_74.ras
-%%DATADIR%%/pattern/ps_pattern_75.ras
-%%DATADIR%%/pattern/ps_pattern_76.ras
-%%DATADIR%%/pattern/ps_pattern_77.ras
-%%DATADIR%%/pattern/ps_pattern_78.ras
-%%DATADIR%%/pattern/ps_pattern_79.ras
-%%DATADIR%%/pattern/ps_pattern_80.ras
-%%DATADIR%%/pattern/ps_pattern_81.ras
-%%DATADIR%%/pattern/ps_pattern_82.ras
-%%DATADIR%%/pattern/ps_pattern_83.ras
-%%DATADIR%%/pattern/ps_pattern_84.ras
-%%DATADIR%%/pattern/ps_pattern_85.ras
-%%DATADIR%%/pattern/ps_pattern_86.ras
-%%DATADIR%%/pattern/ps_pattern_87.ras
-%%DATADIR%%/pattern/ps_pattern_88.ras
-%%DATADIR%%/pattern/ps_pattern_89.ras
-%%DATADIR%%/pattern/ps_pattern_90.ras
-%%DATADIR%%/pslib/ISO-8859-1.ps
-%%DATADIR%%/pslib/ISO-8859-10.ps
-%%DATADIR%%/pslib/ISO-8859-13.ps
-%%DATADIR%%/pslib/ISO-8859-14.ps
-%%DATADIR%%/pslib/ISO-8859-15.ps
-%%DATADIR%%/pslib/ISO-8859-2.ps
-%%DATADIR%%/pslib/ISO-8859-3.ps
-%%DATADIR%%/pslib/ISO-8859-4.ps
-%%DATADIR%%/pslib/ISO-8859-5.ps
-%%DATADIR%%/pslib/ISO-8859-6.ps
-%%DATADIR%%/pslib/ISO-8859-7.ps
-%%DATADIR%%/pslib/ISO-8859-8.ps
-%%DATADIR%%/pslib/ISO-8859-9.ps
-%%DATADIR%%/pslib/ISOLatin1+.ps
-%%DATADIR%%/pslib/ISOLatin1.ps
-%%DATADIR%%/pslib/PSL_label.ps
-%%DATADIR%%/pslib/PSL_prologue.ps
-%%DATADIR%%/pslib/PSL_text.ps
-%%DATADIR%%/pslib/PS_font_info.d
-%%DATADIR%%/pslib/Standard+.ps
-%%DATADIR%%/pslib/Standard.ps
-%%DATADIR%%/time/br.d
-%%DATADIR%%/time/cn1.d
-%%DATADIR%%/time/cn2.d
-%%DATADIR%%/time/de.d
-%%DATADIR%%/time/dk.d
-%%DATADIR%%/time/eh.d
-%%DATADIR%%/time/es.d
-%%DATADIR%%/time/fi.d
-%%DATADIR%%/time/fr.d
-%%DATADIR%%/time/gr.d
-%%DATADIR%%/time/hu.d
-%%DATADIR%%/time/ie.d
-%%DATADIR%%/time/il.d
-%%DATADIR%%/time/is.d
-%%DATADIR%%/time/it.d
-%%DATADIR%%/time/jp.d
-%%DATADIR%%/time/nl.d
-%%DATADIR%%/time/no.d
-%%DATADIR%%/time/pl.d
-%%DATADIR%%/time/pt.d
-%%DATADIR%%/time/ru.d
-%%DATADIR%%/time/se.d
-%%DATADIR%%/time/sg.d
-%%DATADIR%%/time/to.d
-%%DATADIR%%/time/tr.d
-%%DATADIR%%/time/uk.d
-%%DATADIR%%/time/us.d
-%%DATADIR%%/x2sys/geo.def
-%%DATADIR%%/x2sys/geoz.def
-%%DATADIR%%/x2sys/gmt.def
-%%DATADIR%%/x2sys/mgd77+.def
-%%DATADIR%%/x2sys/mgd77.def
-%%DATADIR%%/x2sys/xy.def
-%%DATADIR%%/x2sys/xyz.def
+%%DATADIR%%/spotter/Global_250-0Ma_Rotations_2019_v2.rot
+%%DATADIR%%/spotter/Global_EarthByte_Plate_ID_Table.txt
+%%DATADIR%%/tools/gmt5syntax
+%%DATADIR%%/tools/gmt_aliases.csh
+%%DATADIR%%/tools/gmt_completion.bash
+%%DATADIR%%/tools/gmt_functions.sh
+%%DATADIR%%/tools/gmt_links.sh
+%%DATADIR%%/tools/gmt_prepmex.sh
+%%DATADIR%%/tools/gmt_uninstall.sh
+%%DATADIR%%/tools/img2google
+%%DATADIR%%/tools/ncdeflate
+%%DATADIR%%/x2sys/dat.fmt
+%%DATADIR%%/x2sys/geo.fmt
+%%DATADIR%%/x2sys/geoz.fmt
+%%DATADIR%%/x2sys/gmt.fmt
+%%DATADIR%%/x2sys/mgd77+.fmt
+%%DATADIR%%/x2sys/mgd77.fmt
+%%DATADIR%%/x2sys/xy.fmt
+%%DATADIR%%/x2sys/xyz.fmt