pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/opencpn-plugin-gshhs Add opencpn-plugin-gshh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/813e73400e8f
branches:  trunk
changeset: 645422:813e73400e8f
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed Jan 28 14:14:52 2015 +0000

description:
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:

 geography/opencpn-plugin-gshhs/DESCR    |   8 +++++++
 geography/opencpn-plugin-gshhs/Makefile |  34 +++++++++++++++++++++++++++++++++
 geography/opencpn-plugin-gshhs/PLIST    |  13 ++++++++++++
 geography/opencpn-plugin-gshhs/distinfo |   5 ++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 7421960e83d2 -r 813e73400e8f geography/opencpn-plugin-gshhs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn-plugin-gshhs/DESCR      Wed Jan 28 14:14:52 2015 +0000
@@ -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 -r 7421960e83d2 -r 813e73400e8f geography/opencpn-plugin-gshhs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn-plugin-gshhs/Makefile   Wed Jan 28 14:14:52 2015 +0000
@@ -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@localhost
+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 -r 7421960e83d2 -r 813e73400e8f geography/opencpn-plugin-gshhs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn-plugin-gshhs/PLIST      Wed Jan 28 14:14:52 2015 +0000
@@ -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 -r 7421960e83d2 -r 813e73400e8f geography/opencpn-plugin-gshhs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn-plugin-gshhs/distinfo   Wed Jan 28 14:14:52 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index