summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25Reduce namespace pollution.joerg3-1/+51
2017-09-18py-geojson: update to 2.2.0adam2-7/+7
2.2.0: - Allow constructing geojson objects from geojson objects
2017-09-18revbump for requiring ICU 59.xmaya16-32/+32
2017-09-16Reset maintainerwiz3-6/+6
2017-09-12Fix opencpn on armbouyer3-3/+24
For some reason ocpnDC::DrawEllipse is miscompiled on NetBSD 8.0_BETA earmv7hf: for the tail call to dc->DrawEllipse() the compiler emits a bx instruction, but forgets to load the address of the function in the register. Add a memory barrier to works around this problem by avoiding the tail-call optimisation. Other similar functions in this file are properly compiled ... Bump PKGREVISION
2017-09-12geography/py-geojson: update to 2.1.0adam3-11/+8
2.1.0: - Implement validation for GeometryCollection 2.0.0: - Rewrite of validation mechanism (breaking change).
2017-09-09Another day, another C++ syntax change.dholland2-1/+17
2017-09-09Make this compile.dholland1-1/+11
- since it got changed to depend on swig2, have it run swig2. - since it got changed to use guile20, add guile20's include path.
2017-09-06Update HOMEPAGEgdt1-2/+2
2017-09-06Comment out dead sites.wiz10-20/+20
2017-09-03Follow some redirects.wiz1-2/+2
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz1-2/+2
2017-09-03Fix HOMEPAGE.wiz1-3/+2
2017-08-27PkgSrc: Renamed geography/py-pycountry to geography/py-countryadam8-704/+698
17.5.14: Update to iso-codes 3.75, which fixes 13389 again. (bad parent codes for GB). Switch from building on drone.io (discontinued service) to bitbucket’s Pipelines. Update pytest dependencies to get rid of API warnings. 17.01.08: Update to iso-codes 3.73, which fixes 13389 (bad parent codes for CZ). 17.01.02: Return empty lists from the subdivision database if the country exists but does not have any subdivisions. Fixes 13374. Some typo fixes. Thanks to @VictorMireyev. Update to iso-codes-3.72.
2017-08-24Revbump for boost updateadam8-14/+16
2017-08-24Revbump for boost updateadam2-4/+4
2017-08-24We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.bouyer15-94/+70
The reason is that a plugin may include its private version of some code that opencpn also has in its source. Without -Bsymbolic the plugin may use the objects from opencpn instead of its version, and which do not match the includes it was compiled with, and bad things happens. bump PKGREVISIONs
2017-08-24Update opencpn to 4.8.0.bouyer5-54/+327
As a successor to OpenCPN Version 4.6.1, OpenCPN Version 4.8.0 contains several incremental corrections and improvements. Among them are: - Expanded integrated vector graphics icon set for improved rendering of waypoints and routes.
2017-08-16Comment out dead sites.wiz1-3/+3
2017-08-01Update py-geojson to 1.3.5.kleink2-7/+7
1.3.5 (2017-04-24) ------------------ - Changed the validator to allow elevation - https://github.com/frewsxcv/python-geojson/pull/92
2017-08-01Comment out some dead HOMEPAGEs.wiz1-2/+2
2017-08-01Update HOMEPAGE. Set LICENSE.wiz1-2/+3
2017-07-10Update to 2.64wen2-8/+7
Upstream changes: 2.64 2017-04-23 - Update some POD - No functional changes from 2.63_001 dev release 2.63_001 2017-04-17 - Add no_cache option to new method following discussion at http://www.perlmonks.org/?node_id=1188065 2.62 2017-01-08 - Add rlib to TEST_REQUIRES in Makefile.PL to avoid some cygwin test failures
2017-07-07Update to 20170611. Changes since previous:bouyer2-8/+8
add wind and weather alarms
2017-07-07Update to 1.4.Changes since 1.3:bouyer2-8/+8
Various fixes, mostly for PIL and EBL
2017-06-21Update to TeXlive 2017markd6-65/+77
Updated print/tex-paralist{,-doc} to 2.7 Updated print/tex-pdfpages{,-doc} to 0.5h Updated print/tex-plain to 3.141592653.43076 Updated print/tex-platex{,-doc} to 2017 Updated print/tex-polski{,-doc} to 1.3.4 Updated print/tex-preview{,-doc} to 11.90 Updated print/tex-program{,-doc} to 3.3.14 Updated graphics/tex-pst-3dplot{,-doc} to 2.04 Updated graphics/tex-pst-barcode{,-doc} to 0.16a Updated graphics/tex-pst-circ{,-doc} to 2.14 Updated geography/tex-pst-geo{,-doc} to 2.06 Updated graphics/tex-pst-node{,-doc} to 1.39 Updated graphics/tex-pst-pdf{,-doc} to 1.2c Updated graphics/tex-pst-plot{,-doc} to 1.79 Updated graphics/tex-pst-tools{,-doc} to 0.06 Updated graphics/tex-pst-tree{,-doc} to 1.13 Updated graphics/tex-pstricks{,-doc} to 2.73a Updated graphics/tex-pstricks-add{,-doc} to 3.83 Updated print/tex-ptex-base{,-doc} to 2017 Updated fonts/tex-ptex-fonts{,-doc} to 2017
2017-06-13bring back geos buildlink as it is still requiredwiedi1-1/+2
2017-06-10Update osm2pgsql to 0.92.1wiedi5-45/+30
Release 0.92.1 This fixes two important bugs which impacted relations with excessive members and consuming updates with the multi backend Release 0.92.0, a new stable branch Major changes since 0.90.0 are - PostgreSQL 9.1 + PostGIS 2.0 or later are now required, which has allowed performance improvements and cleanups - EPSG 3857 is now default. You can get the old behavior by manually specifying 900913 - Invlid geometries are re-checked for validity after buffering, instead of assuming GEOS returns a valid geom Other changes are - A new option to change the max bbox size at which polygons will expire all the tiles in them, not just the boundary - Behavior fixes for C transforms and tables with no columns - More numeric datatypes are allowed for table columns in C tagtransforms - Lua is now required by default - Code fixes, particularly replacement of C memory management
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon9-16/+18
2017-06-01Fix 64bit time_t. Bump PKGREVISIONbouyer3-3/+19
2017-05-29Recursive bump for lang/valawiz1-2/+2
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-8/+2
2017-04-30Recursive revbump from boost updateryoon10-19/+20
2017-04-22Revbump after icu updateadam16-32/+32
2017-04-18Add patch missed from the 20170414 update. This caused the build to failbouyer1-0/+12
so no change to PKGREVISION.
2017-04-18Fix build for non-x86 hosts (don't assume non-linux is i386!)bouyer2-7/+30
2017-04-14Update URLs for new OpenCPN web sitebouyer4-8/+8
2017-04-14Add opencpn-plugin-statusbarbouyer1-1/+2
2017-04-14Add opencpn-plugin-statusbar version 20170414bouyer5-0/+94
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. The status bar plugin provides customizable, easier to read output text and lower cpu usage than the builtin statusbar.
2017-04-14Update to 20170414. Changes since last version:bouyer2-10/+11
update alberg35 polar, more descriptive error message and a few other small fixes
2017-04-14Update to 20170414. Changes sinces last version:bouyer2-10/+10
Fix deadman alarm Update to use state and type of boundary for AIS guard zones Reorder boundary alarm dialog to make it simpler Add time to AIS incursion message Add Properties dialog box Add new information handling in AIS message
2017-04-14Update to 1.3.31. Changes since 1.2.0:bouyer4-42/+46
Implement Parallel Index Lines (PILs) Use an EBL to generate a perpendicular index line Allow Ctrl-Left Mouse click to select multiple boundaries. Right click then allows Merge with keep and Merge with delete Add ability to move boundaries and point using left click and drag. Ability is set in general properties of plugin Add ability to constrain boundary movement Add ability to move a single boundary segment
2017-04-14update to 20170414. Change since previous version:bouyer3-33/+33
Migrate to opencpn 4.6.x API support signalK
2017-04-14Update opencpn to 4.6.1. Changes since 4.4.0:bouyer5-816/+868
As a successor to OpenCPN version 4.4, OpenCPN Version 4.6 contains several new features and enhanced functions. Among them are: Substantial functional improvements and performance increases related to ENC vector charts. User selectable InlandECS mode for increased safety and convenience while navigating inland waters. Expanded User Manual bundled with Release download.
2017-03-27Fix build on SunOS.fhajny2-1/+17
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2017-03-20syncok test has been comitted, remove bogus getsyx test.roy1-6/+3
2017-03-19Use better method to avoid NetBSD cursesgdt1-4/+11
The basic issue is that gpsd does not build with NetBSD curses because it uses syncok. Previously, I set CURSES_DEFAULT, which is incorrect because it is a user-settable variable. Include syncok in USE_CURSES (which doesn't has any effect because it isn't yet supported in curses.builtin.mk). Also include getsyx, which gpsd doesn't use, but which will prevent NetBSD curses from being selected. The getsyx line can be removed when there is syncok support. Also restore FAKE_NCURSES, because gpsd doesn't look for curses, only ncurses (not yet filed upstream). Thanks to Joerg for pointing out my error and to Roy for the specific fix suggestion.
2017-03-19Require ncursesgdt1-3/+4
The last commit used the curses framework, and allowed NetBSD base system curses to be used. However, several programs in gpsd use syncok, which NetBSD 7's curses doesn't have. Resolve this by asking for ncurses.
2017-03-04Update to 1.0.3wen3-9/+18
Upstream changes: 1.0.3: (doi: 10.5281/zenodo.165134) - obspy.core: * properly pass through kwargs specified for Trace.plot() down to the low-level plotting routines (e.g. events were not shown properly in dayplot of a trace, see #1566) * properly pass through kwargs from Stream.detrend() to Trace.detrend() (see #1607) * Correctly splitting masked arrays in Trace objects for a couple of corner cases (see #1650, #1653). - obspy.core.event.source: * Fix `farfield` if input `points` is a 2D array. (see #1499, #1553) - obspy.clients.earthworm: * Better end of stream detection. (see #1605) * More efficient unpacking of server response. (see #1680) - obspy.clients.neic: * Better end of stream detection. (see #1563) - obspy.clients.seedlink: * Better end of stream detection. (see #1605) - obspy.clients.seishub: * Fix wrong kwargs `first_pick` and `last_pick` in `Client.event.get_list()`. (see #1661) - obspy.io.mseed: * ObsPy can now also read (Mini)SEED files with noise records. (see #1495) * ObsPy can now read records with a data-offset of zero. (see #1509, #1525) * ObsPy can now read MiniSEED files with micro-second wrap arounds. (see #1531) * ObsPy can now read MiniSEED files with no blockette 1000. (see #1544) * ObsPy now always writes Blockette 100 if sampling rate accuracy is otherwise lost. (see #1550) * obspy.io.mseed.util.set_flags_in_fixed_header() now works with Python 3 and also for files with Blockette 100 (see #1648). - obspy.io.quakeml: * write StationMagnitude.residual even when it is zero (see #1625) * read & write Event.region - obspy.io.sac: * `SACTrace.lpspol` and `lcalda` are `True` and `False` by default, when created via `SACTrace.from_obspy_trace` with a `Trace` that has no SAC inheritance. (see #1507) * Reference time not written to SAC file when made from scratch (see #1575) - obspy.io.sh: * Fix writing of long headers for python3 * Whitespace in header fields is not ignored anymore (see #1552) - obspy.io.stationxml: * Datetime fields are written with microseconds to StationXML if microseconds are present. (see #1511) - obspy.io.zmap: * Use first origin/magnitude when writing to zmap if no origin/magnitude is set as preferred. (see #1569) * Parse origin time seconds as a float to avoid losing accuracy (see #1573) - obspy.signal: * PPSD: fix warning message on Python 3 that gets shown when waveforms and metadata mismatch (see #1506) - obspy.taup: * Allow for more than 10 phases with identical names (can happen for certain custom models, see #1593).