diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-10-23 10:54:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-10-23 10:54:08 +0000 |
commit | 88117e329da535c58bcf683d055f41f187a08c84 (patch) | |
tree | 9b9e6fe788cd9d2a0497dc0bf1499a73af8fe468 /graphics/gmt5-dcw | |
parent | 8e9a7e6ae177f3564836ad6a0737c36eb9d60870 (diff) |
Notes
Diffstat (limited to 'graphics/gmt5-dcw')
-rw-r--r-- | graphics/gmt5-dcw/Makefile | 29 | ||||
-rw-r--r-- | graphics/gmt5-dcw/distinfo | 3 | ||||
-rw-r--r-- | graphics/gmt5-dcw/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gmt5-dcw/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/gmt5-dcw/Makefile b/graphics/gmt5-dcw/Makefile new file mode 100644 index 000000000000..2c18a5282655 --- /dev/null +++ b/graphics/gmt5-dcw/Makefile @@ -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@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> diff --git a/graphics/gmt5-dcw/distinfo b/graphics/gmt5-dcw/distinfo new file mode 100644 index 000000000000..d1831ac35eb2 --- /dev/null +++ b/graphics/gmt5-dcw/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1539328140 +SHA256 (dcw-gmt-1.1.4.tar.gz) = 8d47402abcd7f54a0f711365cd022e4eaea7da324edac83611ca035ea443aad3 +SIZE (dcw-gmt-1.1.4.tar.gz) = 21117179 diff --git a/graphics/gmt5-dcw/pkg-descr b/graphics/gmt5-dcw/pkg-descr new file mode 100644 index 000000000000..d052cc78df9f --- /dev/null +++ b/graphics/gmt5-dcw/pkg-descr @@ -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/ diff --git a/graphics/gmt5-dcw/pkg-plist b/graphics/gmt5-dcw/pkg-plist new file mode 100644 index 000000000000..61070d3b65fa --- /dev/null +++ b/graphics/gmt5-dcw/pkg-plist @@ -0,0 +1,3 @@ +%%DATADIR%%/dcw-countries.txt +%%DATADIR%%/dcw-gmt.nc +%%DATADIR%%/dcw-states.txt |