svn commit: r482828 - in head/graphics: . gmt5-gshhg

Wen Heping wen at FreeBSD.org
Tue Oct 23 10:57:17 UTC 2018


Author: wen
Date: Tue Oct 23 10:57:15 2018
New Revision: 482828
URL: https://svnweb.freebsd.org/changeset/ports/482828

Log:
  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 at tuxfamily.org

Added:
  head/graphics/gmt5-gshhg/
  head/graphics/gmt5-gshhg/Makefile   (contents, props changed)
  head/graphics/gmt5-gshhg/distinfo   (contents, props changed)
  head/graphics/gmt5-gshhg/pkg-descr   (contents, props changed)
  head/graphics/gmt5-gshhg/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Oct 23 10:55:37 2018	(r482827)
+++ head/graphics/Makefile	Tue Oct 23 10:57:15 2018	(r482828)
@@ -290,6 +290,7 @@
     SUBDIR += gmic-qt
     SUBDIR += gmt
     SUBDIR += gmt5-dcw
+    SUBDIR += gmt5-gshhg
     SUBDIR += gnash
     SUBDIR += gnofract4d
     SUBDIR += gnome-color-manager

Added: head/graphics/gmt5-gshhg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-gshhg/Makefile	Tue Oct 23 10:57:15 2018	(r482828)
@@ -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 at 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>

Added: head/graphics/gmt5-gshhg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-gshhg/distinfo	Tue Oct 23 10:57:15 2018	(r482828)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539329928
+SHA256 (gshhg-gmt-2.3.7.tar.gz) = 9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f
+SIZE (gshhg-gmt-2.3.7.tar.gz) = 57052180

Added: head/graphics/gmt5-gshhg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-gshhg/pkg-descr	Tue Oct 23 10:57:15 2018	(r482828)
@@ -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/

Added: head/graphics/gmt5-gshhg/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-gshhg/pkg-plist	Tue Oct 23 10:57:15 2018	(r482828)
@@ -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


More information about the svn-ports-all mailing list