diff options
author | bouyer <bouyer> | 2015-01-28 14:14:52 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2015-01-28 14:14:52 +0000 |
commit | 6ec16ea65cff89d77a04a6b3730550e64cfb5d10 (patch) | |
tree | e36e3ca883a48a2e033f581efd15b01889528507 /geography | |
parent | 85333584b0cfb3277f5aa91cde09d6566e426f09 (diff) | |
download | pkgsrc-6ec16ea65cff89d77a04a6b3730550e64cfb5d10.tar.gz |
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.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/opencpn-plugin-gshhs/DESCR | 8 | ||||
-rw-r--r-- | geography/opencpn-plugin-gshhs/Makefile | 34 | ||||
-rw-r--r-- | geography/opencpn-plugin-gshhs/PLIST | 13 | ||||
-rw-r--r-- | geography/opencpn-plugin-gshhs/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/geography/opencpn-plugin-gshhs/DESCR b/geography/opencpn-plugin-gshhs/DESCR new file mode 100644 index 00000000000..cde6773f1fb --- /dev/null +++ b/geography/opencpn-plugin-gshhs/DESCR @@ -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. diff --git a/geography/opencpn-plugin-gshhs/Makefile b/geography/opencpn-plugin-gshhs/Makefile new file mode 100644 index 00000000000..17dd1cf1ab0 --- /dev/null +++ b/geography/opencpn-plugin-gshhs/Makefile @@ -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" + diff --git a/geography/opencpn-plugin-gshhs/PLIST b/geography/opencpn-plugin-gshhs/PLIST new file mode 100644 index 00000000000..94af028868f --- /dev/null +++ b/geography/opencpn-plugin-gshhs/PLIST @@ -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 diff --git a/geography/opencpn-plugin-gshhs/distinfo b/geography/opencpn-plugin-gshhs/distinfo new file mode 100644 index 00000000000..5e2dac1f6f2 --- /dev/null +++ b/geography/opencpn-plugin-gshhs/distinfo @@ -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 |