summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon16-32/+32
2017-02-08Don't order pointer, but check the value intended instead. Bumpjoerg3-3/+19
revision.
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz16-31/+32
2017-02-05Remove patch that is not in distinfo.wiz1-22/+0
2017-01-26Update to 2.18.3ryoon3-12/+126
Changelog: 1. What's new in Version 2.18 'Las Palmas'? =========================================== This release has following new features: - Symbology: Color picker is now embedded in layer style panel - Labelling: Substitution list support for labeling - Labelling: Improved line label placement algorithm - Labelling: Label polygons using curved labels along perimeter - Data Management: Add flag to only copy selected features - Forms and Widgets: Allow controlling labels for individual edit widgets - Forms and Widgets: Conditional visibility for tabs and group boxes - Forms and Widgets: Client side default field values - Map Composer: True North Arrows - Processing: Point on surface algorithm added - Processing: New algorithm for geometry boundary - Processing: New algorithm for calculating feature bounding box - Processing: Processing dissolve algorithm accepts multiple fields - Processing: Optimised processing clip algorithm - Processing: New algorithm for merging connected lines - General: Automatic links in identify results - General: Mouse wheel over color dialog sliders - General: Add custom color schemes to color button drop down menu - Data Providers: Preview for WMTS + added XYZ tile layers - QGIS Server: Possibility to segmentize feature info geometry in server - Plugins: DB Manager: Add the ability to update SQL Layer - Programmability: New expression functions - Programmability: Expose GEOS linear referencing function to QgsGeometry
2017-01-22Fix date in comment in previousgdt1-2/+2
2017-01-22Request that geos not be updated to 3.6gdt1-6/+16
Expand on the "is using the geos C++ interface a bug" controversy. Add osm2pgsql as a geos-C++-using package, and link to the issue where osm2pgsql says they intend to stop depending on geos. (Comment-only change; no PKGREVISION++.)
2017-01-22Drop gpsbabel as a dependencygdt1-3/+7
Based on discussions with upstream, it is recommended but not required. gpsbabel requires qt4 now and is about to require qt5, which makes it very large.
2017-01-22Update HOMEPAGEgdt1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc2-6/+6
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-16Update geography/mapcode to 2.5.2.fhajny3-14/+21
- Added unit test for floating point error with code "40822.schol". - Added locale support. - Added many languages. - Hardened unit tests.
2017-01-13Update to 2.0.3gdt4-14/+20
Upstream changes for 2.0.0 follow. (2.0.[123] are bugfixes) * New GDAL drivers: - BPG: read-only driver for Better Portable Graphics format (experimental, no build support) - GPKG: read/write/update capabilities in the unified raster/vector driver - KEA: read/write driver for KEA format - PLMosaic: read-only driver for Planet Labs Mosaics API - ROI_PAC: read/write driver for image formats of JPL's ROI_PAC project (#5776) - VICAR: read-only driver for VICAR format * New OGR drivers: - Cloudant: read/write driver for Cloudant service - CSW: read-only driver for OGC CSW (Catalog Service for the Web) protocol - JML: read/write driver for OpenJUMP .jml format - PLScenes: read-only driver for Planet Labs Scenes API - Selaphin: read/write driver for the Selaphin/Seraphin format (#5442) * Significantly improved drivers: CSV, GPKG, GTiff, JP2OpenJPEG, MapInfo file, PG, SQLite * RFC 31: OGR 64bit Integer Fields and FIDs (trac.osgeo.org/gdal/wiki/rfc31_ogr_64) In OGR core, OGR SQL, Shapefile, PG, PGDump, GeoJSON, CSV, GPKG, SQLite, MySQL, OCI, MEM, VRT, JML, GML, WFS, CartoDB, XLSX, ODS, MSSQLSpatial, OSM, LIBKML, MITAB * RFC 46: GDAL/OGR unification ( http://trac.osgeo.org/gdal/wiki/rfc46_gdal_ogr_unification) - GDAL and OGR PDF drivers are unified into a single one - GDAL and OGR PCIDSK drivers are unified into a single one * RFC 49: Add support for curve geometries (http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries) In OGR core, and GML, NAS, PostgreSQL, PGDUMP, GPKG, SQLite, VFK, VRT, Interlis drivers * RFC 50: Add support for OGR field subtypes (http://trac.osgeo.org/gdal/wiki/rfc50_ogr_field_subtype) In OGR core, OGR SQL, swig bindings, CSV, FileGDB, GeoJSON, GML, GPKG, OpenFileGDB, PG, PGDump, SQLite, VRT * RFC 51: RasterIO() improvements : resampling and progress callback (http://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress) * RFC 52: Stricter SQL quoting (http://trac.osgeo.org/gdal/wiki/rfc52_strict_sql_quoting) * RFC 53: OGR not-null constraints and default values (http://trac.osgeo.org/gdal/wiki/rfc53_ogr_notnull_default) In OGR core, OGR SQL, PG, PGDump, CartoDB, GPKG, SQLite, MySQL, OCI, VRT, GML, WFS, FileGDB, OpenFileGDB and MSSQLSpatial * RFC 54: Dataset transactions (https://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions) In PG, GPKG, SQLite, FileGDB and MSSQLSpatial * RFC 55: refined SetFeature() and DeleteFeature() semantics. In GPKG, Shape, MySQL, OCI, SQLite, FileGDB, PG, CartoDB, MITAB and MSSQL * RFC 56: OFTTime/OFTDateTime millisecond accuracy ( https://trac.osgeo.org/gdal/wiki/rfc56_millisecond_precision ) * RFC 57: 64bit histogram bucket count ( https://trac.osgeo.org/gdal/wiki/rfc57_histogram_64bit_count ) * Upgrade to EPSG v8.5 database * Fix locale related issues when formatting or reading floating point numbers (#5731)
2017-01-13Update to 1.11.5gdt3-8/+24
Upstream changes: bug fixes.
2017-01-10Update Tryton to 4.2.1. No aggregated changelog, but this fixes some bugsrodent1-5/+5
that I submitted upstream. Fix variable expansion in trytond's MESSAGE.
2017-01-04Use the curses framework.roy1-4/+4
2017-01-03Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.jperkin1-2/+2
2017-01-02Update to 1.14wen2-7/+7
Upstream changes: 1.14 Sun Sep 18 2016 1. Avoid "use parent" in t/11-subclass.t since "parent" was not supported before 5.8.9.
2017-01-01Revbump after boost updateadam10-19/+20
2017-01-01Add python-3.6 to incompatible versions.wiz3-6/+6
2016-12-30Update to 1.6.2gdt4-50/+46
Upstream no longer builds documentation by default. Don't enable it, because then the build fails because it assumes mapnik is present. Note that C++11 is now required by upstream, at least if mapnik is included. For now, just add C++ to languages. Add patch to remediate new bashisms. Viking 1.6.2 (2015-12-21) Bug Fix Release * Don't remove project name if one decides not to delete all layers. * Fix routes not saved in GPX when tracks are made invisible. * SF Bugs#103: Fix TrackWaypoint layer items may not be displayed when pasted * Enable Catalan and Turkish translations. * Restore opening of JPG files. * SF Bugs#127: Fix initial display of Waypoint sort order. * Fix map layer widget sensitivity dependent on map type. Viking 1.6.1 (2015-11-24) Bug Fix Release + updated translations * Several fixes and many code improvements from Coverity scans * Fix heap-buffer-overflows * Mapnik3 support. ** C++ standard required is now C++11 * Reactivate building of the reference documentation * SF Bugs#126: Fix crash in gdk_rgb_convert_0888 due to using deallocated memory. * SF Bugs#121: Fix crash when invalidating previously acquired tiles. * SF Bugs#123: Fix bzip2 decompression on Windows. * SF Bugs#122: Fix memory cache confusion with multiple "On Disk OSM Tile Format" maps * SF Bugs#120: Fix Track drawing bug across the 180th Meridian. * Red Hat Bugzilla – Bug 1210403: Only download and process one Bing attribution list. * Fix Geocaches acquiring with latest geo-* software * Import latest Launchpad translation updates * Many other small fixes - see the ChangeLog for the full details.
2016-12-21Pointers are not signed, so don't check them as such.joerg2-1/+26
2016-12-17Fix Jasper update fallout.joerg3-2/+19
2016-12-12Revert "Specify readline requirement on 30 packages"wiz1-2/+1
Many of these definitely do not depend on readline. So there must be a different underlying problem, and that should be tracked down instead of papering over it.
2016-12-04It's time to make Tryton great again. This update is YUGE. There are 71rodent8-30/+99
new packages. Most of which are the remaining modules of the Tryton platform which weren't packaged. The others are dependencies of the new modules. This was tested on FreeBSD and is based in large part on Richard Palo's (richard@) work. This is the most recent release of the Tryton platform, version 4.2. There's a very large list of changes from the 3.8 series we have in pkgsrc. If you're interested, those functional changes can be found here: http://www.tryton.org/posts/new-tryton-release-42.html http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04Recursive revbump from textproc/icu 58.1ryoon16-31/+32
2016-12-04Specify readline requirement on 30 packagesmarino1-1/+2
Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base.
2016-11-08Expand -lm arg to all platforms. Fixes build elsewhere.fhajny1-2/+2
2016-11-03Update geography/mapcode to 2.5.1. Fix cmake build.fhajny3-14/+44
2.5.1 - Updated unit test to compile with plain C and added some test cases. 2.5.0 - Added support for getting territory names in English and local alphabets. - Added much improved unit test scripts to run gprof, valgrind, the CLang address sanitize and compare the output of the new library with and older version.
2016-10-27Update to 4.9.3.gdt2-7/+7
* proj_def.dat was missing from source distribution see https://github.com/OSGeo/proj.4/issues/274 for more detail * Update Geodesic library from GeographicLib * Remove setlocale() use in pj_init_ctx() * Renamed PVALUE in pj_param.c to prevent clash with Windows
2016-10-27PKGREVISION++gdt1-2/+2
This is needed because gdal abuses geos by using the C++ API, contrarary to geos recommendations, and because geos upstream thinks that the C++ ABI is intrinsicially unstable and therefore changes the shlib version every release.
2016-10-26Update geography/mapcode to 2.4.0. Build with thread support.fhajny2-7/+10
Changes in 2.4.0 - Added scripts for Korean (Choson'gul / Hangul), Burmese, Khmer, Sinhalese, Thaana (Maldivan), Chinese (Zhuyin, Bopomofo), Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kannada, Gujarati. - Renamed constants to more correct terms (Malay to Malayalam, Hindi to Devanagari). - Added getAlphabetsForTerritory(t), returning the most commonly used alphabets for territory t. - Improved some characters for Arabic and Devanagari. - Fixed Bengali to also support Assamese. - Improved readability of implementation. - Added conditional define option for unittest: NO_POSIX_THREADS. Add -DNO_POSIX_THREADS to your compiler command-line to not use pthreads.h, for example, on MSVC platforms. - Added conditional define option library: NO_FAST_ENCODE. Add -DNO_FAST_ENCODE to your compiler command-line to not use the fast encoding (default is to use fast encoding). Using fast encoding speeds up de encoding by a factor of 2. For normal use, there is no reason not to use fast encoding. - Added parseMapcodeString to get individual mapcode elements, like the territory code, the 'proper' mapcode (without the territory and precision extension) and the precision extension parsed from a (user) input string. - Additional bug fixes.
2016-10-25Update to 3.5.1.gdt2-7/+7
Upstream changes are bugfixes: - Fix CMake configuration to allow build from released sources package (#753) - Fix memory leaks in single-sided buffers (#747), PlanarGraph and tests - Fix GeometryEditor to correctly update factory of empty geometries (#749) - Fix snapping of last segment of a closed linestring (#758) - Fix memory exhaustion case in isvalid (#757) - Fix Windows build with Visual Studio 2008 (#766) - Fix incorrect return from prepared multipoint intersects (#764) - Fix build against GCC 3.5.0+ (#784)
2016-10-25Enable mapcodefhajny1-1/+2
2016-10-25Import mapcode 2.3.0 as geography/mapcode.fhajny5-0/+59
Based on a PR by Aleksej Lebedev. A mapcode represents a location. Every location on Earth can be represented by a mapcode. Mapcodes were designed to be short, easy to recognise, remember and communicate. They are precise to a few meters, which is good enough for every-day use.
2016-10-24Add opencpn-plugin-debuggerbouyer1-1/+2
2016-10-24Import opencpn-plugin-debugger version 20160224.bouyer5-0/+99
There are more recent sources but they don't work with the stable version of opencpn. This plugin Shows the OpenCPN streams from GPS and AIS ports that propagate through the plugin interface, NMEA Events and messages flowing through the plugin API.
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz8-16/+16
2016-10-07Revbump post boost updateadam9-18/+18
2016-09-15Comment out non-working URLs.wiz1-3/+3
2016-09-15Change to guile20gdt1-3/+3
(Doesn't build, but fails the same way as the guile 1.8 build, so this counts as progress.)
2016-09-15After guile's and guile20's installation prefixes have changed, it's timewiz1-2/+2
to bump their dependencies (except those that were bumped in the last 24 hours already).
2016-09-08Update to 1.13wen2-11/+12
Update HOMEPAGE Add missing DEPENDS Update COMMENT Upstream changes: 1.13 1. Use OO syntax to make subclassing possible. 2. Add test file t/11-subclass.t 3. Update require version of Test::More to 0.47. 4. Minor POD changes. 5. Clean up whitespace.
2016-09-07Apparently python3 insists that print arguments are inside parensrichard1-2/+2
should fix PLIST issues on py34 & py35
2016-09-05PYTHONBIN doesn't exist during the first phase of the build.richard1-1/+3
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-2/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-20remove obsoleted dependency on py-suds permitting the package to buildrichard2-21/+28
under py3 necessiting a bump of PKGREVISION for changed dependencies. Update PLIST processing to use egg.mk and add support to other platforms than NetBSD x86_64. At the request of wen@, MAINTAINER is now set to pkgsrc-users@ (thanks to wiz@ for early feedback too)
2016-08-18Update to 1.18gdt2-7/+7
Version 1.18 August 2016 * configure.ac : patch by Greg Troxel <gdt@lexort.com> CPPFLAGS was set with +=, which is a bash extension and fails on POSIX-conforming shells. This resulted in sqlite3 support not being enabled on NetBSD, even though the sqlite3 library was found and linked in. * fixed some minor problems reported by Greg Troxel (doc, NEWS) * in local/network.cpp commented out // removed_obs.clear(); * fixed a formatting bug in outlaying terms (due to c++11) * fixed a bug in HTML parser test * simplified class LocalPoint * fixed a bug in sql export reported by Dominik Hladik * added @documentencoding UTF-8 into gama.texi
2016-08-07Update to 1.0.2wen3-9/+19
Upstream changes: 1.0.2: (doi: 10.5281/zenodo.49636) - obspy.core: * Added workaround for numpy issue where many FFTs of various lengths fill a cache that never gets cleared, effectively creating a memory leak (see #1424). * Trace.filter and Stream.filter don't work on masked arrays anymore because it produced unpredictable results due to the un-initialized data-chunk. The uninitialized masked gap is now also initialized to np.nan in case of floating point data which and a consistent fill value in case of integer data. (see #1363) - obspy.clients.fdsn: * Fixing issue with location codes potentially resulting in unwanted data to be requested. (see #1422) * Included low-gain seismometers in default channel filters in mass-downloader, also included non-oriented channels by default (see #1373). - obspy.db: * Fixed a bug in obspy-indexer command line script (see #1369, command line script was not working, probably since 0.10.0) - obspy.imaging: * Fixed a bug that leads to pressure/tension color blending when plotting semi-transparent DC beachball patches (i.e. with "alpha" not equal to 1, see #1464) * Fixed a bug when plotting non-DC beachball patches without fill colors (i.e. with "nofill=True", see #1464) * Fix arbitrary units in waveform section plot's offset axis, making it possible to add customizations to the plot afterwards (see #1382, see #1383) - obspy.io.ascii: * Fixed a bug that lead to wrong header information in output files when writing non-integer sampling rate data to SLIST or TSPAIR formats (see #1447) - obspy.io.cmtsolution: * Make sure newer CMTSOLUTION files can also be read (see #1479). - obspy.io.gse2: * Fixed a bug that could lead to network code not present in GSE2 output (see #1448) - obspy.io.mseed: * Fixed a bug in obspy-mseed-recordanalyzer (see #1386) - obspy.io.nlloc: * Use geographic coordinates from the NonLinLoc Hypocenter-Phase file if no custom coordinate converter is provided. (see #1390) * Fix reading NonLinLoc Hypocenter-Phase files with more than one hypocenter in it. (see #1480) * Fix reading NonLinLoc Hypocenter-Phase files with unicode characters in them. (see #1483) - obspy.io.quakeml: * Fixed issue with improperly raised warnings when the same file is read twice. (#1376) * Fix writing empty network/station/channel codes in WaveformStreamID objects to QuakeML. (see #1483) - obspy.io.sac: * Try to set SAC distances (dist, az, baz, gcarc) on read, if "lcalda" is true. If "dist" header is found, distances aren't calculated. * SACTrace class returns header values as native Python types instead of NumPy types. * SACTrace.iqual is no longer accepts enumerated string values, but arbitrary integer values. (see #1472) * SACTrace.read now replaces non-ASCII and null-termination characters in string headers with whitespace unless the "debug_strings=True" flag is used. (see #1432) - obspy.io.stationxml: * Always set the number attribute for poles and zeros. (see #1481) - obspy.signal: * PPSD.plot(): fix plotting of percentiles, mode and mean and setting period limits when using "xaxis_frequency=True" (see #1406, #1416) * Work around a bug in SciPy that results in wrong results for bandpass filter when using Nyquist frequency (or higher) as high corner of the passband (see #1451) - obspy.taup: * Fixing path for Pn. (see #1392)
2016-08-03Revbump after graphics/gd updateadam17-30/+34
2016-07-25Update to 2.61wen3-9/+29
Update DEPENDS Upstream changes: 2.61 2016-01-31 - Specify minimum Math::Trig version to avoid some cpantesters fails on pre5.8.9 perls on Cygwin.