summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26libgeotiff: Add buildlink3.mk and silence pkglint warning.nia2-2/+17
Lack of buildlink3 noted by Dr. Thomas Orgis
2020-03-21py-google-maps-services-python: renamed to py-googlemapsadam6-17/+21
2020-03-21viking: Update patch upstream statusgdt2-5/+13
2020-03-20Fix exif2 fallout.joerg2-1/+14
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia2-4/+4
2020-03-20py-google-maps-services-python: add missing TEST_DEPENDS, sort PLISTwiz2-27/+29
2020-03-20py-google-maps-services-python: Update to 4.2.0ryoon3-31/+34
Changelog: Add support for Maps Static API (#344)
2020-03-18geography/py-proj: Update to 2.6.0gdt4-76/+79
This is a version which requires proj 6, vs a version that cannot work with proj 6. It is likely quite different as the old package was old. Upstream NEWS is missing. Summary is: many minor enhancements and bugfixes adapt to changes in proj (if you don't understand proj, this is hard to use anyway) add Geod class
2020-03-18geography/viking: Update to 1.8gdt4-20/+20
Viking 1.8 (2020-02-02) New features since 1.7 * New GeoClue Layer to Track Position from the GeoClue service ** Not available on Windows * Per Year Track Analysis * Track Timing Speed Splits Analysis * Subsecond Timing Precision for Tracks & Waypoints * Track Area Coverage Feature * Native Read Support of Zip & bzip2 Files ** This attempts to load supported files found within the compressed file * Native Basic TCX Read Support * Embedded (Elevation & Speed) Graphs in the Main Window * Improved icons for Aggregate and Maps layers * Scrolling Options for Better Usage with Touchpads * Right Click Menu Options on the Calendar * Various Keyboard Enhancements: ** Left & Right arrow keys selects the previous or next trackpoint respectively ** Keypad '+' & Keypad '-' inserts a trackpoint after or before of the current trackpoint ** Menu key opens the track context menu * SF Features#117: Area Calculation Tool * Large Basque language translation update * Many other small fixes - see the ChangeLog for the full details.
2020-03-15gpsd: ppscheck(8) only gets built if we have TIOCMIWAIT (i.e. on Linux)tnn1-0/+3
2020-03-15gdal-lib: remove the sqlite option and enable it alwaystnn3-12/+8
Because gdal-lib depends unconditionally on geograpy/proj, which depends unconditionally on sqlite3, it doesn't make sense dependency-wise to conditionally omit sqlite3 support here.
2020-03-15proj: buildlink3 sqlite3tnn1-1/+2
Needed because it is expressed in the installed libtool file: libproj.la:dependency_libs='-lsqlite3 -ldl -lpthread'
2020-03-13geography/osm2pgsql: cmake build dir cleanupgdt1-5/+5
Per pkglint, use a build directory within WRKSRC. Make the relationship between creating the build dir and using it really obvious.
2020-03-13geography/osm2pgsql: Update to 1.2.1gdt2-8/+7
Upstream psudo-NEWS: 1.2.1 and 1.2.0 are bugfix releases. 1.0.0: This release finally drops support for old-style multipolygons. Doing so allowed a major overhaul of the processing pipeline. Imports are now entirely done in the first processing stage. The second, much slower processing stage is only needed when updating existing databases. Data is entirely streamed into the database using COPY, which reduces the number of database connections needed. Other major changes include - better error handling in Lua backend - process all OSM objects again when extra attributes are requested - enable running tests in pg_virtualenv - add support for configurable Gazetteer style - allow to disable RAM node cache with -C 0
2020-03-12geography/libgeotiff: Update to 1.5.1gdt3-47/+9
Not mentoined in upstream NEWS: shlib major change (ABI break) libgeotiff 1.5.1 ---------------- * re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x libgeotiff 1.5.0 ---------------- * Require PROJ >= 6 dependency * Remove all CSV files used by geo_normalize API, since libgeotiff now relies on PROJ database for EPSG CRS definitions. * geo_normalize.c: SetGTParmIds(): use ProjStraightVertPoleLongGeoKey for CT_PolarStereographic * geo_normalize.c: report StdParallel1 for Mercator_2SP when a PCS code is used * geo_normalize.c: fix support for Laborde Oblique Mercator * listgeo: use PROJ database to display non-hardcoded values of a number of keys
2020-03-11geography/libspatialite: Workaround for proj 6gdt1-1/+4
The last release of spatialite (2015) does not build with proj 6. Force enable the deprecated API. Include URL to upstream bug, which is fixed in what might become the next release, should that occur.
2020-03-11geography/geos: Add upstream bug URL to patchgdt2-6/+5
2020-03-11geography/geos: Improve patch commentgdt2-4/+7
2020-03-11geography/geos: Adjust patch comment textgdt2-7/+9
2020-03-11revbump to work around libtool bug triggered by geos updategdt2-4/+4
2020-03-11geography/geos: Update to 3.8.1gdt5-56/+84
Changes in 3.8.1 2020-xx-xx - Bug fixes / improvements - Stack allocate line segments in OverlapUnion (Paul Ramsey) - Avoid returning non-empty CoordinateSequence from empty Point (#1001, Dan Baston) - Avoid assertion failure with MSVC 2017 / 2019 (#1002, Dan Baston) - Remove whitespace from end of GEOSversion() output (azhi) - Improve performance of GEOSisValid (#1008, Dan Baston) - Avoid changing MultiLineString component order in GEOSReverse (#1013, Dan Baston) - Fix missing vtable for LineString and CoordinateArraySequenceFactory (#299 and #1016, Evgen Bodunov) - Reduce performance regression in GEOSBuffer (#1020) Changes in 3.8.0 2019-10-10 - New things: - CAPI: GEOSBuildArea (#952, Even Rouault) - CAPI: GEOSMakeValid (#952, Even Rouault) - CAPI: GEOSPolygonize_valid (#727, Dan Baston) - CAPI: GEOSCoverageUnion (Dan Baston) - CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ, GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston) - CAPI: GEOSMinimumBoundingCircle (#735) - CAPI: GEOSGeom_createPointFromXY (Dan Baston) - Improvements: - Improve overall performance by reducing of heap allocations (Dan Baston) - Improve performance and robustness of GEOSPointOnSurface (Martin Davis) - Improve performance of GEOSPolygonize for cases with many potential holes (#748, Dan Baston) - Support extended precision calculations (ttmath) and port JTS improvements related to extended precision (Paul Ramsey, Mateusz Loskot) - Improve performance of GEOSPolygonize for cases with many or complex shells (Dan Baston, Martin Davis) - Improve performance of Delaunay triangulations / Voronoi Diagrams (Dan Baston) - Improve performance of prepared geometry operations (Dan Baston) - Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis) - Improve performance of unary union for lines (Dan Baston) - Improve general predicate, overlay, and buffer performance (Dan Baston, Paul Ramsey) - Improve cascaded union performance (Paul Ramsey, Martin Davis) - Allocate default GeometryFactory singleton on the stack (Sandro Mani) - Harmonize XML tests with JTS and harmonize cmake/autoconf test running (Paul Ramsey) - CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston) - Return unique_ptr from most methods that produce a new geometry (Dan Baston) - Changes: - Constructive geometry functions in CAPI now preserve SRID of input arguments in output (#896)
2020-03-11libchamplain04: removewiz7-140/+1
No users left in pkgsrc, newer version already packaged.
2020-03-11libchamplain012: update to 0.12.20.wiz3-145/+68
libchamplain 0.12.20 (2019-10-28) ================================= Stable release Changes: * Remove autotools-based build and all the related files (Jiří Techet) * Fix gtk-doc module name (Mart Raudsepp) * Add missing gdk required dependency (Mart Raudsepp) * Make the build reproducible (Chris Lamb) libchamplain 0.12.19 (2019-03-03) ================================= Stable release Changes: * Fix incorrect Requires in pc files when using meson (Jan Alexander Steffens) * Various meson-related fixes and cleanups (Jan Alexander Steffens) libchamplain 0.12.18 (2019-02-21) ================================= Stable release Changes: * Fix incorrect so version when using meson (Jiří Techet) * Avoid exporting marshaler functions by dropping the use of glib-genmarshal and using the generic marshaler instead (Jiří Techet) * Don't use glib-mkenums for champlain-gtk where it's not needed (Jiří Techet) libchamplain 0.12.17 (2019-02-20) ================================= Stable release Changes: * Use of meson build system, CI tests and automatized generation of documentation (Martin Blanchard) * Various map wrapping fixes (Tomasz Miąsko, Jiří Techet) * Pass data as uint8 pointer in champlain_renderer_set_data() and make this function introspectable (James Westman) * Bump versions of some dependencies - clutter (1.24), glib (2.38) - and fix depreciation warnings (Jiří Techet) * Use https for all map sources that support it (Jiří Techet) * Don't version-control generated vapi files (Jiří Techet) * Combine champlain and champlain-gtk documentations into one (Jiří Techet) * More helpful README.md with links to pages related to libchamplain (Jiří Techet) * Various housekeeping and cleanups (Jiří Techet, Andre Klapper) libchamplain 0.12.16 (2017-09-06) ================================= Stable release Changes: * Add possibility to set User-Agent for requests (Jens Georg) * Fix touch gesture zoom (Jan-Michael Brummer) * Python demo fixes and cleanups (Chris Mayo) libchamplain 0.12.15 (2017-03-08) ================================= Stable release Changes: * Fix path layer surface exporting when no clone is visible (Marius Stanciu) * Fix printing in gnome-maps (Marcus Lundblad) * Fix build on RHEL 7.3 (Matthias Clasen) * Minor example updates (Jiří Techet) libchamplain 0.12.14 (2016-09-06) ================================= Stable release Changes: * Add support for horizontal map wrapping (Marius Stanciu, Jonas Danielsson, Jiří Techet) * Make the number of parallel connections of network tile source configurable (Mattias Bengtsson) * Remove Mapquest map source as the tile server is not accessible any more (Nayan Deshmukh, Jiří Techet) * Remove Maemo-related code (Jiří Techet) * Fix small memory leaks (Marius Stanciu) * Bump libsoup dependency requirement to 2.42 and drop deprecated function calls (Nayan Deshmukh) * Various minor improvements, fixes, depreciaton warning removals and cleanups (Nayan Deshmukh, Marius Stanciu, Mattias Bengtsson, Jiří Techet) libchamplain 0.12.13 (2016-02-25) ================================= Stable release Changes: * Implement ChamplainExportable in MarkerLayer and ChamplainPoint (Jonas Danielsson) * Avoid runtime warnings due to the use of deprecated API (Cosimo Cecchi) * Make sure enums are introspectable (Jonas Danielsson) * Fix occasional crash when closing map with layers (Jonas Danielsson) * Various minor fixes and improvements (Emmanuele Bassi, Hashem Nasarat, Pavel Machek, Jiří Techet) libchamplain 0.12.12 (2015-12-02) ================================= Stable release Changes: * Add possibility to export maps (Jonas Danielsson) * Fix map getting blank after some mouse actions (Carlos Garnacho) * Fix tile loading at higher zoom levels (Rémy Oudompheng) * Improve mouse wheel zoom handling (Carlos Garnacho, Jiri Techet) libchamplain 0.12.11 (2015-09-18) ================================= Stable release Changes: * Improved touch-screen support, pinch-to-zoom (Carlos Garnacho) * Add champlain_view_set_world() to limit the world to the specified bounding box (Jonas Danielsson) * Various minor fixes (Jonas Danielsson, Ting-Wei Lan, Jiří Techet)
2020-03-11libmemphis02: update to 0.2.3nb5.wiz5-9/+12
Fix PLIST for current gtk-doc, clean up pkglint.
2020-03-11libchamplain08: removewiz9-160/+1
No users left in pkgsrc, newer version already packaged.
2020-03-11libchamplain06: removewiz8-118/+1
No user left in pkgsrc, newer version already packaged.
2020-03-11emerillon: removewiz6-199/+1
This was part of GNOME, but is discontinued and the last release was in 2011.
2020-03-11*: bump for vala 0.48.0wiz1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz21-42/+42
recursive bump for the dependency change
2020-03-10geography/proj: Update to 6.3.1gdt5-70/+325
This is a signficant update from 5.2.0; proj has withdrawn one API and deprecated another. Packages that have a healthy upstream and are up to date should be ok, but some will need remedial attention. I have held off on this update for quite a long time, but it seems we have arrived at the problems from some packages' failure to cope with proj 6 being less serious than holding back well-maintained packages from the improvements. Add an option "proj-grids", default on, to include the optional grid files. These are large, but necessary for many datum transformations. Upstream's tests fail with them installed, because the test vectors are computed without them, so tests are forced to fail if grids are included. Upstream NEWS, projected to standard NEWS content follows. (NB: The 6.0.0 content is the most critical to understand.) 6.3.1 Release Notes ------------------- Updates ------- o Update the EPSG database to version 9.8.6 o Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids o Database: add mapping for TOR27CSv1.GSB 6.3.0 Release Notes ------------------- Updates ------- o Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (#1812) o Modify verbosity level of some debug/trace messages (#1811) o projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL (#1810) o proj_trans: add retry logic to select other transformation if the best one fails. (#1809) o BoundCRS::identify(): improvements to discard CRS that aren't relevant (#1802) o Database: update to IGNF v3.1.0 (#1785) o Build: Only export symbols if building DLL (#1773) o Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database (#1762) o createOperations(): chain operations whose middle CRSs are not identical but have the same datum (#1734) o import/export PROJJSON: support a interpolation_crs key to geoid_model (#1732) o Database: update to EPSG v9.8.4 (#1725) o Build: require SQLite 3.11 (#1721) o Add support for GEOIDMODEL (#1710) o Better filtering based on extent and performance improvements (#1709) 6.2.1 Release Notes ------------------- Updates ------- o Update the EPSG database to version 9.8.2 6.2.0 Release Notes ------------------- Updates ------- o Introduced PROJJSON, a JSON encoding of WKT2 (#1547) o Support CRS instantiation of OGC URN's (#1505) o Expose scope and remarks of database objects (#1537) o EPSG Database updated to version 9.7.0 (#1558) o Added C API function proj_grid_get_info_from_database() (#1494) o Added C API function proj_operation_factory_context_set_discard_superseded() (#1534) o Added C API function proj_context_set_autoclose_database() (#1566) o Added C API function proj_create_crs_to_crs_from_pj() (#1567) o Added C API function proj_cleanup() (#1569) 6.1.1 Release Notes ------------------- Updates ------- o Update EPSG registry to version 9.6.3 (1485) 6.1.0 Release Notes ------------------- Updates ------- o Include custom ellipsoid definitions from QGIS (#1337) o Add "-k ellipsoid" option to projinfo (#1338) o Make cs2cs support 4D coordinates (#1355) o WKT2 parser: update to OGC 18-010r6 (#1360 #1366) o Update internal version of googletest to v1.8.1 (#1361) o Database update: EPSG v9.6.2 (#1462), IGNF v3.0.3, ESRI 10.7.0 and add operation_version column (#1368) o Add proj_normalize_for_visualization() that attempts to apply axis ordering as used by most GIS applications and PROJ <6 (#1387) o Added noop operation (#1391) o Paths set by user take priority over PROJ_LIB for search paths (#1398) o Reduced database size (#1438) o add support for compoundCRS and concatenatedOperation named from their components (#1441) 6.0.0 Release Notes ------------------- PROJ 6 has undergone extensive changes to increase its functional scope from a cartographic projection engine with so-called "early-binding" geodetic datum transformation capabilities to a more complete library supporting coordinate transformations and coordinate reference systems. As a foundation for other enhancements, PROJ now includes a C++ implementation of the modelisation propopsed by the ISO-19111:2019 standard / OGC Abstract Specification Topic 2: "Referencing By Coordinates", for geodetic reference frames (datums), coordinate reference systems and coordinate operations. Construction and query of those geodetic objects is available through a new C++ API, and also accessible for the most part from bindings in the C API. Those geodetic objects can be imported and exported from and into the OGC Well-Known Text format (WKT) in its different variants: ESRI WKT, GDAL WKT 1, WKT2:2015 (ISO 19162:2015) and WKT2:2018 (ISO 19162:2018). Import and export of CRS objects from and into PROJ strings is also supported. This functionality was previously available in the GDAL software library (except WKT2 support which is a new feature), and is now an integral part of PROJ. A unified database of geodetic objects, coordinate reference systems and their metadata, and coordinate operations between those CRS is now available in a SQLite3 database file, proj.db. This includes definitions imported from the IOGP EPSG dataset (v9.6.0 release), the IGNF (French national mapping agency) geodetic registry and the ESRI projection engine database. PROJ is now the reference software in the "OSGeo C stack" for this CRS and coordinate operation database, whereas previously this functionality was spread over PROJ, GDAL and libgeotiff, and used CSV or other adhoc text-based formats. Late-binding coordinate operation capabilities, that takes metadata such as area of use and accuracy into account, has been added. This can avoid in a number of situations the past requirement of using WGS84 as a pivot system, which could cause unneeded accuracy loss, or was not doable at all sometimes when transformation to WGS84 was not available. Those late-binding capabilities are now used by the proj_create_crs_to_crs() function and the cs2cs utility. A new command line utility, projinfo, has been added to query information about a geodetic object of the database, import and export geodetic objects from/into WKT and PROJ strings, and display coordinate operations available between two CRSs. UPDATES ------- o Removed projects.h as a public interface (#835) o Deprecated the proj_api.h interface. The header file is still available but will be removed with the next major version release of PROJ. It is now required to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before the interface can be used (#836) o Removed support for the nmake build system (#838) o Removed support for the proj_def.dat defaults file (#201) o C++11 required for building PROJ (#1203) o Added build dependency on SQLite 3.7 (#1175) o Added projinfo command line application (#1189) o Added many functions to proj.h for handling ISO19111 functionality (#1175) o Added C++ API exposing ISO19111 functionality (#1175) o Updated cs2cs to use late-binding features (#1182) o Removed the nad2bin application. Now available in the proj-datumgrid git repository (#1236) o Removed support for Chebyshev polynomials in proj (#1226) o Removed proj_geocentric_latitude from proj.h API (#1170) o Changed behaviour of proj: Now only allow initialization of projections (#1162) o Changed behaviour of tmerc: Now default to the Extended Transverse Mercator algorithm (etmerc). Old implementation available by adding +approx (#404) o Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210) o Allow multiple directories in PROJ_LIB environment variable (#1281) o Added Lambert Conic Conformal (2SP Michigan) projection (#1142) o Added Bertin1953 projection (#1133) o Added Tobler-Mercator projection (#1153) o Added Molodensky-Badekas transform (#1160) o Added push and pop coordinate operations (#1250) o Removed +t_obs parameter from helmert and deformation (#1264) o Added +dt parameter to deformation as replacement for removed +t_obs (#1264)
2020-03-08*: recursive bump for libffiwiz32-61/+64
2020-02-26geolite2-city: removewiz5-59/+1
fetch fails, hostname not found, not updated since import in 2016, no user in pkgsrc.
2020-02-26geolite2-country: removewiz5-59/+1
fetch fails, hostname not found, not updated since import in 2016, no user in pkgsrc.
2020-02-12py-google-maps-services-python: Update to 4.1.0ryoon2-7/+9
Changelog: v4.1.0 Added Adding support for passing in experience_id to Client class (#338) v4.0.0 Changed Python 2 is no longer supported Removed place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations. v3.1.4 Changed APIError.__str__ should always return a str (#328) v3.1.3 Changed deprecation warning for place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations. v3.1.2 Added Tests for distribution tar as part of CI Support for subfields such as geometry/location and geometry/viewport in Places. v3.1.1 Changed Added changelog to manifest v3.1.0 Changed Switched build system to use nox, pytest, and codecov. Added Python 3.7 to test framework. Set precision of truncated latitude and longitude floats to 8 decimals instead of 6. Minimum version of requests increased. Session token parameter added to place(). Fixed issue where headers in request_kwargs were being overridden. Added Automation for PyPi uploads. Long description to package. Added tests to manifest and tarball. Removed Removed places places_autocomplete_session_token which can be replaced with uuid.uuid4().hex. Removed deprecated places_radar.
2020-01-26all: migrate homepages from http to httpsrillig5-11/+11
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-26Adjust to python-versioned py-qt5 and/or x11/py-qt5-qscintilla files.rhialto1-3/+10
2020-01-18all: migrate several HOMEPAGEs to httpsrillig14-28/+28
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin10-20/+20
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-4/+4
2020-01-17geography/gpsd: Update to 3.20gdt3-14/+13
3.20: 2019-12-31 Change README into an asciidoc file and publish HTML from it Add NED and geoid_sep to gps_fix_t and TPV JSON. Add "-e NED" to ubxtool to enable NED messages. gpsdata.separation replaced by gpsdata.fix.geoid_sep. Remove nofloats build option. TPV JSON "alt" is now fixed at WGS84. Probably. xgps now uses XGPSOPTS environment variable. add health variable to satellite_t change satellite_t elevation and azimuth to double satellite_t elevation, azimuth, and ss use NAN for unknown value. add altMSL, altHAE, and depth, to gps_fix_t altitude in gps_fix_t is deprecated and undefined wgs84_separation() now return EGM2008 computed from 5x5 degree base data. The best results are close to cm, the worst off up to 12m. Move mag_var from gps_device_t to magnetic_var gps_data_t. Added mag_var() to interpolate magnetic variation (deviation) from a table. Remove true2magnetic() as mag_var() improves on it. Remove TIMEHINT_ENABLE. It only worked when enabled. Remove NTP_ENABLE and NTPSHM_ENABLE. It only worked when enabled. Remove PPS_ENABLE and TIMING_ENABLE. Add dgps_age and dgps_station to gps_fix_t Convert all timestamp_t to timespec_t. Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options. Add -s [speed] and -f [framing] runtime options to gpsd. A working CC and termios.h are mandatory. use the current leap second to determine the current GPS epoch. leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone. See also change histories in gps.h and gpsd.h
2020-01-12*: Recursive revbump from devel/boost-libsryoon11-19/+22
2019-12-11py-geojson: updated to 2.5.0adam3-13/+10
2.5.0: - Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m) - Fix bug where `map_geometries()` util was not preserving Feature IDs - Remove `crs` module and features to conform to official WGS84-only GeoJSON spec - Set up semi-automatic PyPi releases via Travis/Jazzband
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd2-2/+4
2019-11-28py-country: updated to 19.8.18adam3-8/+33
19.8.18: - Fix installation on systems that don't have UTF-8 as default encoding. - Remove superfluous print debugging output. 19.7.15: - Update to iso-codes 4.3. - Add support for ISO 639-5 (Language Families and Groups). - Drop support for Python 2. - Add `search_fuzzy()` function to the countries database. This allows for dealing with user searches that aren't really aware of ISO 3166 (so, like, actual human beings). A bit of character normalization and prioritizing matches between multiple criteria allows building somewhat reasonable suggestion/autocompletion lists. Caveat emptor: no attention has been paid to performance in this feature.
2019-11-24geography/py-proj: Update HOMEPAGEgdt1-2/+2
2019-11-24geography: -proj-swiggdt1-2/+1
2019-11-24geography/proj-swig: Removegdt6-95/+0
This project has no functioning upstream and there has been no reason to think anyone has used it in many years. As maintainer, the only correspondence I have received about it is a suggestion to delete it.
2019-11-22Update to 1.6.8 (distinfo commited on 2019/09/12, for some reason Makefilebouyer1-5/+3
was skipped). Changes: - updated translations - UI bugfixes - Added DeleteBoundary and DeleteBoundaryPoint to API and json messages
2019-11-06*: recursive bump for vala-0.46wiz1-2/+2
2019-11-04geography/gdal-lib: Update to 2.4.3gdt5-26/+9
(Also update py-gdal as it shares the distfile.) Note that the upgrade to 3.0.x is pending evaluation of impact on depending packages. Upstream changes: basically bugfixes.