Commit graph

809 commits

Author SHA1 Message Date
bouyer
bb1d38cbe5 Add patch missed from the 20170414 update. This caused the build to fail
so no change to PKGREVISION.
2017-04-18 16:54:35 +00:00
bouyer
0d3b1e0490 Fix build for non-x86 hosts (don't assume non-linux is i386!) 2017-04-18 13:31:55 +00:00
bouyer
c5ef9c227d Update URLs for new OpenCPN web site 2017-04-14 16:42:24 +00:00
bouyer
7e767d9fb4 Add opencpn-plugin-statusbar 2017-04-14 16:39:42 +00:00
bouyer
91e3608aa1 Add opencpn-plugin-statusbar version 20170414
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-14 16:38:54 +00:00
bouyer
f049bff046 Update to 20170414. Changes since last version:
update alberg35 polar, more descriptive error message and a few other
small fixes
2017-04-14 16:35:21 +00:00
bouyer
58a57b104c Update to 20170414. Changes sinces last version:
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-14 16:32:01 +00:00
bouyer
69b6a3f67a Update to 1.3.31. Changes since 1.2.0:
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-14 16:28:40 +00:00
bouyer
d1141a86b6 update to 20170414. Change since previous version:
Migrate to opencpn 4.6.x API
support signalK
2017-04-14 16:22:51 +00:00
bouyer
f3981afa5b Update opencpn to 4.6.1. Changes since 4.4.0:
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-04-14 16:20:15 +00:00
fhajny
e1510bfe15 Fix build on SunOS. 2017-03-27 13:52:27 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
roy
03aebb4442 syncok test has been comitted, remove bogus getsyx test. 2017-03-20 00:31:57 +00:00
gdt
8cd09cd10b Use better method to avoid NetBSD curses
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-19 16:31:43 +00:00
gdt
98b223cfa3 Require ncurses
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-19 00:23:00 +00:00
wen
913bc5c5b4 Update to 1.0.3
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).
2017-03-04 11:05:35 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
kleink
e3207767af Update py-geojson to 1.3.4.
1.3.4 (2017-02-11)
------------------

- Remove runtime dependency on setuptools

  - https://github.com/frewsxcv/python-geojson/pull/90

1.3.3 (2016-07-21)
------------------

- Add validate parameter to GeoJSON constructors

  - https://github.com/frewsxcv/python-geojson/pull/78
2017-02-21 08:00:24 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
joerg
c6859c1f9c Don't order pointer, but check the value intended instead. Bump
revision.
2017-02-08 00:05:55 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
369a6443f1 Remove patch that is not in distinfo. 2017-02-05 13:18:24 +00:00
ryoon
cb404a433b Update to 2.18.3
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-26 13:49:19 +00:00
gdt
9b5774de1f Fix date in comment in previous 2017-01-22 23:44:47 +00:00
gdt
fb92eb45d2 Request that geos not be updated to 3.6
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-22 23:42:18 +00:00
gdt
60b81e9102 Drop gpsbabel as a dependency
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-22 21:27:49 +00:00
gdt
66d3dc9e71 Update HOMEPAGE 2017-01-22 15:56:07 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
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-19 18:52:01 +00:00
fhajny
ea09fdefe3 Update geography/mapcode to 2.5.2.
- Added unit test for floating point error with code "40822.schol".
- Added locale support.
- Added many languages.
- Hardened unit tests.
2017-01-16 13:49:40 +00:00
gdt
a1eff6c2b7 Update to 2.0.3
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-13 14:48:26 +00:00
gdt
0bcbee0572 Update to 1.11.5
Upstream changes: bug fixes.
2017-01-13 02:26:04 +00:00
rodent
e30b53ad7d Update Tryton to 4.2.1. No aggregated changelog, but this fixes some bugs
that I submitted upstream. Fix variable expansion in trytond's MESSAGE.
2017-01-10 23:07:41 +00:00
roy
695b211b4d Use the curses framework. 2017-01-04 18:06:59 +00:00
jperkin
cf32c4d741 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
wen
62b9c63a3d Update to 1.14
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-02 07:22:14 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
gdt
666a6ba95c Update to 1.6.2
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-30 00:10:02 +00:00
joerg
2b6f2bcdf0 Pointers are not signed, so don't check them as such. 2016-12-21 13:37:24 +00:00
joerg
c0bb28551f Fix Jasper update fallout. 2016-12-17 23:24:31 +00:00
wiz
7135fcadcc Revert "Specify readline requirement on 30 packages"
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-12 14:22:01 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
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-04 21:12:58 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
marino
938dfe006b Specify readline requirement on 30 packages
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-12-04 03:51:14 +00:00
fhajny
9d291a704b Expand -lm arg to all platforms. Fixes build elsewhere. 2016-11-08 08:08:52 +00:00
fhajny
da8fc2ef4b Update geography/mapcode to 2.5.1. Fix cmake build.
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-11-03 15:06:41 +00:00
gdt
0d92e9390c Update to 4.9.3.
* 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-27 22:14:19 +00:00
gdt
e790cdc99c PKGREVISION++
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-27 22:07:35 +00:00
fhajny
fe8af99146 Update geography/mapcode to 2.4.0. Build with thread support.
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-26 10:50:33 +00:00
gdt
0b62015a7c Update to 3.5.1.
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-25 23:31:39 +00:00
fhajny
bb70f31892 Enable mapcode 2016-10-25 08:26:06 +00:00
fhajny
b18df60a9d Import mapcode 2.3.0 as geography/mapcode.
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-25 08:22:27 +00:00
bouyer
6cbd0360a5 Add opencpn-plugin-debugger 2016-10-24 18:00:21 +00:00
bouyer
c1b3e77553 Import opencpn-plugin-debugger version 20160224.
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-24 17:58:29 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
wiz
636d429e81 Comment out non-working URLs. 2016-09-15 19:55:41 +00:00
gdt
95d8763b99 Change to guile20
(Doesn't build, but fails the same way as the guile 1.8 build, so this
counts as progress.)
2016-09-15 15:50:22 +00:00
wiz
e4025746ee After guile's and guile20's installation prefixes have changed, it's time
to bump their dependencies (except those that were bumped in the last 24
hours already).
2016-09-15 14:32:39 +00:00
wen
e8d2e6967f Update to 1.13
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-08 01:11:28 +00:00
richard
52e5b52717 Apparently python3 insists that print arguments are inside parens
should fix PLIST issues on py34 & py35
2016-09-07 13:36:35 +00:00
richard
5955380ba7 PYTHONBIN doesn't exist during the first phase of the build. 2016-09-05 16:09:11 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
richard
f2d08551e0 remove obsoleted dependency on py-suds permitting the package to build
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-20 18:56:55 +00:00
gdt
2db395e722 Update to 1.18
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-18 15:57:41 +00:00
wen
a1fcb3582a Update to 1.0.2
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-07 10:36:43 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wen
ca66e9da1b Update to 2.61
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.
2016-07-25 09:18:55 +00:00
agc
39bef3e230 Add the geolite2 city and country IPv4 databases from 20160705
GeoLite2 databases are free IP geolocation databases comparable to,
	but less accurate than, MaxMind's GeoIP2 databases.  GeoLite2
	databases are updated on the first Tuesday of each month.

	IP geolocation is inherently imprecise.  Locations are often near the
	center of the population.  Any location provided by a GeoIP database
	should not be used to identify a particular address or household.

	Use the Accuracy Radius as an indication of geolocation accuracy for
	the latitude and longitude coordinates we return for an IP address.
	The actual location of the IP address is likely within the area
	defined by this radius and the latitude and longitude coordinates.

These are presented as straight CSV files, and can be manipulated with standard
tools.
2016-07-24 02:07:49 +00:00
wiz
b5dabd014f Remove empty line. 2016-07-21 11:38:41 +00:00
bouyer
189fc5b249 Update to 20160716. Changes since previous:
bug fixes, improved error messages, updates for newer draw plugin.
2016-07-18 14:23:46 +00:00
bouyer
3cb6a835f6 Update to version 20160716. Changes since previous:
Improved landfall alarm, updates for new draw plugin, bug fixes.
2016-07-18 14:21:50 +00:00
bouyer
07e0a89ba6 Update to 1.2.0.
Changes since 1.1p13:
- bug fixes.
- install more icons
- updated translations
- provide permament layers
2016-07-18 14:18:51 +00:00
wen
33a2b1e086 Update to 1.0.1
Update DEPENDS

Upstream changes:
1.0.1: (doi: 10.5281/zenodo.48254)
 - General:
   * Some methods might have unnecessarily upcasted float32 arrays to float64.
     Now methods for which it makes sense and which don't lose accuracy don't
     upcast float32 arrays. Integers are still upcasted. Trace.resample() will
     also no longer return the original dtype which might have resulted in a
     large loss of accuracy but it now always returns float64 arrays.
     (see #1302)
 - obspy.core:
   * Trace.normalize() does no longer divide by zero in case an all-zeros
     data trace is being used. (see #1343)
   * Inventory.select() and consorts now behave as expected even with empty
     child elements. (see #1126, #1348)
   * Code formatting is no longer checked for clean release versions. Thus
     updates to the linters no longer break the tests for releases.
     (see #1312)
   * remove_response(..., pre_file=None, plot=True) works again. (see #1320)
 - obspy.clients.arclink:
   * Restored ArcLink encryption support. (see #1352, #1347)
 - obspy.clients.fdsn:
   * Local URLs are now recognized as valid URLs. (see #1309)
   * Some bug fixes for the mass downloader. (see #1293, #1304)
   * The NOA node has been added to the list of known nodes.
     (see 2347a25714bc3e16068031f4b6138fafd627d34e)
 - obspy.io.sac:
   * More automatic merging of SAC and ObsPy headers. The new `obspy.io.sac`
     modules thus behaves more like the old one and more in line with
     expectations of users. (see #1285)
   * No more out of bounds errors when assigning coordinates. (see #1300)
   * The evdp header can be set again. (see #1345)
   * Correctly propagating sampling rate changes to the SAC headers.
     (see #1317)
   * Always set nvhdr, leven, lovrok, iftype to ensure valid SAC files.
     (see #1204)
 - obspy.io.xseed:
   * The Parser.get_paz() method now works with multiple blockette 53s.
     (see #1281)
 - obspy.taup
   * Fixed wrong azimuth direction for paths > 180 degrees distance (see #1289)
   * Azimuth is appended to arrivals as well (see #1289)
   * Fixed issue with taup cache function on Python 2.7. (see #1308)

1.0.0:
 - General:
   * Requirements have been increased to reflect latest distributions:
     * Removed support for Python 2.6.
     * Added support for Python 3.5.
     * matplotlib >= 1.1.0 is now required.
     * numpy >= 1.6.1 is now required
     * scipy >= 0.9.0 is now required
   * Reorganized the submodule structure. We provide a deprecation path so the
     old imports will continue to work for one ObsPy version.
   * Consistent naming scheme across the code base. This results in some
     functions having different names. Most things that worked with ObsPy 0.10
     will continue to work with this version, but starting with the next
     version they will fail. Pay attention to the deprecation warnings.
   * Support for additional waveform data formats:
     - Read support for the ASCII format for waveforms from the K-NET and
       KiK-net strong-motion seismograph networks.
   * Support for additional event data formats:
     - CMTSOLUTION files used by many waveform solvers.
     - ESRI shapefile write support, useful in GIS applications (see #1066)
     - Google Earth KML output.
   * Support for additional station data format:
     - The FDSN web service station text format can now be read.
     - Read support for the NIED's moment tensor TEXT format (see #1125)
     - Google Earth KML output.
     - Read support for SeisComP3 inventory files.
 - obspy.core:
   * New method for generating sliding windows from Stream/Trace windows.
     (see #860)
   * Stream/Trace.slice() now has the optional `nearest_sample` argument from
     Stream/Trace.trim().
   * Trace.remove_response() now has `plot` option to show/output a plot of all
     individual steps of instrument response removal in frequency domain
     (see #1116).
   * New method Stream/Trace.remove_sensitivity() to remove instrument
     sensitivity
   * Fix incorrect parsing of some non-ISO8601 date/time strings. (see #1215)
   * Added plotting method to Event (customizable subplots from a selection
     of map, beachball and farfield radiation plots, see #1192)
 - obspy.clients.fdsn:
   * Replace FDSN webservice shortcut `NERIES` with `EMSC` and deprecate the
     `NERIES` shortcut, will be removed in a future release (see #1146).
   * Now requests gzipped data for the XML files. Much smaller files!
   * The station service can now also be used to download files in the text
     format. This has limited information but is much faster.
   * New mass downloader to assist in downloading data across a large number
     of FDSN web services.
   * Catch invalid URLs when initialising Client and avoid confusing error
     messages (see #1162)
 - obspy.clients.filesystem.sds:
   * New client to read data from local SDS directory structure (see #1135).
   * Command line script `obspy-sds-report` to generate html page with
     information on latency, data availability percentage and number of gaps
     for a local SDS archive (see #1202)
 - obspy.clients.neries:
   * Removed the dedicated client. Data can still be accessed by using the FDSN
     client.
 - obspy.clients.syngine:
   * New client for the IRIS Syngine service to retrieve custom synthetic
     seismograms.
 - obspy.imaging:
   * Experimental support for Cartopy when plotting maps. Use the `method`
     argument to functions that plot maps to select between Basemap or Cartopy.
   * New default colormap for all plots. A backport of the new viridis colormap
     from matplotlib is available for those using older matplotlib releases.
   * Added plotting routines for farfield radiation patterns of moment tensors
 - obspy.io.kml:
   * New module for Google KML output of Inventory and Catalog objects
     (e.g. for use in Google Earth)
 - obspy.io.mseed:
   * Upgrade to libmseed 2.16
 - obspy.io.seiscomp.sc3ml:
   * New module reading SeisComP3 inventory files to ObsPy inventory objects
     (see #1182).
 - obspy.io.shapefile:
   * New module for ESRI shapefile write support (see #1066)
 - obspy.io.stationtxt:
   * New module reading the FDSN station files.
 - obspy.signal:
   * Switch to second-order sections for filters; backported from SciPy 0.16.0
     (see #1028)
   * New Lanczos interpolation/resampling (see #1101)
   * Higher order detrending methods (see #1173)
   * PPSD (see #931, #1108, #1130, #1187):
     - Algorithm for PSD computation was improved, especially affecting results
       at long periods (for detailed discussion see #931 and #1108).
     - Keywords `paz` and `parser` were removed in favor of new keyword
       `metadata`. PPSD now accepts `metadata` in a much wider range
       of formats:
          * Inventory objects (e.g. from StationXML or from FDSN webservice)
          * obspy.io.xseed Parser objects (e.g. from dataless SEED file)
          * filename of a RESP file
          * dictionary with poles and zeros information (like in
            prior versions)
       Most old codes should still work, issuing a deprecation warning, but
       old code that specifies *both* `paz` and `parser` keywords will raise
       an exception.
     - Whenever possible (i.e. when using for `metadata` an Inventory,
       a Parser or a RESP file), response calculation now takes into account
       the full response (all stages) as opposed to only using the poles and
       zeros response stage (as was done in previous versions when using a
       Parser object). When using a poles and zeros dictionary response
       calculation is unchanged (as no information on other stages is
       available, of course).
     - PPSD now stores the psd for each time segment that gets processed,
       instead of only storing the stacked histogram. That way, differing
       custom stacks with various selection criteria (e.g. time of day, by
       weekday, etc.) can now be made from the same processed data
       (see #1130).
     - New save/load mechanism using numpy .npz binary format that circumvents
       some problems with the old pickle mechanism:
       `PPSD.save_npz()` and `PPSD.load_npz()` (and `PPSD.add_npz()` to add
       data from additional npz files)
     - Change default colormap to new obspy default sequential colormap
       (matplotlibs new viridis colormap). The old PQLX colormap is provided by
       `obspy.imaging.cm.pqlx` and can be used with
       `PPSD.plot(..., cmap=...)`.
     - new option `PPSD.plot(..., cumulative=True)` for a cumulative plot of
       the histogram, i.e. a non-exceedence percentage visualization, similar
       to the `percentile` option.
     - x axis in `PPSD.plot()` can be switched to frequency in Hz with
       `PPSD.plot(..., xaxis_frequency=True)` (see #1130)
     - changes to special handling of rotational: now handled by kwarg
       `special_handling="ringlaser"` (kwarg `is_rotational_data` is
       deprecated, see #916)
     - special handling option for hydrophone data (no differentiation, see
       #916)
     - bin width on frequency axis can now be controlled using
       `PPSD(..., frequency_bin_width_octaves=...)` (in fractions of octaves,
       default is the old fixed setting of 1/8 octaves as in PQLX)
 - obspy.taup
   * Added support for nd file format for input velocity models. Allows for
     named discontinuities at arbitrary depths allowing for less Earth like
     models (see #1147).
   * Added three methods (`get_travel_times_geo()`, `get_pierce_points_geo()`
     and `get_ray_paths_geo()`) to `TauPyModel` to handle station and
     event location data as latitude and longitude, instead of the source to
     station distance in degrees. In addition `get_ray_paths_geo()` and
     `get_pierce_points_geo()` decorate the returned pierce points and ray
     paths with the latitude and longitude of each point. Some functionality
     needs the `geographiclib` module to be installed. (See #1164.)
   * ObsPy now ships with a bunch of new velocity models in addition to the
     existing ones: `prem`, `sp6`, `1066a,b`, `herrin` (See #1196).
   * Add support for buried receivers (see #1103.)
   * Port more accurate calculation of ray parameter from Java. The effect is
     stronger for longer phases, but also corrects issues with shorter body and
     surface waves (see #986.)
   * Fix incorrect branch splitting which also caused issues for extremely
     shallow phases (see #1057.)
   * Proper cache for model splits resulting in much faster calculations if
     the source depth is repeatedly the same (see #1248).

0.10.3:
  - obspy.core:
    * Fix reading of multiple catalog files using globs (see #1065).
    * Fixed a bug when using
      `Trace.remove_response(..., water_level=None)`.
      With that setting that is supposed to not use any water level
      stabilization in the inversion of the instrument response
      spectrum actually the instrument response was never inverted and
      thus instead of a deconvolution a convolution was performed
      (see #1104).
    * Fixing floating point precision/rounding issue with UTCDateTime when
      initializing with floating point seconds, i.e. with microseconds,
      that could lead to microseconds being off by 1 microsecond
      (see #1096)
    * Correct gap/overlap time returned by Stream.get_gaps() and printed
      by Stream.print_gaps() which was incorrect by one time the sampling
      interval (see #1151)
    * Stream.get_gaps(): return overlaps specified in units of samples
      as negative integers (see #1151)
  - obspy.fdsn:
    * More detailed error messages on failing requests (see #1079)
    * Follows redirects for POST requests (see #1143)
  - obspy.imaging:
    * fix some bugs in `obspy-scan` (see #1138)
  - obspy.mseed:
    * Blockette 100 is now only written for Traces that need it. Previously
      it was written or not for all Traces, depending on whether the last
      Trace needed it or not. (see #1069)
    * Fixed a bug that prevented microsecond accuracy for times before 1970
      (see #1102).
    * Updated to libmseed 2.17.
  - obspy.signal:
    * Bug fixed within rotate.rotate2zne(). Additionally it can now also
      perform the inverse rotation (see #1061).
    * Bug fixed in triggering. When using option `max_len_delete` and a trigger
      occurred right before the end of data, one trigger was potentially lost
      (see #1145 for details).
  - obspy.station:
    * Plotting responses across multiple channels is more robust now in
      presence of some strange channels (e.g. with zero sampling rate,
      happens e.g. for state of health channels, see #1115)
    * ObsPy no longer assumes that the StationXML namespace is the default
      namespace (see #1060).
    * Checking if a file is a StationXML file is less rigorous (and much
      faster) now (not checking strict validity against xsd schema but
      only looking for a FDSNStationXML root element, see #1114).
      This means that `read_inventory()` without explicitly specified
      format will correctly detect more files as StationXML that have very
      slight breaches of the schema but still can be interpreted as
      StationXML.
    * fix saving `xcorrPickCorrection()` results to an image file (see #1154)
  - obspy.taup:
    * Calculating arrival times for surface waves now works (see #1055)
    * Calculating arrivals for underside reflections now works (see #1089)
  - obspy.y:
    * correct misspelled name of a Y specific header field (see #1127)
  - obspy.zmap
    * Add support for time values with sub-second precision (see #1093)
2016-07-16 04:11:55 +00:00
is
a30ccc5f10 Update to libnova-0.15.
Compiles again.
2016-07-14 12:52:48 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
wiz
0acaab10ba Switch to postgresql-postgis2.
Untested, but postgresql-postgis is gone.
2016-07-07 08:57:06 +00:00
bouyer
8e25a172f1 Update to 2.14.3. Changes since 2.12.3 (for more detailed changelog see
http://www.qgis.org/en/site/forusers/visualchangelog214/index.html)

    General
        Feature: Changed behaviour of strpos function
        Feature: Zoom to feature with right-click in attribute table
        Feature: Speed and memory improvements
        Feature: More expression variables
        Feature: Better control over placement of map elements
        Feature: Paid bugfixing programme
        Feature: Field calculator can be used to update feature's geometry
        Feature: New expression functions in 2.14
    Analysis tools
        Feature: More statistics available in merge attributes tool
        Feature: z/m values are shown when using the identify tool
        Feature: Unified handling of distance and area units and coordinate formats
    Browser
        Feature: Browser Improvements
    Data Providers
        Feature: Cache WMS capabililies
        Feature: Curved geometry support expanded
        Feature: Better handling of time and datetime fields
        Feature: Z/M support in delimited text provider
        Feature: Transaction groups for postgres editing
        Feature: Postgres provider PKI authentication
        Feature: Virtual layers
        Feature: More file extensions for GDAL and OGR providers file selectors
        Feature: Use ST_RemoveRepeatedPoints for server-side simplification with PostGIS 2.2 (or newer) layers
    Data management
        Feature: Removal of SPIT plugin
        Feature: DXF export: option to use title instead of name as DXF layer name in application and server
        Feature: Geometry type can be overridden in the vector save as dialog
        Feature: Vector joins are now saved within QLR layer-definition-files
        Feature: External Resource widget
        Feature: N:M relation editing
    Digitising
        Feature: Configurable rubber band color
        Feature: Trace digitising tool
    Labelling
        Feature: "Cartographic" placement mode for point labels
        Feature: Applying label distance from symbol bounds
        Feature: Control over label rendering order
        Feature: Actual rendered symbol is now considered as an obstacle for point feature labels
    Layer Legend
        Feature: Paste a style to multiple selected layers or to all layers in a legend group
        Feature: Filter legend by expression
    Map Composer
        Feature: New options for filtering legend elements
        Feature: Additional paths for composer templates
        Feature: Multiple selection of compositions in manager
    Plugins
        Feature: Authentication system support for plugin manager
    Processing
        Feature: New algorithms in 2.14
            QGIS geoalgorithms:
            GDAL/OGR geoalgorithms:
        Feature: Unit Tests Q/A
        Feature: Improved toolbox
        Feature: Batch processes can be saved and later recovered from the batch processing interface
        Feature: More informative algorithm dialog
        Feature: GRASS7 v.net modules
    Programmability
        Feature: Redesign expression function editor
        Feature: Store python init code into the project
        Feature: New filtering and sorting options for QgsFeatureRequest
        Feature: Custom feature form Python code options
        Feature: New PyQGIS classes in 2.14
        New core classes
        New GUI classes
            Reusable widgets:
            Reusable dialogs:
    QGIS Server
        Feature: STARTINDEX param in WFS GetFeature Request
        Feature: showFeatureCount in GetLegendGraphic
        Feature: Option to avoid rendering artefacts at edges of tiles
        Feature: Configuration checker in project properties
        Feature: WMS INSPIRE Capabilities
        Feature: Add short name to layers, groups and project
    Symbology
        Feature: Size assistant for varying line width
        Feature: Support for transparency in SVG color parameters
        Feature: Easy duplication of symbol layers
        Feature: 2.5D Renderer
        Feature: Allow definition of rendering order for features
        Feature: Geometry generator symbols
        Examples
            Translate a geometry
            Fill style for polygon border
    User Interface
        Feature: Attribute table can be refreshed
        Feature: Directly set renderer and class symbol colors from context menu in legend
        Feature: Edit legend symbols directly from layer tree
        Feature: Show/hide all legend items via the context menu
2016-07-01 16:15:18 +00:00
bouyer
ba839f87a7 Build fixes:
- even if python bindings are not selected, it is needed as a tool
  for build
- during build, it wants to run an executable from the build dir,
  which fails to find a not-yet-installed shared librarie.
  Fixed by calling it with appropriate LD_LIBRARY_PATH set
- fix PLIST
no PKGREVISION bump as it didn't build before.
2016-06-28 16:57:51 +00:00
nros
1df85145bb Fix usage of libchamplain012 by adding libsoup and sqlite3 to its buildlink3.mk. 2016-06-18 11:38:09 +00:00
bouyer
55afe18054 Update to version 20160611
Changes since previous:
- update for the new grib plugin
- support crossover regions
- updated translations
- bug fixes
2016-06-16 16:03:55 +00:00
bouyer
7d3436b890 Update to 1.1p13.
Changes since previous:
Bug fixes
- boundary lines
- guard zones attached to boat
2016-06-16 15:57:02 +00:00
bouyer
bb9aae5e1c Update opencpn to 4.4.0.
Changes since 4.2.0:
The 4.4.0 Release is primarily a bug-fix/maintenance update.
There is one new feature, however.
The integrated GRIB PlugIn now supports GRIB V2 format files. This update
enables some new sources for worldwide GRIB data from a variety of sources.
2016-06-16 15:52:56 +00:00
wiz
efddfa9d77 Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
wiz
12190a1a32 Improve HOMEPAGE. 2016-06-09 05:52:30 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
bouyer
9c10d11293 The SIGSEGV worked around by patch-src_glu_libtess_sweep.c are in fact
due to a wrong value GLU_TESS_MAX_COORD on NetBSD. See
http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html

Work around this by reordering -I flags so that the local GL/glu.h is used
before the one from the buildlink directory.

While there change build type from debug to release.
Bump PKGREVISION.
2016-05-25 14:38:48 +00:00
bouyer
0a515b0ad0 The memory leak fix introcuced a double free, that didn't cause problems
on linux but did on NetBSD. Fix the double free and bump PKGREVISION
2016-05-23 13:10:15 +00:00
bouyer
5adb72683b Fix memory leak. Bump PKGREVISION 2016-05-23 08:55:15 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
wiz
71db5476a6 Mark as BROKEN until upstream supports current version of py-requests. 2016-05-06 06:51:15 +00:00
prlw1
104960e18b revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
gdt
a7e8a12189 Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.

Upstream news:

Version 1.17 (no upstream NEWS; bug about this reported upstream)

Version 1.16 Jula 2015

* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
2016-04-30 01:17:44 +00:00
plunky
7bb250a738 update to v1.3.2:
Released 21st April 2016

	Added gpsd support
	Fixed various udp handling bugs
	Fixed various bugs on tcp reconnect
	Improve reconnection handling
	Added much more debugging
	Give interfaces default names
2016-04-29 08:49:45 +00:00
bouyer
b30d42f06f Add opencpn-plugin-watchdog and opencpn-plugin-draw 2016-04-24 10:24:40 +00:00
bouyer
1264ad461d Add opencpn-plugin-watchdog version 20160415
This plugin is developed by Sean D'Epagnier and implements various configurable
alarms alerting the user about the changing conditions round the boat.
Watchdog also implements a Deadman-alarm and an improved anchor alarm.
Watchdog communicates with another very useful plug-in, called OpenCPN ODraw
Plugin (opencpn-plugin-draw in pkgsrc). That plugin is a tool to draw
geo-referenced points, lines and shapes within OpenCPN.
2016-04-24 10:23:38 +00:00
bouyer
69996a21f5 Add opencpn-plugin-draw version 20160415
This plugin is designed to allow users to place objects/items on the OpenCPN
interface and have these georeferenced. This allows the objects/items to move
with the chart and have a definined Latitude and Longitude. There are two
basic types of object/item that can be used: points and paths.

Points are very similar to Waypoints and mark locations on the chart.
Paths joint two or more points together and draw a line between them.
Currently these Points exist: Boundary Point, Text Point,
Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point.

These Points are used to construct special types of Paths: Boundary,
Electronic Bearing Line (EBL) and Dead Reckoning (DR).
2016-04-24 10:21:54 +00:00