summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19+gpxseeabs1-1/+2
2018-10-19Added geography/gpxsee version 6.3abs5-0/+96
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files * User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS) * Offline maps (MBTiles, OziExplorer maps, TrekBuddy, Garmin JNX maps, GeoTIFF) * Elevation, speed, heart rate, cadence, power, temp & gear ratio/shifts graphs * Support for multiple tracks in one view * Support for POI files * Print/export to PDF * Full-screen mode * HiDPI/Retina displays & maps support * Native GUI for Windows, Mac OS X and Linux
2018-09-29mapserver: build fixtnn2-6/+17
2018-09-29libmaxminddb: build fixtnn2-1/+17
2018-09-27py-gdal: include lang/python/extension.mk for correct PLIST handlingtnn1-1/+2
2018-09-11geos: Update comments about depending packagesgdt1-2/+4
2018-09-11py-gdal: revbump due to geos update/libtoolgdt1-2/+2
2018-09-11gdal-lib: revbump for geos C++ ABI changegdt1-2/+2
together with libtool causing gdal's installed library to directly depend on the C++ ABI. CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2018-09-11Update to 3.7.0:gdt6-49/+38
pkgsrc changes: revise comments about geos C vs C++ library linking in light of unexpected libtool behavior (which defeats geos's scheme) Upstream NEWS: 3.7.0 changes 2018-09-10 - New things: - CAPI: GEOSDistanceIndexed (#795, Dan Baston) - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston) - CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax, GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston) - CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA) - CAPI: GEOSReverse (#872, Dan Baston) - CAPI: GEOSGeomGetZ (#581, J Smith) - Improvements - Interruptible snap operation (Paul Ramsey) - Numerous packaging, doc, and build changes (Debian group: Bas Couwenberg, Francesco Paolo Lovergine) (NetBSD: Greg Troxel) - Allow static library with C API for CMake builds (#878, Dakota Hawkins) - C++ API changes: - Require defining USE_UNSTABLE_GEOS_CPP_API for use without warnings. - Make C++11 required (Mateusz Loskot) - Use C++11 unique_ptr, nullptr, and override constructs (Mateusz Loskot) - C++11 standard delete on noncopyable (#851, Vicky Vergara) - Fix CommonBits::getBit to correctly handle i >= 32 (#834, Kurt Schwehr)
2018-09-10geography/libmaxminddb: Add buildlink3.mkfhajny1-0/+13
2018-09-10geography/libmaxminddb: Import libmaxminddb 1.3.2.fhajny5-1/+52
The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind.
2018-09-03*: recursive bump for vala-0.42.wiz1-3/+2
2018-08-27Update to 20180827. Changes since 20180405:bouyer3-9/+36
- fix and cleanup wind barb rendering along route - ADD max wind in ReportDialog - ADD comfort status in the WeatherRouting panel and ReportDialog This allows to: * Display directly in the table what will be the worst sailing comfort conditions found on the way. * Display in the ReportDialog the most comfortable route and date to start. - ADD option for a safety distance from land The idea is to add a safety distance to calculate the weather route from any land that can be found on the way. - various cleanups and bug fixes
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-08-27Update to 20180827. Changes since 20180405:bouyer4-25/+30
Implement Create Boundary JSON interface Implement CreateTextPoint ODAPI New 'createtextpoint' api Bug fixes
2018-08-27Update OpenCPN to 4.8.6. Changes since 4.8.2:bouyer4-10/+52
bug fixes and translations update
2018-08-22Recursive bump for perl5-5.28.0wiz11-21/+22
2018-08-21gdal: Update comments about geosgdt1-6/+7
Note that gdal is not intended to link against geos's C++ library, but does anyway (libtool?). Take primary maintership.
2018-08-16revbump after boost-libs updateadam11-21/+22
2018-08-02osm2pgsql: Update to 0.96.0gdt2-8/+7
Upstream does not provide NEWS, but reading the git commit messages from 0.94, this is mostly bugfixes and a number of efficiency improvements.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon16-32/+32
2018-07-19Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mkbouyer8-42/+37
(especially, remove gtk2 buildlink3). Make opencpn build with gtk3 Conservatively bump PKGREVISIONs
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2018-07-05py-country: updated to 18.5.26adam3-10/+12
18.5.26: Fix 13394: incorrect KeyError shadowing in Subdivisions.get() Fix 13398: make lazy loading thread-safe. 18.5.20: Update to iso-codes 3.79.
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-07-03newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan().bouyer5-33/+102
This is only a build fix so no revision bump
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam2-4/+4
2018-06-17Reset maintainer (observer)wiz4-12/+8
2018-06-15proj: Require C99, fixes some C99 math requirements.jperkin1-1/+2
2018-06-01proj: update to 5.1.0gdt3-10/+9
See NEWS for full changelog. Besides Bug fixes, notable changes are: o Function proj_errno_string() added to proj.h API (#847) o Validate units between pipeline steps and ensure transformation sanity (#906) o Print help when calling cct and gie without arguments (#907) o CITATION file added to source distribution (#914) o Webmercator operation added (#925) o Enhanced numerical precision of forward spherical Mercator near the Equator (#928) o Added --skip-lines option to cct (#923) o Consistently return NaN values on NaN input (#949) o Removed unused src/org_proj4_Projections.h file (#956) o Java Native Interface bindings updated (#957, #969) o Horizontal and vertical gridshift operations extended to the temporal domain (#1015)
2018-05-24Update to 5.0.1gdt2-7/+9
Upstream changes: bug fixes
2018-04-29revbump for boost-libs updateadam11-21/+22
2018-04-29*: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3wiz6-12/+12
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-17Recursive PKGREVISION bump for vala-0.40.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz17-32/+34
2018-04-15Fix memory leak; bump PKGREVISIONbouyer3-2/+17
2018-04-14revbump after icu updateadam16-31/+32
2018-04-13earmv7hf gcc also miscompiles ocpnDC::DrawRounderRectangle nowbouyer3-9/+22
(or maybe opencpn 4.8.0 didn't use it). Apply the same workaround as ocpnDC::DrawEllipse. Bump PKGREVISION
2018-04-09the compiler on netbsd-HEAD/earmv7hf doens't accept isnan(), use std::isnan()bouyer2-1/+33
2018-04-09The compiler on netbsd-HEAD/earv7hf wants std::isnan, isnan cause an error.bouyer3-1/+163
2018-04-09[missed file in previous commit]bouyer1-4/+3
Update to 20180405. Changes: updated translations
2018-04-05Update to 20180405. Changes:bouyer6-102/+53
support sparse polars with automatic interpolation ADD cursor bar on the plot to show where we are in time Add option cursor route enable/disable Add wind barbs on the weather route. Updated translations Lots of UI improvements and general bug fixes
2018-04-05Update to 20180405. Changes:bouyer3-32/+42
add new weather rate alarms translations updates bug fixes.
2018-04-05Update to 20180405. Changes:bouyer2-28/+37
updated translations
2018-04-05Update HOMEPAGEbouyer1-2/+2
2018-04-05Update to 1.5_20180405. Changes since 1.4:bouyer4-16/+16
Add ability to check for the first line crossing as well as the closest line crossing. Import csv file to define new boundary and boundary points Allow right click in Points and Layers tabs of Pathmanager to Hide/Show items And lots of UI and bug fixes, speedup, cleanup.
2018-04-05Update to 4.8.2. Changes since 4.8.0:bouyer4-729/+848
info popup on track rollover drop a mark on boat position on space press if SpaceDropMark is set to 1 in the config file. GHSS and US Pilotcharts added to charts downloader Config option "Course-Up Update Period" has been renamed to "Chart Rotation Averaging Time" help handle for dragging waypoints in touchscreen mode The shortcut key "D" now it works for both ENC vector charts and raster charts in addition to cm93. If course (COG) and speed (SOG) is not available through the normal NMEA interface to your gps, these values can be calculated by OpenCPN by using the position data A course predictor is now shown on screen even when the actual target, or the end point, is not visible on screen. In Options-> User Interface-> Interface Options there are now three sliders for user control of different features A new Own ship range ring colour picker is now included You can now get rid of the barbed arrow heads in the grib display When GRIB plugin is active and tide- and/or current-buttons are pressed, then tide/current calculations are shown at the "GRIB time". New settings for old and slow computers in Options-> Display-> Advanced-> Graphics For details see https://opencpn.org/OpenCPN/about/ver482.html
2018-03-21gdal-lib: Update to 2.2.4gdt4-12/+10
Update gdal-lib and py-gdal to 2.2.4. Upstream changes: bug fixes.