svn commit: r482829 - in head/graphics: . gmt5 gmt5/files

Wen Heping wen at FreeBSD.org
Tue Oct 23 11:00:22 UTC 2018


Author: wen
Date: Tue Oct 23 11:00:20 2018
New Revision: 482829
URL: https://svnweb.freebsd.org/changeset/ports/482829

Log:
  - Repocopy gmt --> gmt5 and update to 5.4.4
  
  PR:		230799
  Submitted by:	lbartoletti at tuxfamily.org(maintainer)

Added:
  head/graphics/gmt5/
     - copied from r479962, head/graphics/gmt/
  head/graphics/gmt5/files/patch-src_CMakeLists.txt   (contents, props changed)
  head/graphics/gmt5/files/patch-src_common__string.h   (contents, props changed)
Deleted:
  head/graphics/gmt5/files/patch-configure.ac
  head/graphics/gmt5/files/patch-src-gmt_io.c
  head/graphics/gmt5/files/patch-src-gmtmath.c
  head/graphics/gmt5/files/patch-src-grdmath.c
  head/graphics/gmt5/files/patch-src-misc-gmtdigitize.c
Modified:
  head/graphics/Makefile
  head/graphics/gmt5/Makefile
  head/graphics/gmt5/distinfo
  head/graphics/gmt5/pkg-descr
  head/graphics/gmt5/pkg-plist

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Oct 23 10:57:15 2018	(r482828)
+++ head/graphics/Makefile	Tue Oct 23 11:00:20 2018	(r482829)
@@ -289,6 +289,7 @@
     SUBDIR += gmic
     SUBDIR += gmic-qt
     SUBDIR += gmt
+    SUBDIR += gmt5
     SUBDIR += gmt5-dcw
     SUBDIR += gmt5-gshhg
     SUBDIR += gnash

Modified: head/graphics/gmt5/Makefile
==============================================================================
--- head/graphics/gmt/Makefile	Mon Sep 17 22:23:16 2018	(r479962)
+++ head/graphics/gmt5/Makefile	Tue Oct 23 11:00:20 2018	(r482829)
@@ -1,8 +1,7 @@
-# Created by: sec at 42.org
 # $FreeBSD$
 
-PORTNAME=	gmt
-DISTVERSION=	4.5.18
+PORTNAME=	gmt5
+DISTVERSION=	5.4.4
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
@@ -13,96 +12,42 @@ MASTER_SITES=	ftp://ftp.soest.hawaii.edu/%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
+MASTER_SITE_SUBDIR=	gmt gmt/legacy
+DISTNAME=	gmt-${DISTVERSION}${DISTVERSIONSUFFIX}
 
 MAINTAINER=	lbartoletti at tuxfamily.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
+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
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=		${WRKDIR}/gmt-${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
+USES=		shebangfix cmake:outsource
+SHEBANG_GLOB=	*.sh *.in
+SHEBANG_FILES=	share/tools/ncdeflate src/img/img2google src/gmtswitch
 
-PORTDOCS=	*
+USE_LDCONFIG=	yes
 
-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_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_C_FLAGS=-fstrict-aliasing \
+		-DCMAKE_INSTALL_PREFIX=${PREFIX} \
+		-DDCW_ROOT=${LOCALBASE}/share/gmt5-dcw \
+		-DGSHHG_ROOT=${LOCALBASE}/share/gmt5-gshhg \
+		-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>

Modified: head/graphics/gmt5/distinfo
==============================================================================
--- head/graphics/gmt/distinfo	Mon Sep 17 22:23:16 2018	(r479962)
+++ head/graphics/gmt5/distinfo	Tue Oct 23 11:00:20 2018	(r482829)
@@ -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 = 1539483072
+SHA256 (gmt-5.4.4-src.tar.gz) = 1baf3d6b049db7cc6cbd7506524cdca45c41e3bfffb24814245fc18f5a8626c2
+SIZE (gmt-5.4.4-src.tar.gz) = 118099492

Added: head/graphics/gmt5/files/patch-src_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5/files/patch-src_CMakeLists.txt	Tue Oct 23 11:00:20 2018	(r482829)
@@ -0,0 +1,22 @@
+--- 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}

Added: head/graphics/gmt5/files/patch-src_common__string.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5/files/patch-src_common__string.h	Tue Oct 23 11:00:20 2018	(r482829)
@@ -0,0 +1,12 @@
+--- 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
+ }

Modified: head/graphics/gmt5/pkg-descr
==============================================================================
--- head/graphics/gmt/pkg-descr	Mon Sep 17 22:23:16 2018	(r479962)
+++ head/graphics/gmt5/pkg-descr	Tue Oct 23 11:00:20 2018	(r482829)
@@ -1,18 +1,6 @@
-GMT is a collection of public-domain Unix tools that allows you to
-manipulate x,y and x,y,z data sets (filtering, trend fitting,
-gridding, projecting, etc.) and produce PostScript illustrations
-ranging from simple x-y plots, via contour maps, to artificially
-illuminated surfaces and 3-d perspective views in black/white or
-24bit color. Linear, log10, and power scaling is supported in
-addition to 25 common map projections. The processing and display
-routines within GMT are completely general and will handle any (x,y)
-or (x,y,z) data as input.
+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.
 
-This port installs only the GMT manpages, there is a tutorial and
-documentation in .ps, .pdf and .html format on the ftp site, too.
-
-In case you look for data to plot, there is topological data at
-ftp://topex.ucsd.edu/pub/global_topo_2min/topo_8.2.img
-(140MB, covers nearly the whole earth)
-
-WWW: http://gmt.soest.hawaii.edu/
+WWW: https://gmt.soest.hawaii.edu/

Modified: head/graphics/gmt5/pkg-plist
==============================================================================
--- head/graphics/gmt/pkg-plist	Mon Sep 17 22:23:16 2018	(r479962)
+++ head/graphics/gmt5/pkg-plist	Tue Oct 23 11:00:20 2018	(r482829)
@@ -1,306 +1,129 @@
-bin/GMT
-bin/blockmean
-bin/blockmedian
-bin/blockmode
-bin/filter1d
-bin/fitcircle
-bin/gmt2rgb
-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
+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.4
+lib/libpostscriptlight.so
+lib/libpostscriptlight.so.5
+lib/libpostscriptlight.so.5.4.4
+%%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
@@ -308,6 +131,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
@@ -342,150 +166,150 @@ man/man5/gmtcolors.5.gz
 %%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%%/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%%/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


More information about the svn-ports-all mailing list