summaryrefslogtreecommitdiff
path: root/geography/opencpn-plugin-watchdog
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26geography: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07geography: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-05-24opencpn-plugin-watchdog: fix pkglint warningsrillig3-8/+8
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2019-09-11Update to 2.4.6.bouyer4-248/+9
pkgsrc change: Switch to new, official upstream, and use official version numbering scheme Note that because of this, pkgin fug won't pick up this new version automatically. changes since 20190228: portability fixes (which we basically had).
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-1/+2
2019-03-25Update to 20190228. Changes since 20180827:bouyer1-5/+5
minor bug fixes and improvements
2019-03-25Update to 20190228. Changes since 20180827:bouyer2-34/+24
minor bug fixes and improvements
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-1/+2
2018-08-27Update to 20180827. Changes since 20180405:bouyer5-129/+151
display alarm counts add pypilot alarm simplify ui using context menu fix sog for speed alarm fix course alarm near north correct wind panel fix wind alarms Various bug fixes pkgsrc fix for gtk3: set brush to transparent for anchor alarm circle
2018-07-19Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mkbouyer1-5/+2
(especially, remove gtk2 buildlink3). Make opencpn build with gtk3 Conservatively bump PKGREVISIONs
2018-07-03newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan().bouyer3-25/+86
This is only a build fix so no revision bump
2018-04-29*: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3wiz1-2/+2
2018-04-19src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp,bouyer3-3/+42
so apply the same workaround. Bump PKGREVISION
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-1/+2
2018-04-09The compiler on netbsd-HEAD/earv7hf wants std::isnan, isnan cause an error.bouyer3-1/+163
2018-04-05Update to 20180405. Changes:bouyer3-32/+42
add new weather rate alarms translations updates bug fixes.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-08-24We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.bouyer3-20/+14
The reason is that a plugin may include its private version of some code that opencpn also has in its source. Without -Bsymbolic the plugin may use the objects from opencpn instead of its version, and which do not match the includes it was compiled with, and bad things happens. bump PKGREVISIONs
2017-07-07Update to 20170611. Changes since previous:bouyer2-8/+8
add wind and weather alarms
2017-04-14Update URLs for new OpenCPN web sitebouyer1-2/+2
2017-04-14Update to 20170414. Changes sinces last version:bouyer2-10/+10
Fix deadman alarm Update to use state and type of boundary for AIS guard zones Reorder boundary alarm dialog to make it simpler Add time to AIS incursion message Add Properties dialog box Add new information handling in AIS message
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-18Update to version 20160716. Changes since previous:bouyer3-9/+9
Improved landfall alarm, updates for new draw plugin, bug fixes.
2016-05-21Make theses build (and run) on linuxbouyer2-5/+9
2016-04-24Add opencpn-plugin-watchdog version 20160415bouyer5-0/+94
This plugin is developed by Sean D'Epagnier and implements various configurable alarms alerting the user about the changing conditions round the boat. Watchdog also implements a Deadman-alarm and an improved anchor alarm. Watchdog communicates with another very useful plug-in, called OpenCPN ODraw Plugin (opencpn-plugin-draw in pkgsrc). That plugin is a tool to draw geo-referenced points, lines and shapes within OpenCPN.