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@tuxfamily.org
This commit is contained in:
parent
8e9a7e6ae1
commit
88117e329d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482826
@ -289,6 +289,7 @@
|
||||
SUBDIR += gmic
|
||||
SUBDIR += gmic-qt
|
||||
SUBDIR += gmt
|
||||
SUBDIR += gmt5-dcw
|
||||
SUBDIR += gnash
|
||||
SUBDIR += gnofract4d
|
||||
SUBDIR += gnome-color-manager
|
||||
|
29
graphics/gmt5-dcw/Makefile
Normal file
29
graphics/gmt5-dcw/Makefile
Normal file
@ -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>
|
3
graphics/gmt5-dcw/distinfo
Normal file
3
graphics/gmt5-dcw/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1539328140
|
||||
SHA256 (dcw-gmt-1.1.4.tar.gz) = 8d47402abcd7f54a0f711365cd022e4eaea7da324edac83611ca035ea443aad3
|
||||
SIZE (dcw-gmt-1.1.4.tar.gz) = 21117179
|
6
graphics/gmt5-dcw/pkg-descr
Normal file
6
graphics/gmt5-dcw/pkg-descr
Normal file
@ -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/
|
3
graphics/gmt5-dcw/pkg-plist
Normal file
3
graphics/gmt5-dcw/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%DATADIR%%/dcw-countries.txt
|
||||
%%DATADIR%%/dcw-gmt.nc
|
||||
%%DATADIR%%/dcw-states.txt
|
Loading…
Reference in New Issue
Block a user