diff options
author | wen <wen@FreeBSD.org> | 2018-10-23 18:57:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-10-23 18:57:15 +0800 |
commit | 1498934830c9d177269d695c97f556cfc1fa8bb0 (patch) | |
tree | f6ab7beac0234cf1cf26b51743c2908b6881c70a | |
parent | 2dce306d584e4befda670e075559f68526577c48 (diff) | |
download | freebsd-ports-gnome-1498934830c9d177269d695c97f556cfc1fa8bb0.tar.gz freebsd-ports-gnome-1498934830c9d177269d695c97f556cfc1fa8bb0.tar.zst freebsd-ports-gnome-1498934830c9d177269d695c97f556cfc1fa8bb0.zip |
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/
PR: 230799
Submitted by: lbartoletti@tuxfamily.org
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gmt5-gshhg/Makefile | 29 | ||||
-rw-r--r-- | graphics/gmt5-gshhg/distinfo | 3 | ||||
-rw-r--r-- | graphics/gmt5-gshhg/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/gmt5-gshhg/pkg-plist | 15 |
5 files changed, 56 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3e25f749e094..41adfa07d10b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -290,6 +290,7 @@ SUBDIR += gmic-qt SUBDIR += gmt SUBDIR += gmt5-dcw + SUBDIR += gmt5-gshhg SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnome-color-manager diff --git a/graphics/gmt5-gshhg/Makefile b/graphics/gmt5-gshhg/Makefile new file mode 100644 index 000000000000..17f14ead1c6a --- /dev/null +++ b/graphics/gmt5-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@tuxfamily.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 <bsd.port.mk> diff --git a/graphics/gmt5-gshhg/distinfo b/graphics/gmt5-gshhg/distinfo new file mode 100644 index 000000000000..c3c293b2c58a --- /dev/null +++ b/graphics/gmt5-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/gmt5-gshhg/pkg-descr b/graphics/gmt5-gshhg/pkg-descr new file mode 100644 index 000000000000..c790833bd3c5 --- /dev/null +++ b/graphics/gmt5-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/gmt5-gshhg/pkg-plist b/graphics/gmt5-gshhg/pkg-plist new file mode 100644 index 000000000000..df39a5682c2f --- /dev/null +++ b/graphics/gmt5-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 |