Commit graph

1098 commits

Author SHA1 Message Date
kleink
3d4fec05b9 py-googlemaps: Update to 4.4.2.
No changelog provided; doc & ci fixes.
2020-09-03 14:03:24 +00:00
gdt
b8c34fe0c6 geography/merkaator: Update to 0.18.4
Update originally by Ben Gergely, with modifications by gdt, from PR
pkg/55592.

pkgsrc changes:
  - Adjust dependencies to qt5
  - Require gcc6, due to gcc5 lossage with -Wno-registers

Upstream NEWS:

  - Support for qt5
  - Lots of bugfixes and minor improvements
2020-09-02 00:24:26 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gdt
e9bd43587e geography/gpsbabel: Adjust MASTER_SITES
This is not locally maintained; merely cached, so use
MASTER_SITE_BACKUP, which is where 1.6.0 actually is.

NFCI.
2020-08-30 19:13:38 +00:00
tnn
5b2759ae47 revbump for qwt6-qt5 2020-08-30 08:06:57 +00:00
gdt
0bc74f8a62 geography/gpsd: Work around three scons problems
Upstream's scons builds and links during the install phase, and
previously we did not pass MAKE_ENV in the install phase.

The other bug is that pkgsrc doesn't have scons support, so this is
all ad hoc.

The final bug is scons, which has not yet risen to reinvent autoconf.

(Probably this fixes RELRO.)
2020-08-19 23:46:52 +00:00
gdt
b1bce7555e geography/gpsd: Explain RELRO issues
Failure of RELRO seems to be an upstream problem; buck passed!
2020-08-19 14:22:50 +00:00
gdt
3354bcff49 geography/gpsd: Reapply Makefile commit
This logically belongs with the update to 3.21, but the Makefile part
ended up on the branch.
2020-08-19 12:30:04 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
gdt
c567466ff3 geography/gpsd: Update to 3.21
Upstream NEWS:

3.21: 2020-08-04
  Create python programs from .in files to allow macro substitution.
  Finally clean .sconsign*.dblite with "scons -c"
  Remove revision.h.  Move REVISION into gpsd_config.h
  Change asciidoc to asciidoctor, and revise documents to match.
  library version bumped to 27
  Add leap_seconds to gps_data_t
  Add/change many rtcm2 structs in gps.h
  Add/change many rtcm3 structs in gps.h
  Maindenhead now 8 chars.
  Add icondir and sharedir install options
  Install basic doc in sharedir
  Move gps_data_t->status to gps_fix_t.status for better fix merging
  The gps python module is now Pure Python + FFI.  FFI only for packet.py
  User should manually delete any old packet*so.
  Add wspeedt, wspeedr, wanglem, wanglet, wangler to  gps_fix_t
  Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool.
  Add python_shebang option to scons config.
  gpsrinex has long options and many new options.
  Added long options to gpsd.
  Remove unused FORCE_GLOBAL_ENABLE
  Remove config option reconfigure, replace with -p, --passive runtime option.
  Remove config option controlsend (RECONFIGURE_ENABLE)
  Add config option rundir=XX.  Default set to /run, or /var/run as required.
  Fixes for Python 2.6 up to 3.9.
2020-08-18 17:37:48 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
fcambus
075aa9e45f libmaxminddb: update to 1.4.3.
ChangeLog:

## 1.4.3 - 2020-08-06

* On Windows, always call `CreateFileW` instead of `CreateFile`.
  `CreateFile` could be mapped to `CreateFileA` and not work as expected.
  Pull request by Sandu Liviu Catalin. GitHub #228.
* Fixed use of uninitialized memory in `dump_entry_data_list()` that could
  cause a heap buffer flow in `mmdblookup`. As part of this fix, most uses
  of `malloc` were replaced with `calloc`. Reported by azhou. GitHub #236.


## 1.4.2 - 2019-11-02

* The 1.4.0 release introduced a change that increased the size of `MMDB_s`,
  unintentionally causing an ABI break. This release reverts the relevant
  commit.


## 1.4.1 - 2019-11-01

* The man page links for function calls were not generated correctly in
  1.4.0. This has been corrected.


## 1.4.0 - 2019-11-01

* A negative array index may now be used with `MMDB_get_value`,
  `MMDB_vget_value`, and `MMDB_aget_value`. This specifies the element
  from the end of the array. For instance, `-1` would refer to the
  last element of the array. PR by Kyle Box. GitHub #205.
* On Windows, the file name passed to `MMDB_open` is now expected to be
  UTF-8 encoded. This allows Unicode characters to be used in file names.
  As part of this change, `mmdblookup` on Windows now converts its
  arguments to UTF-8. PR by Gerald Combs. GitHub #189 & #191.
* Fix a memory leak that occurred when freeing an `MMDB_s` where the
  database had no languages defined in the metadata. If you are using an
  official MaxMind database, this leak does not affect you. Pull request
  by Kókai Péter. GitHub #180.
* Add `--disable-binaries` option to `configure`. Pull request by Fabrice
  Fontaine. GitHub #166.
* Previous releases incorrectly included `*.Po` files in the `t` directory.
  This has been corrected. Reported by Daniel Macks. GitHub #168.
* The internal use of the `MMDB_s` now has the `const` modifier. Public
  functions that accepted an `MMDB_s` as an argument now also declare it as
  `const`. Pull request by Kurt Johnson. GitHub #199.
* `mmdblookup` now displays the prefix length for the record when using
  the verbose flag. GitHub #172.
2020-08-14 14:14:44 +00:00
joerg
a06e91bcf4 Needs pkg-config. 2020-08-11 18:46:10 +00:00
mef
2ceae2f20f (geography/R-deldir) Updated 0.1.28
Version 0.1-28

 Removed a browser() call that I'd left lying around in deldir().
  Grrrrrr!!!!

 15/07/2020
2020-08-10 08:54:59 +00:00
joerg
1331eb4ca0 Unbreak bulk builds by adding R-rgdal. 2020-08-09 17:32:12 +00:00
brook
0eaa7a23e6 geography/R-maps: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
2020-08-09 17:11:46 +00:00
brook
1cbdcb9b2c geography/R-mapdata: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
2020-08-09 17:00:09 +00:00
brook
597f785d20 geography/R-geosphere: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
2020-08-09 16:57:20 +00:00
brook
8ac9be0138 geography/R-deldir: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
2020-08-09 16:38:53 +00:00
brook
8b0d49cd55 geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0
High Resolution World Vector Map Data from Natural Earth used in rnaturalearth.

Facilitates mapping by making natural earth map data from
http://www.naturalearthdata.com/ more easily available to R
users. Focuses on vector data.
2020-08-09 15:38:15 +00:00
brook
46d30144c0 geography/R-rnaturalearth: import R-rnaturalearth-0.1.0
Facilitates mapping by making natural earth map data from
<http://www.naturalearthdata.com/> more easily available to R users.
2020-08-09 15:31:52 +00:00
brook
39cdecde4c geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0
Vector map data from <http://www.naturalearthdata.com/>. Access
functions are provided in the accompanying package 'rnaturalearth'.
2020-08-09 15:28:56 +00:00
brook
b96fa203a2 Add geography/R-stars. 2020-08-09 15:26:14 +00:00
brook
3b9b729d7f geography/R-stars: import R-stars-0.4.3
Reading, manipulating, writing and plotting spatiotemporal arrays
(raster and vector data cubes) in 'R', using 'GDAL' bindings provided
by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'.
2020-08-09 15:24:46 +00:00
brook
7c3150cbe1 geography/R-osmdata: import R-osmdata-0.1.3
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
objects.  'OSM' data are extracted from the 'Overpass' web server and
processed with very fast 'C++' routines for return to 'R'.
2020-08-09 15:19:41 +00:00
brook
5b10434c9a geography/R-osmar: import R-osmar-1.1.7
This package provides infrastructure to access OpenStreetMap data from
different sources, to work with the data in common R manner, and to
convert data into available infrastructure provided by existing R
packages (e.g., into sp and igraph objects).
2020-08-09 15:16:52 +00:00
brook
7acf3ba5f3 geography/R-ggspatial: import R-ggspatial-1.0.3
Spatial data plus the power of the ggplot2 framework means easier
mapping when input data are already in the form of spatial objects.
2020-08-09 15:14:14 +00:00
brook
6f2e37ca95 geography/R-spData: import R-spData-0.3.3
Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by the
package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial
data packages such as 'rnaturalearth' and 'maps', it also contains
data stored in a range of file formats including GeoJSON, ESRI
Shapefile and GeoPackage. Some of the datasets are designed to
illustrate specific analysis techniques. cycle_hire() and
cycle_hire_osm(), for example, is designed to illustrate point pattern
analysis techniques.
2020-08-08 23:35:17 +00:00
brook
23ae8b5341 geography/R-lwgeom: import R-lwgeom-0.2.5
Access to selected functions found in 'liblwgeom'
<https://github.com/postgis/postgis/tree/master/liblwgeom>, the
light-weight geometry library used by 'PostGIS' <http://postgis.net/>.
2020-08-08 23:32:09 +00:00
brook
65fbcc28bb geography/R-raster: import R-raster-3.0.12
Reading, writing, manipulating, analyzing and modeling of gridded
spatial data. The package implements basic and high-level functions.
Processing of very large files is supported. There is a also support
for vector data operations such as intersections. See the manual and
tutorials on <https://rspatial.org/> to get started.
2020-08-08 23:28:07 +00:00
brook
819b2d8f1c Add geography/R-rosm. 2020-08-08 23:23:04 +00:00
brook
52ae99b067 geography/R-rosm: import R-rosm-0.2.5
Download and plot Open Street Map <http://www.openstreetmap.org/>,
Bing Maps <http://www.bing.com/maps> and other tiled map sources. Use
to create basemaps quickly and add hillshade to vector-based maps.
2020-08-08 23:21:36 +00:00
brook
86deb29eb2 geography/R-rgdal: import R-rgdal-1.4.8
Provides bindings to the 'Geospatial' Data Abstraction Library
('GDAL') (>= 1.11.4) and access to projection/transformation
operations from the 'PROJ.4' library. The 'GDAL' and 'PROJ.4'
libraries are external to the package, and, when installing the
package from source, must be correctly installed first. From 'rgdal'
1.4.1, provision is made for 'PROJ6' accommodation, with 'PROJ6'
functionality to follow; from 1.4.1 'rgdal' will build and function
when 'PROJ' >= 6. Both 'GDAL' raster and 'OGR' vector map data can be
imported into R, and 'GDAL' raster data and 'OGR' vector data
exported. Use is made of classes defined in the 'sp' package. Windows
and Mac Intel OS X binaries (including 'GDAL', 'PROJ.4' and 'Expat')
are provided on 'CRAN'.
2020-08-08 23:19:05 +00:00
brook
ed853685b0 geography/R-sf: import R-sf-0.9.5
Support for simple features, a standardized way to encode spatial
vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
for geometrical operations, and to 'PROJ' for projection conversions
and datum transformations. Optionally uses the 's2' package for
spherical geometry operations on geographic coordinates.
2020-08-08 23:12:17 +00:00
brook
b1d9ee3d58 geographcy/R-maps: use gmake and remove the patch.
The patch made it possible to comple R-maps with bmake.  However, the
intent of upstream is to use gmake, which requires no patches.  Therefore,
add USE_TOOLS=gmake and remove the patch.
2020-08-07 13:50:41 +00:00
brook
24e5e13217 geographcy/R-mapdata: use gmake and remove the patch.
The patch made it possible to comple R-mapdata with bmake.  However, the
intent of upstream is to use gmake, which requires no patches.  Therefore,
add USE_TOOLS=gmake and remove the patch.
2020-08-07 13:48:56 +00:00
brook
756b8dd943 geography/R-spatstat: import R-spatstat-1.63.2
Comprehensive open-source toolbox for analysing Spatial Point
Patterns. Focused mainly on two-dimensional point patterns, including
multitype/marked points, in any spatial region. Also supports
three-dimensional point patterns, space-time point patterns in any
number of dimensions, point patterns on a linear network, and patterns
of other geometrical objects. Supports spatial covariate data such as
pixel images. Contains over 2000 functions for plotting spatial data,
exploratory data analysis, model-fitting, simulation, spatial
sampling, model diagnostics, and formal inference. Many data types and
exploratory methods are supported.  Formal hypothesis tests of random
pattern and tests for covariate effects are also supported. Parametric
models can be fitted to point pattern data using the functions ppm(),
kppm(), slrm(), dppm() similar to glm(). Types of models include
Poisson, Gibbs and Cox point processes, Neyman-Scott cluster
processes, and determinantal point processes. Models may involve
dependence on covariates, inter-point interaction, cluster formation
and dependence on marks. Models are fitted by maximum likelihood,
logistic regression, minimum contrast, and composite likelihood
methods. A model can be fitted to a list of point patterns (replicated
point pattern data) using the function mppm(). The model can include
random effects and fixed effects depending on the experimental design,
in addition to all the features listed above.  Fitted point process
models can be simulated, automatically. Formal hypothesis tests of a
fitted model are supported along with basic tools for model selection.
2020-08-07 03:55:17 +00:00
brook
6a4d28bf54 geography/R-spatstat.data: import R-spatstat.data-1.4.3
Contains all the datasets for the 'spatstat' package.
2020-08-07 03:44:39 +00:00
brook
25e061dcc4 geography/R-spatstat.utils: import R-spatstat.utils-1.17.0
Contains utility functions for the 'spatstat' package which may also
be useful for other purposes.
2020-08-07 03:42:41 +00:00
brook
e286dd879d geography/R-prettymapr: import R-prettymapr-0.2.2
Automates the process of creating a scale bar and north arrow in any
package that uses base graphics to plot in R. Bounding box tools help
find and manipulate extents. Finally, there is a function to automate
the process of setting margins, plotting the map, scale bar, and north
arrow, and resetting graphic parameters upon completion.
2020-08-07 03:19:21 +00:00
brook
c864240eed geography/R-rgeos: import R-rgeos-0.5.2
Interface to Geometry Engine - Open Source ('GEOS') using the C 'API'
for topology operations on geometries. The 'GEOS' library is external
to the package, and, when installing the package from source, must be
correctly installed first. Windows and Mac Intel OS X binaries are
provided on 'CRAN'. ('rgeos' >= 0.5-1): Up to and including 'GEOS'
3.7.1, topological operations succeeded with some invalid geometries
for which the same operations fail from and including 'GEOS' 3.7.2.
The 'checkValidity=' argument defaults and structure have been
changed, from default FALSE to integer default '0L' for 'GEOS' < 3.7.2
(no check), '1L' 'GEOS' >= 3.7.2 (check and warn). A value of '2L' is
also provided that may be used, assigned globally using
'set_RGEOS_CheckValidity(2L)', or locally using the 'checkValidity=2L'
argument, to attempt zero-width buffer repair if invalid geometries
are found. The previous default (FALSE, now '0L') is fastest and used
for 'GEOS' < 3.7.2, but will not warn users of possible problems
before the failure of topological operations that previously
succeeded.
2020-08-07 03:15:22 +00:00
brook
05452f865c geography/R-mapdata: import R-mapdata-2.3.0
Supplement to maps package, providing the larger and/or
higher-resolution databases.
2020-08-07 01:45:47 +00:00
brook
2ae771ec25 geography/R-maps: import R-maps-3.3.0
Display of maps.  Projection code and larger maps are in separate
packages ('mapproj' and 'mapdata').
2020-08-07 01:33:30 +00:00
brook
1c436d181a geography/R-geosphere: import R-geosphere-1.5.10
Spherical trigonometry for geographic applications. That is, compute
distances and related measures for angular (longitude/latitude)
locations.
2020-08-07 00:25:49 +00:00
brook
a248ea1557 geography/R-deldir: import R-deldir-0.1.25
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point set.
Plots triangulations and tessellations in various ways.  Clips
tessellations to sub-windows. Calculates perimeters of tessellations.
2020-08-07 00:20:08 +00:00
nia
c75c03139a geography: Add lua-mmdb
A Lua library for reading MaxMind's Geolocation database format.
2020-07-09 10:48:58 +00:00
gdt
41438b24f9 geography/gama: Update to 2.09:
2.09:

Implicit value of XML parameter 'update_constrained_coordinates' was
changed to "yes". The behavior of adjustment calculation was well and
clearly described in the documentation, but in some cases the old
implicit value ("no") might have led to poor numerical results. The
input data XML parameter 'update_constrained_coordinates' is preserved
only for backward compatibility and is likely to be removed in some
future release.

2.08:

Version 2.08 December 2019

Maintainer's release

* new test data krasovsky-1926 with full reference in biblatex
  (renamed from bug-2019-04-23-oleg-goussev)

* new unit test for extern attributes in gama-local/scripts/check_externs.cpp

* new HACKING.md by Greg Troxel

* Legacy builds with expat-1.1 is available only as an testing option

* C++ sources cleanup mainly in lib/gama/local to conform with C++11

* C++11 standard is explicitly set in configure.ac (for testing C++14
  is set on in the alternative builds in the main CMakeLists.txt)
2020-07-01 16:16:50 +00:00
gdt
0fd4f02c0a geography/qgis: Update MAINTAINER, comment on python option.
(This is a comment-only change.)

Set primary MAINTAINER to gdt, following discussion among the
maintainer group.

State a plan to delete the python option (with python support being
always on) after the branch.
2020-06-24 21:49:20 +00:00
gdt
aa31d9924c geography/qgis: Note intent for this to be 3.10 LTR 2020-06-21 21:19:11 +00:00
gdt
421d13a769 geography/qgis: Update to 3.10.7 (LTS)
This update is prompted by 3.8 not building with qt 5.15.  (Builds,
starts, and shows layers from a project on NetBSD 8/amd64.)

Packaging changes: Drop patches cherrypicked from upstream.

Upstream changes:

  1. What's new in Version 3.10 'A Coruña'?
  =========================================

This release has following new features:

- Map Tools: Show 3D length for LineStringZ features in identify derived attributes
- Symbology: Customizable default resampling settings for newly-added raster layers
- Symbology: Add "extract symbols" action to QGS/QGZ project file context menu in browser
- Symbology: Improved copy/paste of symbols
- Symbology: "Center of segment" placement mode for marker and hash line symbol layers
- Symbology: Allow array values as a valid result for data defined offset
- Labelling: Allow creation and editing of text formats and label settings through style manager dialog
- Labelling: New text "background" setting for marker symbol backgrounds
- Labelling: Callouts support
- Labelling: Add multiline alignment property to the change label tool
- Labelling: Allow display of unplaced labels
- Labelling: Add "overrun distance" setting for line labels
- Labelling: Allow data defined control over "label every part of multipart features" setting
- Labelling:  Expose "label all parts" option via label properties tool
- Labelling: Support vertical text orientation
- Labelling: Expose font kerning setting
- Rendering: Allow rendering raster layers outside the reported extent
- Rendering:  Add option to georeference PDFs and TIFs to save map canvas as image/PDF
- Rendering: new map canvas image decoration
- Rendering:  logarithmic scale method for graduated renderer
- 3D Features: Measurement tool in 3D map view
- 3D Features: Billboard Rendering for Points
- 3D Features: 3D On-Screen Navigation
- Print Layouts: Right-to-left arrangement for legends
- Print Layouts: Control margin under legend group and subgroup headings
- Print Layouts: Allow data defined settings in text formats
- Print Layouts: @scale_value variable
- Print Layouts: Add above/below segments placement option for scalebar labels
- Print Layouts: Horizontal placement option for scale bar labels
- Print Layouts: Add option to simplify PDF or SVG exports
- Print Layouts: Improved SVG layered exports
- Print Layouts: Add an indicator in the status bar while a map redraw is occurring in the background
- Print Layouts: GeoPDF Export
- Print Layouts: Data defined control over grid properties
- Print Layouts: "fit segment size" mode for map grid interval
- Print Layouts: layout map item extent to an existing bookmark
- Expressions: New expression functions
- Digitising: GPS timestamp support
- Data Management: Composite Foreign Keys
- Data Management: Add circular data dependencies
- Analysis Tools: Stored filter expressions
- Analysis Tools: New operator for Raster Calculator
- Processing: new algorithm point to layer
- Processing: allow defining model parameters as advanced
- Processing: All GDAL based algorithms now support free-form "additional parameters"
- Processing: Add metatile size parameter to XYZ tiles algorithm
- Processing: New parameter type for colors
- Processing: New algorithm "Create style database from project"
- Processing: Allow file filter and default value to be set for file/folder inputs in models
- Processing: New algorithm "Combine style databases"
- Processing: Generate XYZ tiles using multiple threads
- Processing: New algorithms for exporting and importing to/from map layers
- Processing: New algorithm "Split features by character"
- Processing: New algorithm Climb Along Line
- Processing: Port Create Grid algorithm to C++
- General: Show news items on welcome page
- General: Add a separate unit choice for milliradians (SI definition) vs mil (NATO definition)
- General: Enable widget filtering in Interface Customization dialog
- General: Improved auto-fix broken layers
- General: Bookmark Revamp
- General: "Reselect Features" action in Edit -> Select menu
- General: Parallelize snap index build
- Data Providers: Handle read-write support for .shz and .shp.zip
- Data Providers: oracle provider: add support for auth manager
- Data Providers: Improved PostGIS raster support
- Data Providers: Oracle - Database transaction support
- Data Providers: Add support for z/m dimensions to delimited text layers
- Data Providers: Static data providers
- QGIS Server: Using SVG in QGIS Server
- QGIS Server: WMS dimension
- QGIS Server: Server OAPIF (aka WFS3) support
- Programmability: New class QgsBookmarkManager
- Programmability: New API for provider database connections
2020-06-21 13:51:49 +00:00