View | Details | Raw Unified | Return to bug 230799 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gshhg-gmt
4
DISTVERSION=	2.3.7
5
CATEGORIES=	graphics
6
MASTER_SITES=	ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
7
		ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
8
		ftp://ftp.iag.usp.br/%SUBDIR%/ \
9
		ftp://ftp.scc.u-tokai.ac.jp/pub/%SUBDIR%/ \
10
		http://gd.tuwien.ac.at/graphics/visual/%SUBDIR%/ \
11
		http://gmt.mirror.ac.za/%SUBDIR%/ \
12
		ftp://ftp.soest.hawaii.edu/gshhg/:gshhg \
13
		ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/:gshhg
14
MASTER_SITE_SUBDIR=	gmt gmt/legacy
15
16
MAINTAINER=	lbartoletti@tuxfamily.org
17
COMMENT=	Global Self-consistent, Hierarchical, High-resolution Geography
18
19
LICENSE=	GPLv3 LGPL3
20
LICENSE_COMB=	multi
21
22
NO_BUILD=YES
23
NO_ARCH=YES
24
25
do-install:
26
	${MKDIR} ${STAGEDIR}${DATADIR}
27
	(cd ${WRKSRC} ; ${INSTALL_DATA} *.nc ${STAGEDIR}${DATADIR})
28
29
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1539329928
2
SHA256 (gshhg-gmt-2.3.7.tar.gz) = 9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f
3
SIZE (gshhg-gmt-2.3.7.tar.gz) = 57052180
(-)pkg-descr (+8 lines)
Line 0 Link Here
1
We present a high-resolution geography data set amalgamated from three data bas
2
es in the public domain:
3
4
    World Vector Shorelines (WVS).
5
    CIA World Data Bank II (WDBII).
6
    Atlas of the Cryosphere (AC).
7
8
WWW: http://www.soest.hawaii.edu/wessel/gshhg/
(-)pkg-plist (+15 lines)
Line 0 Link Here
1
%%DATADIR%%/binned_GSHHS_c.nc
2
%%DATADIR%%/binned_GSHHS_f.nc
3
%%DATADIR%%/binned_GSHHS_h.nc
4
%%DATADIR%%/binned_GSHHS_i.nc
5
%%DATADIR%%/binned_GSHHS_l.nc
6
%%DATADIR%%/binned_border_c.nc
7
%%DATADIR%%/binned_border_f.nc
8
%%DATADIR%%/binned_border_h.nc
9
%%DATADIR%%/binned_border_i.nc
10
%%DATADIR%%/binned_border_l.nc
11
%%DATADIR%%/binned_river_c.nc
12
%%DATADIR%%/binned_river_f.nc
13
%%DATADIR%%/binned_river_h.nc
14
%%DATADIR%%/binned_river_i.nc
15
%%DATADIR%%/binned_river_l.nc

Return to bug 230799