From ef3d3a0ba4c23977dccc80783a0c675061fc15ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Sat, 29 Aug 2020 15:02:11 +0000 Subject: 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 --- graphics/gmt-gshhg/Makefile | 29 +++++++++++++++++++++++++++++ graphics/gmt-gshhg/distinfo | 3 +++ graphics/gmt-gshhg/pkg-descr | 8 ++++++++ graphics/gmt-gshhg/pkg-plist | 15 +++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 graphics/gmt-gshhg/Makefile create mode 100644 graphics/gmt-gshhg/distinfo create mode 100644 graphics/gmt-gshhg/pkg-descr create mode 100644 graphics/gmt-gshhg/pkg-plist (limited to 'graphics/gmt-gshhg') diff --git a/graphics/gmt-gshhg/Makefile b/graphics/gmt-gshhg/Makefile new file mode 100644 index 000000000000..5804b8d90792 --- /dev/null +++ b/graphics/gmt-gshhg/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= gshhg-gmt +DISTVERSION= 2.3.7 +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 + +MAINTAINER= lbartoletti@FreeBSD.org +COMMENT= Global Self-consistent, Hierarchical, High-resolution Geography + +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi + +NO_BUILD=YES +NO_ARCH=YES + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} ; ${INSTALL_DATA} *.nc ${STAGEDIR}${DATADIR}) + +.include diff --git a/graphics/gmt-gshhg/distinfo b/graphics/gmt-gshhg/distinfo new file mode 100644 index 000000000000..c3c293b2c58a --- /dev/null +++ b/graphics/gmt-gshhg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1539329928 +SHA256 (gshhg-gmt-2.3.7.tar.gz) = 9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f +SIZE (gshhg-gmt-2.3.7.tar.gz) = 57052180 diff --git a/graphics/gmt-gshhg/pkg-descr b/graphics/gmt-gshhg/pkg-descr new file mode 100644 index 000000000000..c790833bd3c5 --- /dev/null +++ b/graphics/gmt-gshhg/pkg-descr @@ -0,0 +1,8 @@ +We present a high-resolution geography data set amalgamated from three data +bases in the public domain: + + World Vector Shorelines (WVS). + CIA World Data Bank II (WDBII). + Atlas of the Cryosphere (AC). + +WWW: http://www.soest.hawaii.edu/wessel/gshhg/ diff --git a/graphics/gmt-gshhg/pkg-plist b/graphics/gmt-gshhg/pkg-plist new file mode 100644 index 000000000000..df39a5682c2f --- /dev/null +++ b/graphics/gmt-gshhg/pkg-plist @@ -0,0 +1,15 @@ +%%DATADIR%%/binned_GSHHS_c.nc +%%DATADIR%%/binned_GSHHS_f.nc +%%DATADIR%%/binned_GSHHS_h.nc +%%DATADIR%%/binned_GSHHS_i.nc +%%DATADIR%%/binned_GSHHS_l.nc +%%DATADIR%%/binned_border_c.nc +%%DATADIR%%/binned_border_f.nc +%%DATADIR%%/binned_border_h.nc +%%DATADIR%%/binned_border_i.nc +%%DATADIR%%/binned_border_l.nc +%%DATADIR%%/binned_river_c.nc +%%DATADIR%%/binned_river_f.nc +%%DATADIR%%/binned_river_h.nc +%%DATADIR%%/binned_river_i.nc +%%DATADIR%%/binned_river_l.nc -- cgit v1.2.3