Commit graph

1327 commits

Author SHA1 Message Date
gdt
87454d4780 geography/qgis: Update to 3.22.7
Upstream changes are minor (micro release).
2022-05-21 00:07:59 +00:00
khorben
4d501ba9bf gpsd: provide a RC script
Bumps PKGREVISION.

Tested on NetBSD/amd64.

"ok with this" gdt@
2022-05-20 19:52:41 +00:00
jperkin
05b4fa3193 gdal-lib: Update distfile checksums.
Unclear at this time if upstream have changed the tarball or if the checksums
were incorrect, but this definitely correlates with what they are currently
distributing, as well as matches their published md5 checksums.
2022-05-16 09:10:31 +00:00
gdt
5045e9eb36 revbump for gdal-lib update 2022-05-13 13:47:34 +00:00
gdt
f2d3772e46 geography/gdal*: Update to 3.5.0
## Summary

* [RFC 84](https://gdal.org/development/rfc/rfc84_cmake.html):
  Addition of a CMake build system, which deprecates the existing
  autoconf/automake and nmake build systems, that will be removed
  in GDAL 3.6.0. Users are encouraged to adopt the new CMake build system.
  Documentation of the CMake build system is at
  https://gdal.org/build_hints.html.
* Add GDT_Int64 and GDT_UInt64 data types and handle them in MEM, GTiff, netCDF and Zarr drivers
* Add read/write OGR Parquet (Apache Parquet) and 'Arrow' (Apache Arrow IPC File/Feather or stream) drivers. Only in CMake builds
* Add OGR HANA database driver. Only in autoconf & cmake builds
* Removed drivers: RDA, JPEG2000 (Jasper-based), CharLS, MG4 LIDAR, FujiBAS, IDA, INGR, ARCGEN, ArcObjects, CouchDB, Cloudant, DB2, FME, Geomedia, MDB (Java Jackess based), GTM, Ingres, MongoDB (old one. MongoDBv3 is the one to use now), REC, Walk, GMT raster, DODS raster and vector
* GDAL and OGR GRASS drivers moved to https://github.com/OSGeo/gdal-grass repository
* Tiger: remove deprecated write side of the driver (#4216)
* Remove deprecated SWIG Perl bindings
* Code linting and security fixes
* Bump of shared lib major version

## Removed files

* Remove deprecated testepsg utility (#3993)
2022-05-13 13:28:52 +00:00
gdt
cf5a3ce826 geography/gdal-lib: Update to 3.4.3
Upstream changes are bugfixes and minor improvements.
2022-05-08 12:47:20 +00:00
gdt
456ef20426 geography/shapelib: Update to 1.5.0
Upstream NEWS since 1.2.10:

  * Minor improvements (see ChangeLog for details)

  * contrib/shpgeo.h/.c: Remove PROJ.4 dependency and functionality,
    causing removal of SHPProject(), SHPSetProjection() and SHPFreeProjection()
  * contrib/shpproj.c: removed

  * bump shlib version

  * convert to autoconf/automake
2022-05-06 00:30:33 +00:00
gdt
20cdf91869 geography/shapelib: Reset MAINTAINER
(Previous MAINTAINER is no longer working on pkgsrc.)
2022-05-06 00:08:04 +00:00
mef
0f4d42b929 (geography/R-geosphere) Updated 1.5.10 to 1.5.14, explicit NEWS.md unknown 2022-05-02 12:40:15 +00:00
mef
71540a5f90 (geography/R-deldir) Updated 0.1.28 to 1.0.6, make test passed
Version 1.0-6 23/10/2021

 Fixed a bug that kept deldir() from working when "x" is a
 point pattern.

 Version 1.0-5 10/10/2021

 Changed the protocol for "digging out" x and y, and
 "digging out" z.  The rule now is: if the specified argument
 is found (located in the global environment, or given explicitly)
 then *use* it!  Only if it is *not* found elsewhere should it be
 sought in the "x" argument.  (This change was implemented after
 Duncan Murdoch convinced me to see the error of my previous ways.)

 Adjusted/corrected the processing of generic lists, as the x
 argument, in deldir()

 Re-wrote the discussion of the argument processing protocol in
 deldir.Rd, so as to make it properly reflect the current behaviour
 of the function.  It is also hoped that the clarity of the
 discussion has been improved.

 Fixed various glitches and typos in the code and the help files.

 Version 1.0-4 06/10/2021

 Fixed more bugs in deldir() w.r.t. argument processing, again
 pointed out to me by Duncan Murdoch.

 Fixed a bug in triang.list(); it crashed if there were not
 any actual triangles in the "triangulation"!

 Made an adjustment to plot.triang.list() (added an argument to
 specify a colour for the enclosing rectangle.

 Version 1.0-3 06/10/2021

 Fixed bug in deldir() (more explicitly in digOutz()) that
 was pointed out to me by Duncan Murdoch.

 Version 1.0-2 05/10/2021

 Adjusted plot.deldir() so that it no longer insists that cmpnt_lty
 be numeric, but also allows (as it should) the text strings "solid",
 "dashed", "dotted", "dotdash", "longdash", and "twodash".

 Version 1.0-1 30/09/2021

 Modified deldir() so that if argument "x" is a data frame it is
 *NOT* required to have columns named "x" and "y".  If there is no
 column named "x", the x-coordinates are taken to be the *first*
 column named neither "y" nor "z".  Likewise if there is no column
 named "y", the y-coordinates are taken to be the *first* column
 that is named neither "x" nor "z" and is not equal to the column
 previously selected to be the x-coordinates.

 Also modified deldir() so that the "x" argument is allowed to be
 a matrix.  The same convention that was used when "x" is a data
 frame is applied.

 This modification was made in response to an observation made by
 Jakob Bossek and makes use of a suggestion from Duncan Murdoch.

 Version 1.0-0 27/09/2021

 Removed/eliminated all traces of the (basically useless) facility
 for incorporating dummy points into the triangulation/tessellation.
 This facility was a historical artefact that had hung around much
 too long.

 Made an adjustment to plot.tile.list(); it no longer throws an
 error if the border argument is of length greater than 1; it now
 simply uses the first entry.

 29/09/2021

 Ran the *.Rd files through ispell and found and corrected an
 embarrassing number of errors.  Did not increment the version
 number.

 Version 0.2-13 26/09/2021

 Made some adjustments to the syntax of deldir() to accommodate
 problems encountered with finding the "z" argument.

 Changed the position of "z" in the argument list (to follow "x"
 and "y").

 Got rid of the message being issued on the first call, and the
 suppressMessage argument.

 Version 0.2-12 28/05/2021

 Adjusted the application of "\dontrun{...}" in the help files,
 eliminating its unnecessary application in some instances, and
 replacinng it by "\donttest{...}" in one instance.

 Version 0.2-11 12/05/2021

 Changed the terminology in the help and code comments so as to
 refer to the entries of the "z" argument as "tags" and not
 as "weights".  The latter term is misleading.

 Adjusted divchain() so as not to insist that the "z" argument
 be a factor.  It may now be a factor or a vector of any mode.
 If is not a factor then it is coerced into one.

 Added a "tags" component to the list returned by lawSummary().
 (This was instigated by an enquiry from Art Stock.)

 Version 0.2-10 09/02/2021

 Added the cvt() (Centroidal Voronoi Tiles) function at the
 request of Michaél Aupetit.

 Amended deldir() so that the returned object has attributes
 "round" (TRUE if argument "round" was TRUE) and "digits"
 (equal to the value of argument "digits" if "round" is TRUE,
 equal to NA otherwise.)

 Made some adjustments to the help for deldir() and plot.tile.list().

 Changed the name of Vol.Tri.Points to volTriPoints, so as to make
 it more consistent with my usual naming conventions.

 Added the "\version" macro.

 10/02/2021
 Made some adjustments to the help for cvt().

 16/02/2021
 Submitted to CRAN

 Version 0.2-9 16/01/2021

 Fixed (???) a bug in doClip() revealed by reverse-dependent package
 visualFields.  My logic (using almost.match()) was completely out
 to luntch.  Got rid of almost.match() and introduced a new function
 findNewInOld() which I *think* does things right.

 Adjusted tile.list() so that when it clipps tiles it checks for
 the availability of the polyclip package (and throws an error if
 this package is not available).

 Adjusted the help for plot.tile.list(), doing the same
 re-arrangement of plotting colours in one of the examples, as is
 used in the help for tilePerim().  The re-arrangement serves to
 produce better contrasts between contiguous tiles.
2022-05-02 12:26:27 +00:00
mef
6ab5c5a0af (geography/R-countrycode) Updated 1.3.0 to 1.3.1
# countrycode 1.3.1

* New code: unhcr
2022-05-02 12:10:56 +00:00
mef
01a9ff6e27 (geography/R-lwgeom) Updated 0.2.7 to 0.2.8, make test passed
# version 0.2-8

* remove PROBLEM ... ERROR constructs from C code
2022-05-02 11:57:55 +00:00
mef
90088cd639 +TEST_DEPENDS+= (x4) make test passed 2022-05-02 10:57:53 +00:00
mef
128872082e (geography/R-wk) Updated 0.5.0 to 0.6.0
# wk 0.6.0

* Fixed `wk_affine_rescale()` to apply the translate and scale
  operations in the correct order (#94).
* Add `wk_handle_slice()` and `wk_chunk_map_feature()` to support
  a chunk + apply workflow when working with large vectors (#101, #107).
* C and R code was rewritten to avoid materializing ALTREP vectors
  (#103, #109).
* Added a `wk_crs_proj_definition()` generic for foreign CRS objects
  (#110, #112).
* Added `wk_crs_longlat()` helper to help promote authority-compliant
  CRS choices (#112).
* Added `wk_is_geodesic()`, `wk_set_geodesic()`, and argument `geodesic`
  in `wkt()` and `wkb()` as a flag for objects whose edges must
  be interpolated along a spherical/ellipsoidal trajectory (#112).
* Added `sf::st_geometry()` and `sf::st_sfc()` methods for wk geometry
  vectors for better integration with sf (#113, #114).
* Refactored well-known text parser to be more reusable and faster
  (#115, #104).
* Minor performance enhancement for `is.na()` and `validate_wk_wkb()`
  when called on a very long `wkb()` vector (#117).
* Fixed issue with `validate_wk_wkb()` and `validate_wk_wkt()`, which failed
  for most valid objects (#119).
* Added `wk_envelope()` and `wk_envelope_handler()` to compute feature-wise
  bounding boxes (#120, #122).
* Fixed headers and tests to pass on big endian systems (#105, #122).
* Incorporated the geodesic attribute into vctrs methods, data frame
  columns, and bbox/envelope calculation (#124, #125).
* Fix `as_xy()` for nested data frames and geodesic objects (#126, #128).
* Remove deprecated `wkb_problems()`, `wkt_problems()`, `wkb_format()`,
  and `wkt_format()` (#129).
* `wk_plot()` is now an S3 generic (#130).
2022-05-01 23:31:07 +00:00
gdt
953e51cf79 geography/gpsd: Update to 3.24
3.24: 2022-04-22
  NTRIP 2.0 now works.  But still only plain HTML, not RTP, etc.
  Remove ntrip option and NTRIP_ENABLE.  Always build.
  Remove passthrough option and PASSTHROUGH_ENABLE.  Always build.
  Remove nmea0183 option and NMEA0183_ENABLE.  Always build.
  Remove netfeed option and NETFEED_ENABLE.  Always build.
  gpsd will retry ntrip:// and tcp:// connections
  cgps can expand to show more sats. Added --rtk option.
  maidenhead() checks for input errors.
  Better SHM logs.
  PPS and TOFF JSON now include shm used, and real precision.
  Add initial, untested, TSIPv1 support
  split debug messages into different syslog() levels.
  New ppscheck options, and can use /dev/ppsX devices.
  First try at TSIPv1 protocol decodes.
  Decode Quectel $PQVERNO for firmware version
  Decode Skytrak PX1172RH_DS messages.
2022-04-28 11:43:14 +00:00
gdt
7e487d0914 geography/qgis: Update to 3.22.6
This is a point release in a long-term stable series.
Upstream changes are minor/bugfixes.
2022-04-27 15:58:14 +00:00
mef
12d68426c2 (geography/R-maps) Updated 3.3.0 to 3.4.0, fix build against R-4.2.0
explicit ChangeLog or NEWS.md not found
2022-04-25 12:53:58 +00:00
adam
f5e35d538b revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
nia
7e882b4832 *: Mark various packages incompatible with Python 3.7 due to numpy 2022-04-15 11:37:46 +00:00
gdt
8923525e33 geography/gama: Update to 2.18
* Changes in release 2.18 (2022-04-09)

New conversion class K2gkf (lib/krumm) with accompanying program
krumm2gama-local and the testing suite for converting input data
format used in the text book "Geodetic Network Adjustment Examples" by
Friedhelm Krumm, Geodätisches Institut Universität Stuttgart, 2020.

Not all input data in Krumm Format can be converted to GNU Gama,
i.e. to the adjustment program gama-local input XML:

* scale factor is not implemented in gama-local adjustment

* gama-local does not enable fixing only x coordinate (or y
  coordinate) for 2D free network to remove singularity. This kind
  of regularization has very little practical meaning. Technically
  it would be possible to enable this feature in gama-local, but it
  is questionable if the outcome would not enable more confusion
  than possible outcome. Adustment should not be dependent on the
  coordinate system used.

* gama-local does not deduce that an azimuth to the unknown point
  P can be combined with some angle pointing to the P to create a
  new feigned azimuth. This is an interesting feature which may
  be implemented in some future version, namely in the gama-local
  stage of computing approximate coordinates.

* nonlinear conditions are not implemented in gama-local

* BLH coordinates are not supported in gama-local
2022-04-14 12:34:16 +00:00
markd
9cd6372013 tex-pst-geo{,-doc}: update to 2.07
changes unknown
2022-04-10 06:21:01 +00:00
gutteridge
1e3802c14c Fix build breakage from py-scipy now being Python >= 3.8 2022-04-10 00:57:13 +00:00
kleink
3fe81b3c1e geography/py-googlemaps: Update to 4.6.0.
4.6.0 (2022-02-02)

Features
* Geocode by place id (427) (1364711)
2022-04-09 07:01:35 +00:00
bouyer
8a6b5c7aa3 Fix icon handling, especially for toolbar.
Bump PKGREVISION
2022-04-04 21:14:51 +00:00
adam
e39295c91d revbump for devel/protobuf 2022-04-03 18:50:16 +00:00
pin
52d1e6f116 geography/echomap: update to 0.7.1
v0.7.1
	use FeatureIterator to stream geojson for perf

v0.7.0
	Multiple dependency updates, including refactoring for clap
2022-03-30 16:13:55 +00:00
wiz
0f6341b8bd *: recursive bump for vala 0.56 2022-03-30 10:02:21 +00:00
bouyer
fec5809231 Add opencpn-plugin-plots 2022-03-28 19:33:14 +00:00
bouyer
e1f2611446 Add opencpn-plugin-plots version 2.2.12
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 is designed to monitor speed and course to make the changes to
sail sweep obvious. It may be used to better understand the sailing
characteristics of a particular sailing vessel, or for fine tuning to give
optimal results.
2022-03-28 19:32:38 +00:00
tnn
02c2b5dd43 g*/*: revbump(1) for libsndfile 2022-03-28 10:44:05 +00:00
tnn
e75c1facf5 geos: fix build on SunOS 2022-03-27 13:33:21 +00:00
gdt
41e83ac078 geography/qgis: Update to 3.22.5
This is a micro-update; upstream change are minor/bugfixes.  (And,
upstream has a track record of micro updates not breaking anything.)
2022-03-23 23:35:39 +00:00
gdt
6c2aadf262 geography/qgis: Update to 3.22.4
This is a micro along a stable branch and upstream changes are
bugfixes and minor improvements.  Tested on netbsd-9 amd64.
2022-03-17 22:23:16 +00:00
gdt
79f18092bf geography/gdal*: Update to 3.4.2
Upstream changes are minor.

Tested with qgis, and gdal tests show only 3 failures on NetBSD 9 amd64.
2022-03-14 15:10:16 +00:00
gdt
2de93b9f1d geography/libgeotiff: Update to 1.7.1
upstream changes are minor
2022-03-14 12:22:49 +00:00
gdt
faffd5628a geography/geos: Update to 3.10.2
bugfixes and minor improvements
2022-03-13 14:28:59 +00:00
gdt
a99281caec geography/qgis: Update to 3.22.3
Upstream changes:

  Many bug fixes and improvements.

3.22:

  Annotation layer improvements.
  Substantial mesh layer improvements.

3.20:

3.18:
  Improved simulation of color vision deficiency.
  Drop DB2 provider.
2022-02-15 12:59:21 +00:00
gdt
b48ce5d405 geography/gama: Update to 2.17
upstream changses: Maintenance - no user visible changes.
2022-01-30 15:44:15 +00:00
wiz
ba633af45f gpsd: restrict to python 3.x
(reduce py27-gobject3 users)
2022-01-28 12:06:04 +00:00
wiz
e035ef5d6d py-proj: force running cythonize during build
This fixes the build with python 3.10.
2022-01-27 08:24:51 +00:00
pin
1cc695d21a geography/echomap: update to 0.6.2
-Add test for shapefile
-Update dependencies
-Bump version
2022-01-22 16:12:49 +00:00
gdt
60302373cb geography/py-gdal: Clean up how PKGREVISION is set
NFCI; just fold the revbump-set PKGREVISION=1 (that I should have
skipped) into the commented-out zero.
2022-01-19 15:40:55 +00:00
gdt
6c43b7139b geography/qgis: Update to 3.16.16
Upstream changes are minor.

Packaging changes:

  Work around a new upstream bug where a test that depends on qtwebkit
  was not ifdefed.

  Start to try to adapt to the changes in py-sip.
2022-01-18 23:33:59 +00:00
gdt
0244af436e *: revbump for gdal-lib update 2022-01-18 17:42:25 +00:00
gdt
a0a75bb17a geography/gdal*: Update to 3.4.1
Packaging changes:

  Drop patch to visibility define code in port/cpl_conv, because gdal
  builds on NetSBD 9 without it, it had a merge conflict, it is not
  explained in a comment or commit message, and it hasn't been filed
  upstream.

Upstream changes (see NEWS.md for more detail):

* [RFC 81](https://gdal.org/development/rfc/rfc81_coordinate_epoch.html):
  Support for coordinate epochs in geospatial formats.
  Implemented in FlatGeoBuf, GeoPackage, MEM, VRT
* New GDAL drivers:
  - [Zarr](https://gdal.org/drivers/raster/zarr.html):
    read/write support for ZarrV2 (and experimental V3), using 2D classic raster
    API or multidimensional API:
  - [STACIT](https://gdal.org/drivers/raster/stacit.html):
    Spatio-Temporal Asset Catalog Items as virtual mosaics
* Other improvements:
  - number of enhancements in file system operations of /vsigs/
  - NITF: additions to comply with NITF Version 2.1 Commercial Dataset
    Requirements Document (NCDRD)
  - ODBC and PGeo: multiple fixes and improvements
  - SAFE (Sentinel1): multiple improvements related to SLC/calibration (change
    subdataset naming)
  - multidimensional API: caching, and other improvements
* Code linting and security fixes
* Bump of shared lib major version
* Add support for PCRE2 (to replace deprecated PCRE) (#4822)
* MDB driver (Java based) mark as deprecated. Planned for removal for GDAL 3.5.
  ODBC driver is the preferred solution (with up-to-date MDBTools library on
  non-Windows platforms)
* Writing side of Tiger driver deprecated and will be removed in GDAL 3.5
* Remainder: DODS, JPEG2000(Jasper), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR and
  vector driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA,
  GTM, INGRES, MONGODB, REC, WALK are planned for removal in GDAL 3.5. As well
  as Perl bindings
2022-01-18 16:25:20 +00:00
ryoon
45fb4e2594 *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
gdt
77a2bc8321 geography/geoclue: Update to 2.5.7
upstream: "Many fixes."
2022-01-06 00:09:32 +00:00
gdt
61a2bb1275 geography/qgis: Update to 3.16.15
upstream: bugfixes and minor changes (update along stable branch)
2022-01-06 00:02:04 +00:00
wiz
67e1f1a6bf python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
2022-01-05 15:40:56 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00