svn commit: r482826 - in head/graphics: . gmt5-dcw

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


Author: wen
Date: Tue Oct 23 10:54:08 2018
New Revision: 482826
URL: https://svnweb.freebsd.org/changeset/ports/482826

Log:
  The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vector
  basemap of the world. The charts were designed to meet the needs of pilots and
  air crews in medium-and low-altitude en route navigation and to support military
  operational planning, intelligence briefings, and other needs.
  
  WWW: http://www.soest.hawaii.edu/wessel/dcw/
  
  PR:		230799
  Submitted by:	lbartoletti at tuxfamily.org

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Oct 23 10:15:30 2018	(r482825)
+++ head/graphics/Makefile	Tue Oct 23 10:54:08 2018	(r482826)
@@ -289,6 +289,7 @@
     SUBDIR += gmic
     SUBDIR += gmic-qt
     SUBDIR += gmt
+    SUBDIR += gmt5-dcw
     SUBDIR += gnash
     SUBDIR += gnofract4d
     SUBDIR += gnome-color-manager

Added: head/graphics/gmt5-dcw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-dcw/Makefile	Tue Oct 23 10:54:08 2018	(r482826)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	dcw-gmt
+DISTVERSION=	1.1.4
+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=	Digital Chart of the World for GMT 5 or later
+
+LICENSE=	GPLv3 LGPL3
+LICENSE_COMB=	multi
+
+NO_BUILD=YES
+NO_ARCH=YES
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	(cd ${WRKSRC} ; ${INSTALL_DATA} dcw* ${STAGEDIR}${DATADIR})
+
+.include <bsd.port.mk>

Added: head/graphics/gmt5-dcw/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-dcw/distinfo	Tue Oct 23 10:54:08 2018	(r482826)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539328140
+SHA256 (dcw-gmt-1.1.4.tar.gz) = 8d47402abcd7f54a0f711365cd022e4eaea7da324edac83611ca035ea443aad3
+SIZE (dcw-gmt-1.1.4.tar.gz) = 21117179

Added: head/graphics/gmt5-dcw/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-dcw/pkg-descr	Tue Oct 23 10:54:08 2018	(r482826)
@@ -0,0 +1,6 @@
+The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vector
+basemap of the world. The charts were designed to meet the needs of pilots and
+air crews in medium-and low-altitude en route navigation and to support military
+operational planning, intelligence briefings, and other needs.
+
+WWW: http://www.soest.hawaii.edu/wessel/dcw/

Added: head/graphics/gmt5-dcw/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gmt5-dcw/pkg-plist	Tue Oct 23 10:54:08 2018	(r482826)
@@ -0,0 +1,3 @@
+%%DATADIR%%/dcw-countries.txt
+%%DATADIR%%/dcw-gmt.nc
+%%DATADIR%%/dcw-states.txt


More information about the svn-ports-all mailing list