diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-02-02 20:41:34 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-02-02 20:41:34 +0000 |
commit | 48129aa9bc5c5a3eac74efcaf830e1a7bceadc06 (patch) | |
tree | 781ce1acd1c77a9481d484a17874b344b2aa5a87 /geography | |
parent | a1282d74383a39ec4009f0fdb587ce9df36d4a83 (diff) | |
download | pkgsrc-48129aa9bc5c5a3eac74efcaf830e1a7bceadc06.tar.gz |
Add opencpn-plugin-weather_routing version 20150201
This plugin creates optimized weather routes using isochrone method and
predictive grib data or averaged gridded Climate data based upon constraint
settings, start and finish information, and boat performance calculated
using boat specs or polar data
Diffstat (limited to 'geography')
-rw-r--r-- | geography/opencpn-plugin-weather_routing/DESCR | 9 | ||||
-rw-r--r-- | geography/opencpn-plugin-weather_routing/Makefile | 31 | ||||
-rw-r--r-- | geography/opencpn-plugin-weather_routing/PLIST | 22 | ||||
-rw-r--r-- | geography/opencpn-plugin-weather_routing/distinfo | 5 |
4 files changed, 67 insertions, 0 deletions
diff --git a/geography/opencpn-plugin-weather_routing/DESCR b/geography/opencpn-plugin-weather_routing/DESCR new file mode 100644 index 00000000000..eebb9d48990 --- /dev/null +++ b/geography/opencpn-plugin-weather_routing/DESCR @@ -0,0 +1,9 @@ +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 plugin creates optimized weather routes using isochrone method and +predictive grib data or averaged gridded Climate data based upon constraint +settings, start and finish information, and boat performance calculated +using boat specs or polar data diff --git a/geography/opencpn-plugin-weather_routing/Makefile b/geography/opencpn-plugin-weather_routing/Makefile new file mode 100644 index 00000000000..e6b6594a044 --- /dev/null +++ b/geography/opencpn-plugin-weather_routing/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2015/02/02 20:41:34 bouyer Exp $ +# + +VERSION= 20150201 +DISTNAME= weather_routing_pi-${VERSION} +PKGNAME= opencpn-plugin-weather_routing-${VERSION} +CATEGORIES= geography +MASTER_SITES= http://ftp.fr.netbsd.org/~bouyer/ + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://opencpn.org/ocpn/weather_routing_plugin +COMMENT= OpenCPN plugin to create optimized weather routes +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c c++ +USE_TOOLS= gettext +USE_CMAKE= yes + +CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn +CMAKE_MODULE_PATH_OVERRIDE = \ + cmake/PluginConfigure.cmake \ + cmake/PluginInstall.cmake \ + cmake/PluginLocalization.cmake \ + cmake/PluginPackage.cmake + +.include "../../devel/cmake/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/opencpn-plugin-weather_routing/PLIST b/geography/opencpn-plugin-weather_routing/PLIST new file mode 100644 index 00000000000..0e9587cd277 --- /dev/null +++ b/geography/opencpn-plugin-weather_routing/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/02 20:41:34 bouyer Exp $ +lib/opencpn/libweather_routing_pi.so +share/locale/ca/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/cs/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/da/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/de/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/el/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/es/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/et/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/fr/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/hu/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/it/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/nl/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/pl/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/ru/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/sv/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-weather_routing_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-weather_routing_pi.mo diff --git a/geography/opencpn-plugin-weather_routing/distinfo b/geography/opencpn-plugin-weather_routing/distinfo new file mode 100644 index 00000000000..6aa72b24c3c --- /dev/null +++ b/geography/opencpn-plugin-weather_routing/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/02/02 20:41:34 bouyer Exp $ + +SHA1 (weather_routing_pi-20150201.tar.gz) = c52122dc3c655307b7e7e5bd50b083567a3a7dc0 +RMD160 (weather_routing_pi-20150201.tar.gz) = a5313bd09a069a87f6b05b7f253ad4dcc2e49084 +Size (weather_routing_pi-20150201.tar.gz) = 3184466 bytes |