./geography/opencpn-plugin-weather_routing, creates optimized weather routes using grib data in OpenCPN

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 20180405nb3, Package name: opencpn-plugin-weather_routing-20180405nb3, Maintainer: bouyer

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


Required to run:
[textproc/tinyxml] [x11/wxGTK30]

Required to build:
[devel/cmake] [pkgtools/x11-links] [pkgtools/cwrappers] [x11/fixesproto4] [x11/xcb-proto] [x11/xorgproto]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2018-08-18 12:31:59 by Benny Siegert | Files touched by this commit (12)
Log message:
Pullup ticket #5804 - requested by bouyer
geography/opencpn: build fix

Revisions pulled up:
- geography/opencpn-plugin-debugger/Makefile                    1.11
- geography/opencpn-plugin-draw/Makefile                        1.17
- geography/opencpn-plugin-statusbar/Makefile                   1.8
- geography/opencpn-plugin-watchdog/Makefile                    1.15
- geography/opencpn-plugin-watchdog/distinfo                    1.10
- geography/opencpn-plugin-watchdog/patches/patch-src_Alarm.cpp 1.2
- geography/opencpn-plugin-watchdog/patches/patch-src_watchdog_pi.cpp 1.2
- geography/opencpn-plugin-weather_routing/Makefile             1.18
- geography/opencpn/Makefile                                    1.24
- geography/opencpn/distinfo                                    1.19-1.20
- geography/opencpn/patches/patch-CMakeLists.txt                1.7
- geography/opencpn/patches/patch-plugins_wmm_pi_src_MagneticPlotMap.cpp 1.2

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Tue Jul  3 15:14:16 UTC 2018

   Modified Files:
   	pkgsrc/geography/opencpn: distinfo
   	pkgsrc/geography/opencpn-plugin-watchdog: distinfo
   	pkgsrc/geography/opencpn-plugin-watchdog/patches: patch-src_Alarm.cpp
   	    patch-src_watchdog_pi.cpp
   	pkgsrc/geography/opencpn/patches:
   	    patch-plugins_wmm_pi_src_MagneticPlotMap.cpp

   Log message:
   newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan().
   This is only a build fix so no revision bump

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Thu Jul 19 17:58:58 UTC 2018

   Modified Files:
   	pkgsrc/geography/opencpn: Makefile distinfo
   	pkgsrc/geography/opencpn-plugin-debugger: Makefile
   	pkgsrc/geography/opencpn-plugin-draw: Makefile
   	pkgsrc/geography/opencpn-plugin-statusbar: Makefile
   	pkgsrc/geography/opencpn-plugin-watchdog: Makefile
   	pkgsrc/geography/opencpn-plugin-weather_routing: Makefile
   	pkgsrc/geography/opencpn/patches: patch-CMakeLists.txt

   Log message:
   Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mk
   (especially, remove gtk2 buildlink3).
   Make opencpn build with gtk3
   Conservatively bump PKGREVISIONs