mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
4f2e070292
commit
ef3d3a0ba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546919
3
MOVED
3
MOVED
@ -15406,3 +15406,6 @@ sysutils/mono-kmod||2020-08-27|Has expired: mastersite disappeared, unfetchable
|
||||
x11-themes/gtk-cleanice-engine||2020-08-27|Has expired: Broken for more than 6 months
|
||||
x11-wm/aewm||2020-08-27|Has expired: Broken for more than 6 months
|
||||
security/scamp||2020-08-29|Removed at maintainer request, no longer viable
|
||||
graphics/gmt5|graphics/gmt|2020-08-29|Obsolete, please use graphics/gmt instead
|
||||
graphics/gmt5-dcw|graphics/gmt-dcw|2020-08-29|Rename to align port name with graphics/gmt
|
||||
graphics/gmt5-gshhg|graphics/gmt-gshhg|2020-08-29|Rename to align port name with graphics/gmt
|
||||
|
@ -263,9 +263,8 @@
|
||||
SUBDIR += gmic
|
||||
SUBDIR += gmic-qt
|
||||
SUBDIR += gmt
|
||||
SUBDIR += gmt5
|
||||
SUBDIR += gmt5-dcw
|
||||
SUBDIR += gmt5-gshhg
|
||||
SUBDIR += gmt-dcw
|
||||
SUBDIR += gmt-gshhg
|
||||
SUBDIR += gnash
|
||||
SUBDIR += gnome-color-manager
|
||||
SUBDIR += gnome-video-effects
|
||||
|
@ -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
|
||||
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
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USES= blaslapack cmake ghostscript:run shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
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
|
||||
GH_ACCOUNT= GenericMappingTools
|
||||
|
||||
PORTDOCS= *
|
||||
#SHEBANG_GLOB= *.sh *.in
|
||||
#SHEBANG_FILES= share/tools/ncdeflate src/img/img2google src/gmtswitch
|
||||
|
||||
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
|
||||
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>
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
50
graphics/gmt/files/patch-src_CMakeLists.txt
Normal file
50
graphics/gmt/files/patch-src_CMakeLists.txt
Normal file
@ -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
|
@ -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
|
||||
|
@ -1,53 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gmt5
|
||||
DISTVERSION= 5.4.5
|
||||
DISTVERSIONSUFFIX= -src
|
||||
PORTREVISION= 2
|
||||
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= gmt gmt/legacy
|
||||
DISTNAME= gmt-${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
MAINTAINER= lbartoletti@FreeBSD.org
|
||||
COMMENT= Generic Mapping Tools - data processing and display software package
|
||||
|
||||
LICENSE= GPLv3 LGPL3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
LIB_DEPENDS= libnetcdf.so:science/netcdf \
|
||||
libcurl.so:ftp/curl \
|
||||
libpcre.so:devel/pcre \
|
||||
libfftw3f_threads.so:math/fftw3-float \
|
||||
libgdal.so:graphics/gdal
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/dcw-gmt/dcw-gmt.nc:graphics/gmt5-dcw \
|
||||
${LOCALBASE}/share/gshhg-gmt/binned_GSHHS_c.nc:graphics/gmt5-gshhg
|
||||
|
||||
USES= shebangfix cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_GLOB= *.sh *.in
|
||||
SHEBANG_FILES= share/tools/ncdeflate src/img/img2google src/gmtswitch
|
||||
WRKSRC= ${WRKDIR}/gmt-${PORTVERSION}
|
||||
|
||||
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_C_FLAGS=-fstrict-aliasing \
|
||||
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
|
||||
-DDCW_ROOT=${LOCALBASE}/share/dcw-gmt \
|
||||
-DGSHHG_ROOT=${LOCALBASE}/share/gshhg-gmt \
|
||||
-DGMT_INSTALL_MODULE_LINKS=off \
|
||||
-DGMT_INSTALL_TRADITIONAL_FOLDERNAMES=off \
|
||||
-DGMT_DATADIR=share/${PORTNAME} \
|
||||
-DGMT_DOCDIR=share/doc/${PORTNAME} \
|
||||
-DGMT_MANDIR=share/doc/${PORTNAME}/man \
|
||||
-DGMT_INSTALL_NAME_SUFFIX=-gmt5
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1546876784
|
||||
SHA256 (gmt-5.4.5-src.tar.gz) = 225629c7869e204d5f9f1a384c4ada43e243f83e1ed28bdca4f7c2896bf39ef6
|
||||
SIZE (gmt-5.4.5-src.tar.gz) = 70815709
|
@ -1,22 +0,0 @@
|
||||
--- src/CMakeLists.txt.orig 2018-03-10 21:01:02 UTC
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -40,6 +40,10 @@ message (STATUS "Searching dependent lib
|
||||
find_package (NETCDF REQUIRED)
|
||||
include_directories (${NETCDF_INCLUDE_DIR})
|
||||
|
||||
+#libexecinfo is required in *BSD
|
||||
+find_package(Backtrace REQUIRED)
|
||||
+list (APPEND GMT_OPTIONAL_LIBRARIES ${Backtrace_LIBRARIES})
|
||||
+
|
||||
# libcurl is required since 5.4
|
||||
find_package (CURL REQUIRED)
|
||||
include_directories (${CURL_INCLUDE_DIRS})
|
||||
@@ -560,7 +564,7 @@ endif (HAVE_M_LIBRARY)
|
||||
# set the build version (VERSION) and the API version (SOVERSION)
|
||||
set_target_properties (gmtlib
|
||||
PROPERTIES
|
||||
- OUTPUT_NAME gmt
|
||||
+ OUTPUT_NAME gmt5
|
||||
PREFIX "${LIB_PREFIX}"
|
||||
IMPORT_PREFIX "${LIB_PREFIX}"
|
||||
VERSION ${GMT_LIB_VERSION}
|
@ -1,13 +0,0 @@
|
||||
--- src/common_sighandler.c.orig 2019-02-25 06:44:38 UTC
|
||||
+++ src/common_sighandler.c
|
||||
@@ -69,6 +69,10 @@ void backtrace_symbols_fd(void *const *buffer, int siz
|
||||
# define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_rip)
|
||||
# elif defined( __arm__)
|
||||
# define UC_IP(uc) ((void *) (uc)->uc_mcontext.arm_pc)
|
||||
+# elif defined( __ppc__)
|
||||
+# define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_srr0)
|
||||
+# elif defined( __aarch64__)
|
||||
+# define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_gpregs.gp_elr)
|
||||
# else
|
||||
# define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_eip)
|
||||
# endif
|
@ -1,12 +0,0 @@
|
||||
--- src/common_string.h.orig 2018-08-21 09:40:24 UTC
|
||||
+++ src/common_string.h
|
||||
@@ -82,7 +82,9 @@ EXTERN_MSC char *stresep (char **stringp
|
||||
|
||||
EXTERN_MSC int gmt_match_string_in_file (const char *filename, const char *string);
|
||||
|
||||
+#ifndef __FreeBSD__
|
||||
EXTERN_MSC char *basename(char *path);
|
||||
+#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
GMT is an open source collection of ~130 tools for manipulating
|
||||
geographic and Cartesian data sets and producing PostScript
|
||||
illustrations ranging from simple x-y plots via contour maps to
|
||||
artificially illuminated surfaces and 3D perspective views.
|
||||
|
||||
WWW: https://gmt.soest.hawaii.edu/
|
@ -1,496 +0,0 @@
|
||||
bin/gmt
|
||||
bin/gmt-config-gmt5
|
||||
bin/gmt-gmt5
|
||||
bin/gmt_shell_functions-gmt5.sh
|
||||
bin/gmtswitch-gmt5
|
||||
bin/isogmt-gmt5
|
||||
etc/bash_completion.d/gmt_completion.bash
|
||||
include/gmt-gmt5/common_math.h
|
||||
include/gmt-gmt5/common_string.h
|
||||
include/gmt-gmt5/compat/qsort.h
|
||||
include/gmt-gmt5/config.h
|
||||
include/gmt-gmt5/declspec.h
|
||||
include/gmt-gmt5/gmt.h
|
||||
include/gmt-gmt5/gmt_common.h
|
||||
include/gmt-gmt5/gmt_config.h
|
||||
include/gmt-gmt5/gmt_constants.h
|
||||
include/gmt-gmt5/gmt_contour.h
|
||||
include/gmt-gmt5/gmt_core_module.h
|
||||
include/gmt-gmt5/gmt_customio.h
|
||||
include/gmt-gmt5/gmt_dcw.h
|
||||
include/gmt-gmt5/gmt_decorate.h
|
||||
include/gmt-gmt5/gmt_defaults.h
|
||||
include/gmt-gmt5/gmt_dev.h
|
||||
include/gmt-gmt5/gmt_dimensions.h
|
||||
include/gmt-gmt5/gmt_error.h
|
||||
include/gmt-gmt5/gmt_error_codes.h
|
||||
include/gmt-gmt5/gmt_fft.h
|
||||
include/gmt-gmt5/gmt_gdalread.h
|
||||
include/gmt-gmt5/gmt_grd.h
|
||||
include/gmt-gmt5/gmt_grdio.h
|
||||
include/gmt-gmt5/gmt_hash.h
|
||||
include/gmt-gmt5/gmt_io.h
|
||||
include/gmt-gmt5/gmt_macros.h
|
||||
include/gmt-gmt5/gmt_mb.h
|
||||
include/gmt-gmt5/gmt_memory.h
|
||||
include/gmt-gmt5/gmt_nan.h
|
||||
include/gmt-gmt5/gmt_notposix.h
|
||||
include/gmt-gmt5/gmt_plot.h
|
||||
include/gmt-gmt5/gmt_private.h
|
||||
include/gmt-gmt5/gmt_project.h
|
||||
include/gmt-gmt5/gmt_prototypes.h
|
||||
include/gmt-gmt5/gmt_psl.h
|
||||
include/gmt-gmt5/gmt_resources.h
|
||||
include/gmt-gmt5/gmt_shore.h
|
||||
include/gmt-gmt5/gmt_supplements_module.h
|
||||
include/gmt-gmt5/gmt_symbol.h
|
||||
include/gmt-gmt5/gmt_synopsis.h
|
||||
include/gmt-gmt5/gmt_texture.h
|
||||
include/gmt-gmt5/gmt_time.h
|
||||
include/gmt-gmt5/gmt_types.h
|
||||
include/gmt-gmt5/gmt_version.h
|
||||
include/gmt-gmt5/gshhg/gmt_gshhg.h
|
||||
include/gmt-gmt5/gshhg/gshhg.h
|
||||
include/gmt-gmt5/meca/meca.h
|
||||
include/gmt-gmt5/meca/utilmeca.h
|
||||
include/gmt-gmt5/mgd77/cm4_functions.h
|
||||
include/gmt-gmt5/mgd77/mgd77.h
|
||||
include/gmt-gmt5/mgd77/mgd77_IGF_coeffs.h
|
||||
include/gmt-gmt5/mgd77/mgd77_codes.h
|
||||
include/gmt-gmt5/mgd77/mgd77_e77.h
|
||||
include/gmt-gmt5/mgd77/mgd77_functions.h
|
||||
include/gmt-gmt5/mgd77/mgd77_init.h
|
||||
include/gmt-gmt5/mgd77/mgd77_recalc.h
|
||||
include/gmt-gmt5/mgd77/mgd77_rls_coeffs.h
|
||||
include/gmt-gmt5/mgd77/mgd77defaults.h
|
||||
include/gmt-gmt5/mgd77/mgd77magref.h
|
||||
include/gmt-gmt5/mgd77/mgd77sniffer.h
|
||||
include/gmt-gmt5/mgd77/mgd77snifferdefaults.h
|
||||
include/gmt-gmt5/postscriptlight.h
|
||||
include/gmt-gmt5/potential/okbfuns.h
|
||||
include/gmt-gmt5/psl_config.h
|
||||
include/gmt-gmt5/qsort.h
|
||||
include/gmt-gmt5/spotter/spotter.h
|
||||
include/gmt-gmt5/x2sys/x2sys.h
|
||||
lib/gmt-gmt5/plugins/supplements.so
|
||||
lib/libgmt5.so
|
||||
lib/libgmt5.so.5
|
||||
lib/libgmt5.so.5.4.5
|
||||
lib/libpostscriptlight.so
|
||||
lib/libpostscriptlight.so.5
|
||||
lib/libpostscriptlight.so.5.4.5
|
||||
%%DATADIR%%/VERSION
|
||||
%%DATADIR%%/cpt/abyss.cpt
|
||||
%%DATADIR%%/cpt/bathy.cpt
|
||||
%%DATADIR%%/cpt/categorical.cpt
|
||||
%%DATADIR%%/cpt/cool.cpt
|
||||
%%DATADIR%%/cpt/copper.cpt
|
||||
%%DATADIR%%/cpt/cubhelix.cpt
|
||||
%%DATADIR%%/cpt/cyclic.cpt
|
||||
%%DATADIR%%/cpt/dem1.cpt
|
||||
%%DATADIR%%/cpt/dem2.cpt
|
||||
%%DATADIR%%/cpt/dem3.cpt
|
||||
%%DATADIR%%/cpt/dem4.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/haxby.cpt
|
||||
%%DATADIR%%/cpt/hot.cpt
|
||||
%%DATADIR%%/cpt/ibcso.cpt
|
||||
%%DATADIR%%/cpt/inferno.cpt
|
||||
%%DATADIR%%/cpt/jet.cpt
|
||||
%%DATADIR%%/cpt/magma.cpt
|
||||
%%DATADIR%%/cpt/nighttime.cpt
|
||||
%%DATADIR%%/cpt/no_green.cpt
|
||||
%%DATADIR%%/cpt/ocean.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/seafloor.cpt
|
||||
%%DATADIR%%/cpt/sealand.cpt
|
||||
%%DATADIR%%/cpt/seis.cpt
|
||||
%%DATADIR%%/cpt/split.cpt
|
||||
%%DATADIR%%/cpt/terra.cpt
|
||||
%%DATADIR%%/cpt/topo.cpt
|
||||
%%DATADIR%%/cpt/viridis.cpt
|
||||
%%DATADIR%%/cpt/world.cpt
|
||||
%%DATADIR%%/cpt/wysiwyg.cpt
|
||||
%%DATADIR%%/custom/astroid.def
|
||||
%%DATADIR%%/custom/circle.def
|
||||
%%DATADIR%%/custom/cross.def
|
||||
%%DATADIR%%/custom/crosshair.def
|
||||
%%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
|
||||
%%DATADIR%%/custom/hneedle.def
|
||||
%%DATADIR%%/custom/hurricane.def
|
||||
%%DATADIR%%/custom/invtriangle.def
|
||||
%%DATADIR%%/custom/lcrescent.def
|
||||
%%DATADIR%%/custom/lflag.def
|
||||
%%DATADIR%%/custom/ltriangle.def
|
||||
%%DATADIR%%/custom/meca.def
|
||||
%%DATADIR%%/custom/octagon.def
|
||||
%%DATADIR%%/custom/pacman.def
|
||||
%%DATADIR%%/custom/pentagon.def
|
||||
%%DATADIR%%/custom/rcrescent.def
|
||||
%%DATADIR%%/custom/rflag.def
|
||||
%%DATADIR%%/custom/rtriangle.def
|
||||
%%DATADIR%%/custom/sectoid.def
|
||||
%%DATADIR%%/custom/square.def
|
||||
%%DATADIR%%/custom/squaroid.def
|
||||
%%DATADIR%%/custom/star.def
|
||||
%%DATADIR%%/custom/star3.def
|
||||
%%DATADIR%%/custom/star4.def
|
||||
%%DATADIR%%/custom/starp.def
|
||||
%%DATADIR%%/custom/sun.def
|
||||
%%DATADIR%%/custom/triangle.def
|
||||
%%DATADIR%%/custom/trirot1.def
|
||||
%%DATADIR%%/custom/trirot2.def
|
||||
%%DATADIR%%/custom/trirot3.def
|
||||
%%DATADIR%%/custom/trirot4.def
|
||||
%%DATADIR%%/custom/vlens.def
|
||||
%%DATADIR%%/custom/vlozenge.def
|
||||
%%DATADIR%%/custom/vneedle.def
|
||||
%%DATADIR%%/custom/volcano.def
|
||||
%%DATADIR%%/dbase/grdraster.info
|
||||
%%DATADIR%%/localization/br.d
|
||||
%%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%%/postscriptlight/PSL_custom_fonts.txt
|
||||
%%DATADIR%%/postscriptlight/PSL_label.ps
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_01.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_02.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_03.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_04.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_05.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_06.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_07.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_08.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_09.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_10.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_11.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_12.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_13.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_14.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_15.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_16.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_17.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_18.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_19.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_20.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_21.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_22.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_23.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_24.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_25.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_26.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_27.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_28.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_29.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_30.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_31.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_32.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_33.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_34.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_35.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_36.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_37.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_38.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_39.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_40.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_41.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_42.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_43.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_44.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_45.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_46.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_47.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_48.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_49.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_50.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_51.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_52.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_53.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_54.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_55.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_56.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_57.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_58.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_59.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_60.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_61.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_62.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_63.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_64.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_65.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_66.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_67.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_68.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_69.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_70.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_71.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_72.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_73.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_74.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_75.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_76.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_77.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_78.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_79.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_80.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_81.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_82.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_83.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_84.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_85.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_86.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_87.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_88.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_89.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_pattern_90.ras
|
||||
%%DATADIR%%/postscriptlight/PSL_prologue.ps
|
||||
%%DATADIR%%/postscriptlight/PSL_text.ps
|
||||
%%DATADIR%%/postscriptlight/gmt_custom_media.conf
|
||||
%%DATADIR%%/spotter/Global_EarthByte_230-0Ma_GK07_AREPS.rot
|
||||
%%DATADIR%%/spotter/Global_EarthByte_Plate_ID_Table.txt
|
||||
%%DATADIR%%/spotter/Global_EarthByte_Plate_ID_Table_AREPS.txt
|
||||
%%DATADIR%%/spotter/Matthews_etal_GPC_2016_410-0Ma_GK07.rot
|
||||
%%DATADIR%%/tools/gmt5syntax
|
||||
%%DATADIR%%/tools/gmt_aliases.csh
|
||||
%%DATADIR%%/tools/gmt_functions.sh
|
||||
%%DATADIR%%/tools/gmt_links.sh
|
||||
%%DATADIR%%/tools/gmt_make_custom_code.sh
|
||||
%%DATADIR%%/tools/gmt_prepmex.sh
|
||||
%%DATADIR%%/tools/gmt_uninstall.sh
|
||||
%%DATADIR%%/tools/img2google
|
||||
%%DATADIR%%/tools/ncdeflate
|
||||
%%DATADIR%%/x2sys/dat.def
|
||||
%%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
|
||||
%%DOCSDIR%%/copying/COPYING.LESSERv3
|
||||
%%DOCSDIR%%/copying/COPYINGv3
|
||||
%%DOCSDIR%%/copying/LICENSE.TXT
|
||||
%%DOCSDIR%%/examples/README.SCRIPTS
|
||||
%%DOCSDIR%%/examples/anim01/anim_01.sh
|
||||
%%DOCSDIR%%/examples/anim02/anim_02.sh
|
||||
%%DOCSDIR%%/examples/anim02/us.nc
|
||||
%%DOCSDIR%%/examples/anim03/Iceland.nc
|
||||
%%DOCSDIR%%/examples/anim03/anim_03.sh
|
||||
%%DOCSDIR%%/examples/anim04/USEast_Coast.nc
|
||||
%%DOCSDIR%%/examples/anim04/anim_04.sh
|
||||
%%DOCSDIR%%/examples/anim05/anim_05.sh
|
||||
%%DOCSDIR%%/examples/anim05/table_5.11
|
||||
%%DOCSDIR%%/examples/do_view.sh
|
||||
%%DOCSDIR%%/examples/ex01/example_01.sh
|
||||
%%DOCSDIR%%/examples/ex01/osu91a1f_16.nc
|
||||
%%DOCSDIR%%/examples/ex02/HI_geoid2.nc
|
||||
%%DOCSDIR%%/examples/ex02/HI_topo2.nc
|
||||
%%DOCSDIR%%/examples/ex02/example_02.sh
|
||||
%%DOCSDIR%%/examples/ex03/example_03.sh
|
||||
%%DOCSDIR%%/examples/ex03/sat.xyg
|
||||
%%DOCSDIR%%/examples/ex03/ship.xyg
|
||||
%%DOCSDIR%%/examples/ex03/shipsat.dos
|
||||
%%DOCSDIR%%/examples/ex04/HI_geoid4.nc
|
||||
%%DOCSDIR%%/examples/ex04/HI_topo4.nc
|
||||
%%DOCSDIR%%/examples/ex04/example_04.sh
|
||||
%%DOCSDIR%%/examples/ex04/geoid.cpt
|
||||
%%DOCSDIR%%/examples/ex04/topo.cpt
|
||||
%%DOCSDIR%%/examples/ex05/example_05.sh
|
||||
%%DOCSDIR%%/examples/ex06/example_06.sh
|
||||
%%DOCSDIR%%/examples/ex06/fractures.txt
|
||||
%%DOCSDIR%%/examples/ex06/v3206.t
|
||||
%%DOCSDIR%%/examples/ex07/example_07.sh
|
||||
%%DOCSDIR%%/examples/ex07/fz.xy
|
||||
%%DOCSDIR%%/examples/ex07/isochron.xy
|
||||
%%DOCSDIR%%/examples/ex07/quakes.xym
|
||||
%%DOCSDIR%%/examples/ex07/ridge.xy
|
||||
%%DOCSDIR%%/examples/ex08/example_08.sh
|
||||
%%DOCSDIR%%/examples/ex08/guinea_bay.nc
|
||||
%%DOCSDIR%%/examples/ex09/example_09.sh
|
||||
%%DOCSDIR%%/examples/ex09/fz.xy
|
||||
%%DOCSDIR%%/examples/ex09/ridge.xy
|
||||
%%DOCSDIR%%/examples/ex09/tracks.txt
|
||||
%%DOCSDIR%%/examples/ex10/example_10.sh
|
||||
%%DOCSDIR%%/examples/ex10/languages.txt
|
||||
%%DOCSDIR%%/examples/ex10/legend.txt
|
||||
%%DOCSDIR%%/examples/ex11/cut-here.txt
|
||||
%%DOCSDIR%%/examples/ex11/example_11.sh
|
||||
%%DOCSDIR%%/examples/ex11/rays.txt
|
||||
%%DOCSDIR%%/examples/ex12/example_12.sh
|
||||
%%DOCSDIR%%/examples/ex12/table_5.11
|
||||
%%DOCSDIR%%/examples/ex13/example_13.sh
|
||||
%%DOCSDIR%%/examples/ex14/example_14.sh
|
||||
%%DOCSDIR%%/examples/ex14/table_5.11
|
||||
%%DOCSDIR%%/examples/ex15/example_15.sh
|
||||
%%DOCSDIR%%/examples/ex15/ship.xyz
|
||||
%%DOCSDIR%%/examples/ex16/circuit.ras
|
||||
%%DOCSDIR%%/examples/ex16/ex16.cpt
|
||||
%%DOCSDIR%%/examples/ex16/example_16.sh
|
||||
%%DOCSDIR%%/examples/ex16/table_5.11
|
||||
%%DOCSDIR%%/examples/ex17/example_17.sh
|
||||
%%DOCSDIR%%/examples/ex17/india_geoid.nc
|
||||
%%DOCSDIR%%/examples/ex17/india_topo.nc
|
||||
%%DOCSDIR%%/examples/ex18/AK_gulf_grav.nc
|
||||
%%DOCSDIR%%/examples/ex18/example_18.sh
|
||||
%%DOCSDIR%%/examples/ex19/GMT_covertext.eps
|
||||
%%DOCSDIR%%/examples/ex19/circuit.ras
|
||||
%%DOCSDIR%%/examples/ex19/example_19.sh
|
||||
%%DOCSDIR%%/examples/ex20/bullseye.def
|
||||
%%DOCSDIR%%/examples/ex20/example_20.sh
|
||||
%%DOCSDIR%%/examples/ex21/RHAT_price.csv
|
||||
%%DOCSDIR%%/examples/ex21/example_21.sh
|
||||
%%DOCSDIR%%/examples/ex22/USGS.ras
|
||||
%%DOCSDIR%%/examples/ex22/example_22.sh
|
||||
%%DOCSDIR%%/examples/ex22/neic_quakes.txt
|
||||
%%DOCSDIR%%/examples/ex23/example_23.sh
|
||||
%%DOCSDIR%%/examples/ex24/example_24.sh
|
||||
%%DOCSDIR%%/examples/ex24/oz_quakes.txt
|
||||
%%DOCSDIR%%/examples/ex25/example_25.sh
|
||||
%%DOCSDIR%%/examples/ex26/example_26.sh
|
||||
%%DOCSDIR%%/examples/ex27/example_27.sh
|
||||
%%DOCSDIR%%/examples/ex27/tasman_grav.nc
|
||||
%%DOCSDIR%%/examples/ex28/Kilauea.utm.nc
|
||||
%%DOCSDIR%%/examples/ex28/example_28.sh
|
||||
%%DOCSDIR%%/examples/ex29/example_29.sh
|
||||
%%DOCSDIR%%/examples/ex29/mars370.txt
|
||||
%%DOCSDIR%%/examples/ex30/example_30.sh
|
||||
%%DOCSDIR%%/examples/ex31/europe-capitals-ru.csv
|
||||
%%DOCSDIR%%/examples/ex31/europe-capitals.csv
|
||||
%%DOCSDIR%%/examples/ex31/example_31.sh
|
||||
%%DOCSDIR%%/examples/ex31/fonts/GPL.txt
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LICENCE.txt
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinBiolinum_Bd-0.5.5.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinBiolinum_It-0.5.1.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinBiolinum_Kb-0.5.4.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinBiolinum_Re-0.6.4.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinBiolinum_Sl-0.4.9.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinLibertine_BI-4.1.0.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinLibertine_Bd-4.1.5.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinLibertine_C-4.0.4.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinLibertine_It-4.2.6.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/LinLibertine_Re-4.7.5.otf
|
||||
%%DOCSDIR%%/examples/ex31/fonts/OFL.txt
|
||||
%%DOCSDIR%%/examples/ex31/fonts/README.txt
|
||||
%%DOCSDIR%%/examples/ex32/euflag.nc
|
||||
%%DOCSDIR%%/examples/ex32/euflag.png
|
||||
%%DOCSDIR%%/examples/ex32/example_32.sh
|
||||
%%DOCSDIR%%/examples/ex32/topo.nc
|
||||
%%DOCSDIR%%/examples/ex33/example_33.sh
|
||||
%%DOCSDIR%%/examples/ex33/spac.nc
|
||||
%%DOCSDIR%%/examples/ex34/FR+IT.nc
|
||||
%%DOCSDIR%%/examples/ex34/example_34.sh
|
||||
%%DOCSDIR%%/examples/ex35/example_35.sh
|
||||
%%DOCSDIR%%/examples/ex35/gshhs_c.txt
|
||||
%%DOCSDIR%%/examples/ex36/example_36.sh
|
||||
%%DOCSDIR%%/examples/ex36/mars370.txt
|
||||
%%DOCSDIR%%/examples/ex37/example_37.sh
|
||||
%%DOCSDIR%%/examples/ex37/grav.V18.par.surf.1km.sq.nc
|
||||
%%DOCSDIR%%/examples/ex37/mb.par.surf.1km.sq.nc
|
||||
%%DOCSDIR%%/examples/ex38/example_38.sh
|
||||
%%DOCSDIR%%/examples/ex38/topo.nc
|
||||
%%DOCSDIR%%/examples/ex39/VenusTopo180.txt
|
||||
%%DOCSDIR%%/examples/ex39/example_39.sh
|
||||
%%DOCSDIR%%/examples/ex40/GSHHS_h_Australia.txt
|
||||
%%DOCSDIR%%/examples/ex40/example_40.sh
|
||||
%%DOCSDIR%%/examples/ex41/example_41.sh
|
||||
%%DOCSDIR%%/examples/ex41/my_color.cpt
|
||||
%%DOCSDIR%%/examples/ex41/my_data.txt
|
||||
%%DOCSDIR%%/examples/ex41/my_symbol.def
|
||||
%%DOCSDIR%%/examples/ex41/my_table.txt
|
||||
%%DOCSDIR%%/examples/ex42/BEDMAP_elevation.nc
|
||||
%%DOCSDIR%%/examples/ex42/example_42.sh
|
||||
%%DOCSDIR%%/examples/ex43/bb_weights.asc
|
||||
%%DOCSDIR%%/examples/ex43/example_43.sh
|
||||
%%DOCSDIR%%/examples/ex44/example_44.sh
|
||||
%%DOCSDIR%%/examples/ex45/CO2.txt
|
||||
%%DOCSDIR%%/examples/ex45/example_45.sh
|
||||
%%DOCSDIR%%/examples/ex46/example_46.sh
|
||||
%%DOCSDIR%%/examples/ex46/sunglasses.eps
|
||||
%%DOCSDIR%%/examples/ex47/example_47.sh
|
||||
%%DOCSDIR%%/examples/ex47/hertzsprung-russell.txt
|
||||
%%DOCSDIR%%/examples/ex48/etopo10m.nc
|
||||
%%DOCSDIR%%/examples/ex48/example_48.sh
|
||||
%%DOCSDIR%%/examples/ex49/age_gridline.nc
|
||||
%%DOCSDIR%%/examples/ex49/depth_pixel.nc
|
||||
%%DOCSDIR%%/examples/ex49/example_49.sh
|
||||
%%DOCSDIR%%/examples/ex49/ridge.gmt
|
||||
%%DOCSDIR%%/examples/ex50/example_50.sh
|
||||
%%DOCSDIR%%/examples/run_ex_tests.sh
|
||||
%%DOCSDIR%%/supplements/meca/README.meca
|
||||
%%DOCSDIR%%/supplements/misc/README.misc
|
||||
%%DOCSDIR%%/supplements/misc/dim.template.sh
|
||||
%%DOCSDIR%%/supplements/segy/README.segyprogs
|
||||
%%DOCSDIR%%/supplements/segy/segyprogs_1.sh
|
||||
%%DOCSDIR%%/supplements/segy/segyprogs_2.sh
|
||||
%%DOCSDIR%%/supplements/segy/segyprogs_3.sh
|
||||
%%DOCSDIR%%/supplements/segy/segyprogs_4.sh
|
||||
%%DOCSDIR%%/supplements/segy/segyprogs_5.sh
|
||||
%%DOCSDIR%%/supplements/segy/test.list
|
||||
%%DOCSDIR%%/supplements/segy/wa1_mig13.segy
|
||||
%%DOCSDIR%%/supplements/spotter/DC85.txt
|
||||
%%DOCSDIR%%/supplements/spotter/README.spotter
|
||||
%%DOCSDIR%%/supplements/spotter/WK97.txt
|
||||
%%DOCSDIR%%/supplements/spotter/pac_hs.txt
|
||||
%%DOCSDIR%%/supplements/spotter/seamounts.txt
|
||||
%%DOCSDIR%%/supplements/spotter/spotter.bat
|
||||
%%DOCSDIR%%/supplements/spotter/spotter.sh
|
||||
%%DOCSDIR%%/supplements/x2sys/README.x2sys
|
||||
%%DOCSDIR%%/supplements/x2sys/test_x2sys.sh
|
||||
%%DOCSDIR%%/tutorial/bermuda.nc
|
||||
%%DOCSDIR%%/tutorial/data
|
||||
%%DOCSDIR%%/tutorial/otemp.anal1deg.nc
|
||||
%%DOCSDIR%%/tutorial/quakes.cpt
|
||||
%%DOCSDIR%%/tutorial/quakes.ngdc
|
||||
%%DOCSDIR%%/tutorial/ship.xyz
|
||||
%%DOCSDIR%%/tutorial/topo.cpt
|
||||
%%DOCSDIR%%/tutorial/us.nc
|
Loading…
Reference in New Issue
Block a user