Add opencpn-plugin-gshhs 2.2.4
OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. This package contains data files from the Global Self-consistent, Hierarchical, High-resolution Shoreline Database which are displayed when no charts are present.
This commit is contained in:
parent
0190dc19be
commit
1418550e25
4 changed files with 60 additions and 0 deletions
8
geography/opencpn-plugin-gshhs/DESCR
Normal file
8
geography/opencpn-plugin-gshhs/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
OpenCPN is a free software (GPLv2) project to create a concise chart plotter
|
||||
and navigation software, for use underway or as a planning tool. OpenCPN is
|
||||
developed by a team of active sailors using real world conditions for
|
||||
program testing and refinement.
|
||||
|
||||
This package contains data files from the Global Self-consistent,
|
||||
Hierarchical, High-resolution Shoreline Database which are displayed
|
||||
when no charts are present.
|
34
geography/opencpn-plugin-gshhs/Makefile
Normal file
34
geography/opencpn-plugin-gshhs/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/28 14:14:52 bouyer Exp $
|
||||
#
|
||||
|
||||
VERSION= 2.2.4
|
||||
DISTNAME= opencpn-gshhs_${VERSION}
|
||||
PKGNAME= opencpn-plugin-gshhs-${VERSION}
|
||||
CATEGORIES= geography
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencpnplugins/opencpn_packaging_data/}
|
||||
|
||||
WRKSRC= ${WRKDIR}/opencpn/gshhs/
|
||||
|
||||
MAINTAINER= bouyer@NetBSD.org
|
||||
HOMEPAGE= http://opencpn.org/ocpn/
|
||||
COMMENT= complete OpenCPN shoreline database
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_LANGUAGES=
|
||||
USE_TOOLS=
|
||||
|
||||
do-build:
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/opencpn/gshhs
|
||||
for file in \
|
||||
poly-f-1.dat poly-h-1.dat poly-i-1.dat poly-l-1.dat \
|
||||
wdb_borders_f.b wdb_borders_h.b wdb_borders_i.b wdb_borders_l.b \
|
||||
wdb_rivers_f.b wdb_rivers_h.b wdb_rivers_i.b wdb_rivers_l.b \
|
||||
; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$file \
|
||||
${DESTDIR}${PREFIX}/share/opencpn/gshhs/; \
|
||||
done
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
13
geography/opencpn-plugin-gshhs/PLIST
Normal file
13
geography/opencpn-plugin-gshhs/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/28 14:14:52 bouyer Exp $
|
||||
share/opencpn/gshhs/poly-f-1.dat
|
||||
share/opencpn/gshhs/poly-h-1.dat
|
||||
share/opencpn/gshhs/poly-i-1.dat
|
||||
share/opencpn/gshhs/poly-l-1.dat
|
||||
share/opencpn/gshhs/wdb_borders_f.b
|
||||
share/opencpn/gshhs/wdb_borders_h.b
|
||||
share/opencpn/gshhs/wdb_borders_i.b
|
||||
share/opencpn/gshhs/wdb_borders_l.b
|
||||
share/opencpn/gshhs/wdb_rivers_f.b
|
||||
share/opencpn/gshhs/wdb_rivers_h.b
|
||||
share/opencpn/gshhs/wdb_rivers_i.b
|
||||
share/opencpn/gshhs/wdb_rivers_l.b
|
5
geography/opencpn-plugin-gshhs/distinfo
Normal file
5
geography/opencpn-plugin-gshhs/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/28 14:14:52 bouyer Exp $
|
||||
|
||||
SHA1 (opencpn-gshhs_2.2.4.tar.xz) = 63a2e35593fa5948de639617095a6eeb2765f88c
|
||||
RMD160 (opencpn-gshhs_2.2.4.tar.xz) = 7a5ecfdce05e29cb72115ea1e049d0507b3b9fc7
|
||||
Size (opencpn-gshhs_2.2.4.tar.xz) = 70644960 bytes
|
Loading…
Reference in a new issue