Commit graph

448 commits

Author SHA1 Message Date
obache
fadbd9974b * LICENSE=mit
* distutils pkg, register egg-info.
* fixes installation with PKGREVISION.

Bump PKGREVISION.
2012-01-27 08:23:06 +00:00
gdt
e5a787fd43 Split ifdef with && into two, to avoid parse errors on the second
clause when the first is not satisfied.  (Apparently &&, while not
evaluating, still has to parse.)  Fixes build on OS X.
2012-01-26 01:00:13 +00:00
gdt
dc234b0a1c MAKE_JOBS_SAFE=no
Non-repeatable build error reported by joerg@ - disable parallel
builds for now until this can be debugged.
2012-01-25 21:28:14 +00:00
gdt
5dfc5487d1 Update to 1.8.1.
= GDAL/OGR 1.8.1 release notes =

The 1.8.1 release is a routine bug fix release on the stable GDAL/OGR 1.8
branch.

== General ==
 * Fix for windows build of cpl_vsil_gzip.cpp (#3908)
 * Fix OGRDataSource.Open() signature so utf8 translation works in C# (#3766).
 * Fix cpl_config.h.vc so it also works with mingw compiler on windows (#3960)
 * Fix GEOS configuration checking affecting GEOS 3.0.4 (#3990)
 * Support optional nmake.local file for local MSVC config (r22529).

== GDAL / Raster ==

 * GDALReplicateWord(): fix error with missing one pixel (#4090)
 * Fix issue with duplicating metadata (#3961)
 * VRT: Fix issues with complex data types (#3977)
 * VRT: Fix issue with nodata values and uninitialized buffers (#4045)
 * VRT/.aux.xml: Fix performance with large color tables (#3961)
 * VRT: Fix for VRTs smaller than the default block size (#4137)
 * IDRISI/RST: Fix seg fault with missing fields in .ref and .rdc (#4100)
 * IDRISI: Fix problem with spherical inverse flattening (#3757)
 * GTIFF: Fix support for external overviews with COPY_SRC_OVERVIEWS (#3938)
 * GTIFF: Correct handling of linear geokeys in feet (#3091)
 * GTIFF: Fix edge anomoly issues with jpeg tiles (#4096)
 * GTIFF: Don't skip driver even if library versions differ (#4101)
 * SAGA: Fix reading/writing .sdat files larger than 2GB. (#4104)
 * PCIDSK: Various fixes particularly for linked files (r21513)
 * PCIDSK: Fixes for georeferencing parsing (#3913)
 * ECW: Added/fixed french ECW coordinate systems (#3868)
 * ECW: Force sign of y pixel size when needed (#393)
 * ECW: Support EPSG:n style coordinate systems (#3955)
 * ECW: Fixes related to geotransform overrides (#4131)
 * ERS: Handle .ers files in case insensitive way (#3974)
 * PNG: Add support for libpng >= 1.5.0 (#3914)
 * JP2KAK: Support reading and writing resolution info (#3847)
 * MRSID: Fix for configuring and building on MacOS X (#3910)
 * HFA (.img): Fix filename computations and updating for renaming files (#3897)
 * HFA (.img): Support reading 2bit compressed .img files (#3956)
 * HFA (.img): Fix for rewriting projection/datum parameters (#3969)
 * NITF: Correct hemisphere setting for ICORDS=U with world file (#3931)
 * NITF: Added NITF_DISABLE_RPF_LOCATION_TABLE_SANITY_TESTS option (#3930)
 * NITF: Make attribute section size hack safer (#4020)
 * EHDR: Improved floating point file detection (#3933)
 * ASRP: Approximated support for Azimuthal Equidistant in poles (#3946)
 * HDF5/BAG: fix handle and memory leaks (#3953)
 * HDF5: Avoid returning NULL from GetProjectionRef() (#4076)
 * HDF5: Improve preservation of floating point precision in metadata (r22531).
 * JPIPKAK: Fix problems with overviews, windowing and errors (#3967)
 * USGSDEM: Fixing locale dependent parsing of numbers (#3886, #3979)
 * RS2: Support subdataset oriented metadata and overviews (#4006)
 * AIGRID: Support uncompressed integer images (ArcGIS 10) (#4035)
 * gdalwarp: Include DstDensity mask in memory calculations (#4042)
 * GeoRaster: Full backport for fixes and features (#4039,#3266,#4071,#4072,#4132)
 * ENVISAT: Fix gcp computations for stripline products (#3160,#3709)
 * ENVISAT: Fix gcp computations for MERIS products (#4086)
 * SAR_CEOS: Fix potential crash with odd filenames. (#4065)
 * SAR_CEOS: Skip datasets with wrong record length. (#4146)
 * ENVI: Support ESRI style coordinate system strings (#3312)
 * JAXAPALSAR: Fix datatype of 1.5 level product (#4136)
 * gdalfillnodata: working file is created as bigtiff if possibly needed (#4088)

== OGR / Vector ==

 * LIBKML: Fix build issue against static libkml (#3909)
 * LIBKML: Improve checking to see if files are actually kml (#4003)
 * GML: Fix crash with invalid geometries when axis order is lat/long (#3935)
 * GML: Support curves in directEdges (#3934)
 * GML: Do not force 3D linestrings for directed edges (#3936)
 * GPX/GeoRSS: Fix expat library order issue on unix (#3948)
 * PG/PGDUMP: Fix handling of NaN in zero width fields (#2112)
 * PGDUMP: Add CREATE_SCHEMA and DROP_TABLE layer options (#4033)
 * PGDUMP: Support wkbNone geometry better, and other subtle bugs (#4040)
 * OGR SQL: Allow double quoting column name in SELECT DISTINCT (#3966)
 * OGR SQL: Fix crashes with some uses of SUBSTR and CAST (#4055)
 * OGR SQL: Fix crash on IS NULL test on floating point fields (#4091)
 * OGR SQL: Fix error with SQL joins (#4112)
 * MSSQL: Fix for IDENTITY INSERT problem (#3992)
 * MSSQL: Fix for schema handling (#3951)
 * MSSQL: Fix for geometry handling with ExecuteSQL() (#4149)
 * OCI: Fix writing of tables with no general attributes (#4063)
 * GeoJSON: Fix assertion on ESRI json (#4056, #4057)
 * GeoJSON: Improve numeric field determination (#4082)
 * SHAPE: Fix decoding of triangle fans in multipatch files (#4081)
 * SHAPE: Fix multipolygon detection issue due to isClockwise failure (#4122)
 * MITAB: Fix handling of filenames with two dots in them. (#4123)
 * MITAB: Fix problems with null datetime values (#4150)
 * ogr2ogr: Improve -overwrite/-append handling (#4012)
 * ogr2ogr: Ensure -where fields are address in SetIgnoredFields (#4015)
2012-01-24 15:24:49 +00:00
adam
e0d5de1788 Added PLIST.Darwin 2012-01-23 08:58:39 +00:00
adam
abd6bd9b66 Changes 1.7.3:
* Fix 3581 Ftools: union tool leave holes in output
* Fix 4500 Simplify tool freezes QGIS
* Fix 4466 Fixes for 'v.what.vect' and 'v.generalize' modules in the GRASS
  plugin
* Fix 4552 Patch for v.what.vect
* Fix 4035 Print Composer shape combo box not refecting current shape
* Partial Fix 3097 Add preference to set/override environment variables
* Fix 2749 Move 'Add to Attributes List' button
* Fix 4560 Wrong scale displayed in Map canvas
* Partial Fix 4383 Ftools: Improve how processes are handled
* Fix 3577 Adding a print composer doesn't dirty the document
* Fix 3170 Many GDAL Tools don't work in OS X standalone
* Fix 3723 Transparency settings are not applied from *.qml
* Fix 3576 qml not read automagically for rasters
* Fix 2977 Messy uninstallation of the standalone installer
* Union and Symetrical difference works only on whole layer fixed
* Save some time in node tool for geometry export and avoid detachs
* Initialize default symbol to 0 in rule based renderer
* Make relative paths default
* Fix tab restoration in project properties
* Add helpful info to GdalTools Settings dialog on how to configure GDAL path
* New vector layer dialog - show CRS as authid-description pair instead of
  proj4 string
* Fix crash with relative file paths if projPath is not yet defined
* Add helpful info to GdalTools Settings dialog on how to configure GDAL path
* And a lot of other smaller Bugfixes
2012-01-23 08:58:00 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
gdt
12152bfefe Update to 3.3.2 (bugfixes from 3.3.0, basically).
Changes in 3.3.2
2012-01-05

- Bug fixes / improvements
    - Fix CMAKE_CXX_FLAGS overriding -std=gnu++0x (#489)
    - Missing versions update in CMake configuration (#490)
    - Fix noding of self-intersecting lines through UnaryUnion (#482)
    - Fix handling of collapsed edges skipping in BufferOp (#494)
    - Print up to 18 digits of precision for TopologyException points
    - Fix noding with reduced precision in Buffer operation (#473)
    - Fix HotPixel original point invalidation (#498)
    - Fix CascadedPolygonUnion to discard non-polygonal components (#499)
    - Improve buffer robustness by reverting to non-snaprounding noder (#495)
    - Fix C++11 build by avoiding std::pair<auto_ptr> (#491)
    - Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497)
    - Apply shoelace formula for area calculation (#485)
    - Fix default initialization issue for clang (#500)
    - Improve overlay robustness by fixing areal validity on snapping (#488)

Changes in 3.3.1
2011-09-27

- Bug fixes / improvements
  - Fix memory leak on invalid geometry in InteriorPointArea (#475)
  - ValidOp abort in presence of 2 touching holes forming an island (#449)
  - Enable prepared intersects operation for points
  - Fortify suspicious code found by static analisys tools
  - Fix for SOLARIS build (#461)
  - Fix EMPTY result from GEOSOffsetCurve with distance 0 (#454)
  - Fix Geometry::clone to copy SRID (#464)
  - Fix for clang builds (#463)
  - Fix out-of-place builds for python binding (#332) and regress testing
  - Fix OS X framework cmake build (#385)
2012-01-08 18:37:33 +00:00
marino
d21a93449f geometry/geos: Fix DragonFly
DragonFly need the same platform.h.in modification that NetBSD requires
for ISNAN support.
2011-12-01 19:13:05 +00:00
joerg
ada74d2761 Relax dependency on xrmap-base. Bump revision. 2011-11-26 21:12:15 +00:00
dholland
3c9092dd56 Make it MAKE_JOBS_SAFE. 2011-11-26 16:06:17 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
joerg
edab8bc9be Fix build with newer GCC 2011-11-24 14:02:54 +00:00
gdt
2d7f940d38 Restore dependency on gpsd; it was only removed because of viking's
failure to keep up with gpsd's deprecation pace.  PKGREVISION++.
2011-11-09 01:28:03 +00:00
gdt
c7416e47a2 Viking 1.2.2 (2011-11-03)
Fixes since 1.2.1
* Increase default tile age check to 7 days.
* Fix compilation with curl 7.21.7 (SF#3376584)
2011-11-09 01:23:13 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
cb016392dc Recursive Bump from exiv2 shlib major bump. 2011-10-19 06:50:00 +00:00
gdt
b27ef1dbb8 Add dependency on sqlite3.
Upstream says that using sqlite3 will become somewhere between normal
and the standard approach.  Because sqlite3 is small and typically
already isntalled on systems where one would want to run gama, just
depend on it and don't bother to make it an option.

It would be fine with me to make it a default-on option, but I don't
think that's worth the complexity.
2011-10-09 13:37:39 +00:00
joerg
2f2e7f1b6d Handle isnan from cmath on NetBSD like on Darwin.
XXX The comment in the code is wrong and using std::isnan is actually
XXX the portable approach. DragonFly and other GCC users likely need the
XXX same change
2011-09-21 13:15:20 +00:00
gdt
b68ce02060 +gama 2011-09-07 23:10:10 +00:00
gdt
50abe9b7d1 Import gama-1.11 as geography/gama.
GNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.

Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
2011-09-07 23:04:38 +00:00
wiz
85cda05f56 Update to 0.17:
0.17      2011-06-28
 - Fix circular package dependencies with Geo::Distance::XS (not really
   an issue practically, but then again it wasn't really helping).
2011-08-16 21:49:27 +00:00
obache
70eea0e2bc Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:38:56 +00:00
gdt
213dd23e11 Adapt to modern curl.
Add patch to remove include of withdrawn header (already changed upstream).
Set LICENSE (GPL2).
PKGREVISION++.
2011-07-30 19:25:55 +00:00
jym
d83eceebc5 Remove the part from patch-ac that modifies interpreter path. Not needed. 2011-07-03 21:42:24 +00:00
jym
bf48b9b5d9 check-interpreter fix. 2011-07-03 21:36:20 +00:00
gdt
d14b92012f Update to 1.2.1 (ok agc@ during freeze).
Viking 1.2.1 (2011-06-16)
Fixes since 1.2
* Support proper MAC OS file locations.
* Fix incorrect track property line marker positioning when the track has gaps.
* Fix track property point marker drawing error - sometimes draws dot marker too low.

Viking 1.2 (2011-05-24)
New features since 1.1
* Remove unecessary treeview item selection.
* Add zoom level 0.5 to map layer
* [DOC] Add links to access Viking's source code
* Rename file to prevent any case-insensitive issues.
* Add getting the users confirmation when deleting (emptying) data from the GPS layer.
* Enable keypad delete to remove layers in the layers panel.
* Enable deleting multiple tracks or waypoints within a layer by selecting them from a list.
* Add getting the users confirmation when deleting an individual track or waypoint.
* Add the ability to delete all waypoints or tracks in the layer.
* Add getting the users confirmation when deleting a layer.
* Start a new 'Tracks' treeview menu, similar to the 'new' Waypoints treeview menu.
* Add operations on waypoints into the 'new' Waypoints treeview menu.
* Add new graph type Speed/Distance in the track properties window.
* Add new graph type Elevation/Time in the track properties window.
* Add new graph type Distance/Time in the track properties window.
* Improve Track Properties speed/time drawing to display in nice human friendly whole number scaled units.
* Improve Track Properties elevation drawing to display in nice human friendly whole number scaled units.
* On the Track Properties Window draw an always updating indicator of where the readings are taken from.
* Enable controls of drawing DEM data and GPS speeds on the Track Properties Window.
* Add keyboard accelerators for the Track Properties Window.
* Add ability to resize the Track Properties window.
* On the Track Properties Window, also show the elevation or speed for the current track position as indicated by the mouse pointer.
* Add support for kml files.
* Add ... where necessary to track & waypoint menu entries.
* Enable Open Waypoint Image via right click menu entry.
* Use ability to select a waypoint given the thumbnail image size.
* Add ability to open the trackpoint edit dialog via the viewport right click menu when a trackpoint is selected.
* Add ability to move selected trackpoint or waypoint by the mouse within the select tool.
* Add a new select tool at the window level to enable/disbale item selection of the a track or a waypoint.
* Enable to unselect treeview item
* Add Select Request layer interface and use within the track/waypoint layer to select an item.
* Add internal track right click menu variable.
* Tidy up track/waypoint sublayer callbacks to only use the layers panel if it available.
* Add viewport to sublayer add menu items callback.
* Make the highlight colour configurable and use as appropriate for the selected track/waypoint drawing.
* Add track and waypoint highlight for the selected layer or individual item.
* Add the storage and retrieval of any kind of track or waypoint selected item (either an individual item, list (i.e. a sublayer) or layer) at the window level.
* Add viewport property to control the display of the track / waypoint item highlight.
* Add backup support for launching URLs with Mac OS based browsers.
* Add backup support for launching URLs with Google Chrome based browsers.
* Add support for Bing maps
* Add support for dynamic copyright
* Add map's logo support
* Add support for reference documentation
* Generate a trackwaypoint layer update on the finish creatiing of the thumbnails so the images are shown.
* Enable the tree view panel to be more usefully resized smaller than the text names.
* Windows: Open help pdf file when when clicked on Help->help
* [DOC] Split By Number of Points
* Add Track->Split by Number of Points (as per SF#2847587 request).
* Add a new dialog to return positive number.
* SF#2844872: Suggest name for the new track when splitting the track via the trackpoint edit dialog.

Fixes since 1.1
* Better safety checking to prevent crash due to null variable reference in use of the current trackpoint.
* Fix: Reduce GObject cast
* Fix etag handling
* Fix: generate doc/reference/Makefile when needed
* Fix Track -> Split by Timestamp such that newly created tracks are ordered correctly.
* Fix sensitivity of the track properties window split marker to be disabled when the track marker is not drawn.
* Fix crashing due to incorrect usage of libcurl - SF#3206628.
* Fix non-void function should return a value.
* Fix reference documentation generation - some systems need explicit mention of libz.
* Fix displaying of 'Waypoints' treeview menu.
* Fix vik_aggregate_layer_get_all_layers_of_type for track/waypoint layer types, since these may also be stored under GPS layers.
* Improve previous fix: background calling code should control return value
* Fix: background calling code should control return value
* Fix: enforce background feature
* Fix compiler warnings from gcc 4.5.4
* SF#3178554: Fix Sun Studio build
* gtk_object_sink has been deprecated since gtk version 2.10, use g_object_ref_sink() instead.
2011-06-24 18:40:43 +00:00
adam
e1520bd5a4 Changes 3.3.0:
- New things:
  - CAPI: GEOSBufferWithParams (allows single sided buffers)
  - CAPI: GEOSOffsetCurve deprecates GEOSSingleSidedBuffer
  - CAPI: GEOSUnaryUnion deprecates GEOSCascadedUnion
  - CAPI: GEOSisValidDetail: tell state, reason & location apart. allows
          passing flags.
  - CAPI: GEOSContext_setNoticeHandler_r, GEOSContext_setErrorHandler_r
  - CAPI: GEOSGeom_createEmptyPoint, GEOSGeom_createEmptyLineString
          GEOSGeom_createEmptyPolygon, GEOSGeom_createEmptyCollection
  - CAPI: GEOSGeom_extractUniquePoints
  - CAPI: GEOSGetGeometryN support for single geometries
  - CAPI: GEOSPolygonize_full to return all informations computed by
          the polygonizer
  - CAPI: GEOSOrientationIndex
  - CAPI: GEOSSharedPaths to find shared paths and their orientation
  - CAPI: GEOSSnap
  - CAPI: GEOSRelatePatternMatch
  - CAPI: GEOSCovers, GEOSCoveredBy
  - CAPI: GEOSRelateBoundaryNodeRule
  -  PHP: new PHP5 bindings based on CAPI
- Semantic C++ API changes:
  - Geometry inheritance chain changed to introduce Puntal, Lineal
    and Polygonal classes (virtual inheritance introduced)
  - Polygonizer::getInvalidRingLines retains ownership of vector elements
  - Geometry::isWithinDistance method is now const
  - Polygonizer::getCutEdges returns by const ref
  - Polygonizer::getDangles returns by const ref
  - Empty LinearRings are closed by definition
- Bug fixes / improvements
  - Fixed Geometry.distance() and DistanceOp to return 0.0 for empty inputs
  - Invalid compound geometries reported as valid
  - Return up to 15 digits of precision from GEOSisValidReason_t
  - CAPI: do not leak contexts when using the non-reentrant interface
  - Fix duplicated dangles returned by Polygonizer
  - Fix SnapIfNeededOverlayOp to throw the originating exception
  - Fixed LineMerger to skip lines with only a single unique coordinate
  - Fix NodedSegmentString to handle zero-length line segments correctly
    (via safeOctant)
  - Fixed buffer OffsetCurveSetBuilder to handle "flat" rings correctly
  - Added illegal state check in LineSegment::pointAlongOffset()
  - Improved performance of RectangleIntersects by always using
    segment-scanning and refining SegmentIntersectionTester
  - Reduce memory use in PreparedGeometry predicates
  - Fix infinite loop in RobustDeterminant with nan/inf input
2011-06-16 09:24:05 +00:00
obache
ba3002d2c6 remove PYTHON_VERSION_ACCEPTED, just require python24+. 2011-06-14 09:48:21 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
gdt
0f553d50de Update to 1.1. Notable changes:
* When getting data via the GPS layer automatically set the view to see it, unless the realtime tracking mode is on.
* On opening GPX files automatically view all the data.
* Add copyright and license properties for NASA BlueMarble data.
* Add background thread loading of DEM files.
* Add support for the TMS interface provided by SPOTMaps
* Add license related properties
* Add copyright property
* Improve key binding for Mercator Mode -> ctrl+m
* Add OSM WMS Server
* Add support for WMS-C
* Add support for more standard TMS
* Add LatLon projection
* Add a perl script to auto generate basic Viking .vik files for directories containing images.
2011-05-03 00:41:30 +00:00
schwarz
d6f8fd9235 Updated geography/gpsbabel to 1.4.2 2011-04-27 18:57:11 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
4c687877e0 +libchamplain08 2011-04-14 15:54:57 +00:00
drochner
5b6a3a5dfb add libchamplain08-0.8.3, the latest stable branch of the map widget
(the stable branches are mutually API incompatible but can be
installed in parallel)
2011-04-14 15:52:51 +00:00
drochner
3d3f8c4569 cosmetical fix: use correct N/E/S/W letters in GPS display with gpsd 2011-04-12 17:14:53 +00:00
drochner
46231101db -update to 0.17.2
changes: bugfixes
-make it build against gpsd-2.96
2011-04-11 20:15:00 +00:00
drochner
f85aacbf85 fix build with gpsd-2.96 (lightly tested with "gpsfake") 2011-03-31 20:21:34 +00:00
drochner
ad9bdb9a11 copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump
2011-03-31 11:08:29 +00:00
gdt
aa5cd4fa96 revbump for gpsd shlib major change 2011-03-30 19:07:07 +00:00
gdt
4e99b13368 Bump ABI_DEPENDS due to shlib major change. 2011-03-30 19:05:22 +00:00
drochner
f1c7b011df apply the fix for SA43593 also to gdal's bundled libtiff
(just copied from pkgsrc/tiff)
bump PKGREV (this was also necessary for the recent update
of xerces-c which changed the shlib name)
2011-03-30 18:39:04 +00:00
gdt
2e249f0826 disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.
2011-03-29 02:06:20 +00:00
gdt
7d43f19d47 Update to 2.96.
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96~dev
  Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
  API version bumped to 5, redesign finished (changes are documented
  in the Client HOWTO). cgps now handles resize signals. Code can now
  link with uClibc for embedded use.  Various bugs in the C++ binding
  have been fixed. gpxlogger can now daemonize and write to a specified
  log file. A gpsd client can now set any locale it likes, and JSON
  will still be parsed using the C locale matching the daemon's.  Clients
  are no longer required to define a gpsd_report() hook. gpsd no longer
  emits probe strings to unidentified USB devices at startup.
  JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
  the Unix epoch; the library handles the older style backward-compatibly.
  GPGST sentences are now parsed for noise statistics when a device emits them.
  AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps
  subframe data if the device allows access to it. gpsdecode can now dump NMEA
  GPS binary, and subframe data to JSON. The RTCM2 code now understands and
  analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another
  analyzer.  The ancient Sager dump format for RTCM2 is abolished in favor of
  a JSON profile.
2011-03-23 16:08:34 +00:00
minskim
051266a615 Add tex-pst-geo{,-doc}. 2011-03-18 21:29:49 +00:00
minskim
e3bd5b0c8d Import tex-pst-geo-doc-2.03 as geography/tex-pst-geo-doc.
This is documentation for tex-pst-geo.
2011-03-18 21:28:55 +00:00
minskim
bdc256ede6 Import tex-pst-geo-2.03 as geography/tex-pst-geo.
pst-geo is a set of PSTricks related packages for various cartographic
projections of the terrestrial sphere. The package pst-map2d provides
conventional projections such as Mercator, Lambert, cylindrical, etc.
The package pst-map3d treats representation in three dimensions of the
terrestrial sphere. Packages pst-map2dII and pst-map3dII allow use of
the CIA World DataBank II. Various parameters of the packages allow for
choice of the level of the detail and the layouts possible (cities,
borders, rivers etc). Substantial data files are provided, in an
(internally) compressed format. Decompression happens on-the-fly as a
document using the data is displayed, printed or converted to PDF
format. A Perl script is provided for the user to do the decompression,
if the need should arise.
2011-03-18 21:28:41 +00:00
drochner
459d63feeb libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:29:23 +00:00
adam
fd0ee9c723 Added LICENSE 2011-02-15 09:19:29 +00:00
wiz
3512b3f983 Stop including tiff/bl3.mk from bl3.mk as well, and add a comment
in the Makefile to re-enable it when we switch back to pkgsrc tiff.
2011-02-10 09:57:15 +00:00
brook
ca245b2a22 Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at

     http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News

However, the following are the highlights.

In a nutshell:

    * New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
      KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
      XYZ
    * New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
      MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
    * Significantly improved OGR drivers : DXF, GML
    * New implemented RFCs:
      o RFC 7: Use VSILFILE for VSI*L Functions
      o RFC 24: Progressive data support in GDAL
      o RFC 28: OGR SQL Generalized Expressions
      o RFC 29: OGR Set Ignored Fields
      o RFC 30: Unicode Filenames
      o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
    * New utility : gdallocationinfo

Backward compatibility issues:

    * MITAB driver: use "," for the OGR Feature Style id: parameter
      delimiter, not "." as per the spec. Known impacted application:
      MapServer?
    * RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
    * GML driver: write valid <gml:MultiGeometry> element instead of
      the non-conformant <gml:GeometryCollection>. For backward
      compatibility, recognize both syntax for the reading part
2011-02-10 03:45:09 +00:00
wiz
e2beb736a5 Add upstream bug report (file by someone else, and already fixed). 2011-01-24 16:26:16 +00:00
drochner
6fb7fcf6fb needs vala to build, noticed by wiz
(alternatively, vala support could be disabled per configure arg)
2011-01-21 15:03:27 +00:00
drochner
020ccf9f89 +emerillon 2011-01-18 19:15:34 +00:00
drochner
8159592896 add emerillon-0.1.2, an OSM map viewer 2011-01-18 19:14:07 +00:00
wiz
7e9ebc0a47 Fix png-1.5 fix. From drochner@
Bump PKGREVISION.
2011-01-18 09:01:29 +00:00
drochner
4500e0cecb -adjust the patch for manpage location so that it doesn't hardwire
the pkgsrc specific path, so that it could be submitted upstream
-deal with desktopdb
approved by jkunz The Maintainer
2011-01-17 11:22:43 +00:00
wiz
65ff373c48 Fix build with png-1.5. 2011-01-17 09:14:15 +00:00
jkunz
4cbc5f696c Update to version 1.0.0
Changes:

--- 2010.12.27 ---

Request #237:
Add timeout to route calculation
Request #238:
Add order to selected waypoints to create a route
Request #239:
Add Garmin BirdsEye support (display only)



--- 2010.12.06 ---

Request #231:
Make anti-aliasing an option
Bug     #232:
Photos in the south eastern hemisphere are referenced badly
Request #233:
Make tracks and routes semi-transparent
Request #234:
Add legend for Garmin maps
Request #235:
Fixes and improvements for NMEA support
Request #236:
Move map with Alt+mouse move



--- 2010.11.15 ---

Request #218:
Add "description" as additional field to waypoints.
Request #219:
Make routing language a selection
Bug     #220:
Fixed: Garmin Custom Maps fail on maps with lon/lat projection
Bug     #221:
Fixed: Crash when exporting maps with bad or missing mdr file
Request #222:
Make baudrate selectable for NMEA device.
Request #223:
Update Spanish translation
Request #224:
Update italian transaltion
Request #225:
Update dutch translation
Request #226:
Add location search via OpenRouteService
Request #227:
Add most important web links to help menu
Bug     #228:
Fixed: Add big endian fixes for OS X
Request #229:
Distance over time graph
Bug     #230:
Fixed: Strings for 20bit type polylines and polygons are decoded badly



--- 2010.11.02 ---

Bug     #217:
Forgot to do a commit before the release



--- 2010.11.02 ---

Request #210:
Make UI fit for GNOME
Request #211:
Add tooltip (optional) for items below cursor on Garmin maps
Request #212:
Make zoom level and track maxima labels optional
Request #213:
Prepare route object for autorouting information
Request #214:
Add autorouting via openroute service
Request #215:
Use secondary (autorouted) route for gpx export
Request #216:
Use secondary (autorouted) route for garmin device upload



--- 2010.09.26 ---

Request #170:
Show extended data of tracks
Bug     #202:
Various user supplied bugfixes.
Request #203:
Pimp up map canvas
Request #204:
Add min/max elevation markers to highlighted track
Bug     #205:
File dialog for screenshot, save track stat plot and save canvas behaves strange.
Request #206:
GeoDB: add summary about item as tooltip rather than the real comment.
Request #208:
Add track profile preview on canvas
Request #209:
Make scale and wind rose optional



--- 2010.09.11 ---

Request #195:
Export raster maps to KMZ
Request #196:
Export raster maps as Garmin Custom Map tiles
Request #197:
Make folder system of geo database a bit more flexible
Bug     #198:
Optimize geo database access and fix many glitches.
Bug     #199:
Some tiles on OSM maps are not selectable
Bug     #200:
Fix glitches in track profile/ edit/ toolview interaction
Request #201:
Enhance guideline and snap algorithm for drawing distance polylines



--- 2010.08.15 ---

Bug     #192:
Fixed Garmin map: Small vertical or horizontal lines are not drawn
Request #193:
Use SQLite database for user data
Request #194:
Add project explorer for the database



--- 2010.07.28 ---

Request #184:
Detect proxy from environment variable
Request #185:
Get elevation data for artificial tracks from www.geonames.org
Request #186:
Improove snap to line for distance polyline
Bug     #187:
Fix: endian bugs in Garmin label decoding
Request #188:
Split track in segements of size N
Request #189:
Sort tracks by name and time
Request #190:
Copy-n-paste for distance polyline.
Request #191:
Combine several distance polyline overlays



--- 2010.07.04 ---

Request #177:
Keep on adding points when adding points to start or end of distance polyline
Bug     #178:
Fix: End points are deleted when moving around is aborted.
Request #179:
Add speed and estimated time to distance polyline
Request #180:
Select items for export/upload
Bug     #181:
Fix: Proximity circles are not drawn if waypoint leaves viewport
Request #182:
Make distance polyline follow lines in vector map
Bug     #183:
Change shortcut description from Del to Ctrl + Del in left hand tool widgets



--- 2010.06.06 ---

Bug     #172:
Fixed: typ file not working on device.
Request #173:
Sort waypoints by name, icon or position
Request #174:
Make track bubbles an option
Request #175:
Fine tune reference offset for raster maps
Bug     #176:
Fix performance stall when loading large quantity (>2000) of waypoints



--- 2010.05.10 ---

Request #167:
Dutch translation
Request #168:
Add gpsd support
Request #169:
Optimize map rendering for Garmin maps
Request #171:
Add selection for typ file if there are several



--- 2010.04.03 ---

Bug     #157:
Fixed: Bad zoom factor for "zoom to fit"
Request #158:
Sort list entries in tool views
Request #159:
Accept more formats for waypoint coords and related.
Bug     #160:
Fixed: Typ file is not used in gmapsupp.img
Request #161:
Code map set name into gmapsupp.img
Request #162:
Allow use of *.hgt files to import elevation data
Bug     #163:
Fixed: GDAL tools not found on OS X port
Bug     #164:
Fixed: Endless loop on profile over time for tracks with no timestamp.
Request #165:
Revert track
Request #166:
Speed up loading of Garmin tiles.
2011-01-13 22:55:20 +00:00
jkunz
f5b7672735 Update to version 0.3.4
Changes:
Bug     #11:
Fix screenshot rotation for 60SCx
Request #12:
add driver for Forerunner 305
2011-01-13 22:34:17 +00:00
jkunz
ff7dac140e Update to version 0.17.0.
Changes:
* French Cadastre plugin
* Bing Maps plugin
* GDAL raster background plugin
* Printing and exporting to PDF/raster/SVG
* Extrude interaction for ways
* Filter system
* Toolbar editor (create/modify tollbars)
* Allow to align background image with <SPACE>+pan
* When opening/importing, always fallback to GDAL if available. Allows to open most GDAL supported geomtery files.
* Styles : allow to texture areas with an icon
* Auto-add "source" tag when drawing over a background map; define the value in the WMS and TMS editors
* New command line options: "--ignore-preferences" && "--reset-preferences"
* "--importag-tags-as-is" command-line switch to prevent adding underscores to imported tags
* When creating a way or area, press "C" to close the current way
* New preference: "Allow node/way creation in select mode". When checked, allows double-click to create a node and double-click on a node to start a way in select mode.
* Snap to angle functionality when creating way: keeping "o" pressed snap to 45° angles, "h" snap to 30° angles
* Ability to enter and select multiple OSM servers in preferences
* Use Nominatim (http://nominatim.openstreetmap.org/) for place name lookup due to gazetteer closure
* Support for XAPI
* Allow to rename a layer by double-clicking on its name
* If a shapefile do not provide its projection, ask the user for it and do not crash
* "Set view projection to layer's" action added to image layers; set the main projection to the one of the layer
* Tool to align edges to regularly spaced angles (can orthogonalise buildings)
* Join areas tool
* Add a "portable" mode to merkaartor via command-line ("-p") or build setting ("PORTABLE=1")
* Add a "Find" button to the Feature dock. Press "Reset" to revert to list current features.
2011-01-13 22:24:34 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
asau
8d71695f60 This package uses Fortran-77 (at most). 2010-12-27 09:05:40 +00:00
asau
bd6d0751b7 This packages uses Fortran-77. 2010-12-27 07:53:50 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
adam
cc137d3266 Changes 1.6.0:
This release includes many great new features to make your QGIS experience
even better than ever before. This release also contains many bug fixes that
should improve stability over previous releases. See below for a list of the
more noticable changes made in this release.
2010-12-21 17:48:13 +00:00
gdt
485f442ba3 Update to 1.0.2.
Viking 1.0.2 (2010-12-14)
Fixes since 1.0.1
* Add undeclared translations

Viking 1.0.1 (2010-12-04)
Fixes since 1.0
* Fix Waypoint & Track visibility issues.
* Fix SF#3104028: Default Color Background is incorrectly saved as black into a
new .vik file.
* Fix some translated strings
2010-12-15 13:34:57 +00:00
gdt
202da6ce7b Viking 1.0 (2010-11-14)
New features since 0.9.96
* Add minimal translator-credits in About dialog
* Add documenters to About dialog

Fixes since 0.9.96
* Improve copyright holders
* Prevent crashes when downloading Expedia Maps.
* Fix extend track using magic scissors.
* Fix autodownloading while panning
* Fix Debian #599048: Segmentation fault when using gpsbabel
* Fix dem_gradient_colors allocation.
* Fix compiler warnings in preferences.c
2010-11-20 01:54:35 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
adam
5ed2b5f3b2 Changes 1.7.3:
* Fix handling of ERMapper spherical coordinate systems
* Fix comparison of units of coordinate systems
* C#: Fix GDAL_DMD_ and GDAL_DCAP_ constants
* C#: Don't mark class BeforeFieldInit causing CLR4 crash
* C#: Use the .NET Framework 2.0 transparency rules (level 1 transparency) for
  the VC2010 builds
* Python: Fix indentation problem with GCP serialize method
* Make CPL_INLINE compatible with SunPro 11 and 12 compilers
* Override EPSG:4179 (Pulkovo 1942(58)) and EPSG:4258 (ETRS89) to add towgs84
  transform for Polish CRS
* SWIG bindings : initialize return values of GetRasterStatistics?()
2010-11-15 13:38:31 +00:00
gdt
db17aef15d Update to 0.9.96.
Viking 0.9.96 (2010-10-11)
New features since 0.9.95
* Use ETag to detect fresh tiles on servers
* Add new menu entry in GPS Layer to delete the realtime information.
* Ensure GPS realtime information deleted when GPS Layer -->Empty All is called.
* Prevent zoom factor string displaying unnecessary .0s when it's a whole number.
* Improve Track Properties speed profile display for low speed difference (e.g. walking) tracks.
* Use speed units in display of Track/Waypoint layer draw by velocity config values, but maintain units as metres per second when read from/saved to files.
* Add keyboard accelerators for as many as possible View Menu entries.
* Simplify zoom status when xmpp and ympp are equal
* Use height units in the altitude readout for the cursor position on the status bar.
* Use height units in display of DEM min / max elevation values, but maintain units as metres when read from/saved to files.

Fixes since 0.9.95
* Fix many memory leaks
* DEM layer properties tidy up.
* Prevent getting stuck in a near infinite loop when using Coord layer, UTM mode and zoomed out to see the whole world.
* Prevent lock up in attempt to download maps along a track in UTM mode.
* Launchpad Bug #445374: Prevent crash when downloading maps along a track, with Terraserver maps when in Mercator mode.
* Add explicit linking against libz and libm
* Fix SF#3009431: Prevent Crash in Real Time Tracking GPS Mode & Autodownload Maps.
* Fix display of rounded speed units scale markers in the speed profile.
* Fix cycle map URL
* Fix compiler warnings
* Fix Track Draw by Velocity mode, so that individual track points are coloured (as was the intention).
* Fix bug where older file was removed when network not present
* Fix: warning 'draw-mode' message does not display
* Fix incorrect limitation on source map id
2010-10-12 23:28:29 +00:00
wiz
f4f9b4b89b Reset maintainer. 2010-09-28 13:21:29 +00:00
gdt
ec01019c7c Update HOMEPAGE; old one is a domain-parking/ad page. 2010-09-24 15:08:15 +00:00
gdt
c7a6368c84 Update to 0.9.95.
Viking 0.9.95 (2010-09-07)
New features since 0.9.94
* Add some function short cut key definitions to control showing of the center mark and scale viewport features.
* [DOC] Replace Google with OSM capability in man pages.
* When manually creating a track, automatically give it a default name.
* [DOC] Add contributors from the Wiki(s) history.
* Better dialog name when searching for a waypoint.
* Change max cache time to 1 week.
2010-09-22 12:43:47 +00:00
jkunz
fac48b99cd Update from 0.16.1 to 0.16.3.
Changes:

Merkaartor 0.16.3.

The only issue solved since 0.16.2 is the inability to switch languages.

Merkaartor 0.16.2.

The CHANGELOG since 0.16.1 is:

- FIX : Initial viewport issue
- FIX : Do not export incomplete features
- FIX : CSV import bugs
- FIX : Use "GPX track width" setting even when not in "Simple track appearance" (fixes #3095)
- FIX : temporary solution for #3082
- CHG : Allow to pan with middle mouse button
- FIX : lat/lon grid fixes for non-othogonal projections
- FIX : for non-rthogonal projections, maximize the viewport in lat/lon
- FIX : Handle empty style list in editor (fixes #3079)
- FIX : Fix scale bar to take latitude into account.
- FIX : Do not tag-match relation's children unless the type is "multippolygon" (fixes #2916)
- FIX : problem with "Bottom-left standard" TMS
- FIX : OSX fix
- FIX : Draw relations children dashed to avoid multiple parent drawing
- FIX : Fix several issues with features dock.
- FIX : Fix reappearance of deleted features.
- FIX : Fix WayRemoveNodeCommand reversibility.
2010-09-21 18:51:55 +00:00
jakllsch
fdff21da0b s/openstreetmap/OpenStreetMap/g
From Snader_LB on IRC.
2010-09-16 18:09:54 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
64767232d8 Update to 0.09, set LICENSE, fix typo in COMMENT.
0.09  Mon May 17 16:30:32
	- Patched mgrs_to_utm to handle short MGRS strings
2010-09-06 10:56:48 +00:00
adam
332cce7b03 Added geography/qgis version 1.5.0 2010-08-27 11:47:51 +00:00
adam
aee94bd218 Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System
(GIS) licensed under the GNU General Public License. QGIS is an official
project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux,
Unix, Mac OSX, and Windows and supports numerous vector, raster, and database
formats and functionalities.

Quantum GIS provides a continously growing number of capabilities provided by
core functions and plugins. You can visualize, manage, edit, analyse data, and
compose printable maps. Get a first impression with some screenshots and a more
detailed feature list.
2010-08-27 11:42:58 +00:00
adam
3f0dd9b029 Changes 1.7.2:
* configure/libtool/etc regenerated with newer versions.
* Fix definition of CPL atomic function with CPL_INLINE undefined
* Clean out remnants of old generation python support in configure
* Fix build problems on systems with 64bit pointer and 32bit long
* C#: Fixed ambiguous reference to SpatialReference in C# sample apps
* C#: Fix crash on memory release of string from ExportToWkt()
* Java: Handle transparency better in color tables
* Python 2.x/3.0 compatability fixes for scripts
* Python fixes for numpy array io
* stateplane.csv updated for Kentuky and California fixes
2010-08-27 11:14:23 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
drochner
29680f6e1a needs xsltproc for build, noticed by wiz 2010-08-05 08:39:30 +00:00
adam
dc1eafc774 Changes 5.6.5:
* Fixed scale calculation problem caused by mapscale.c's inchesPerUnits
  array being out of synch with MS_UNITS enum
* Fixed bitmap text font rendering (tiny was not working)

Changes 5.6.4:
IMPORTANT SECURITY FIXES:
* Disabled some insecure (and potentially exploitable) mapserv command-line
  debug arguments.
* Fixed possible buffer overflow in msTmpFile()

Other fixes:
* Fixed possible race condition with connectiontype WFS layers
* Modified mapserver units enum order to fix some problems with external
  packages
* fix blending of transparent layers with AGG on MSB archs
* Fixed imageObj->saveImage() sends unnecessary headers
* Correct PropertyName parsing for wfs post requests
* Ensure mapwmslayer.c does not unlink file before closing connection on it
* Fix security exception issue in C# with MSVC2010
* Write out join CONNECTIONTYPE when saving a mapfile.
* Fixed attribute queries to use an extent stored (and cached) as part of
  the queryObj rather than the map->extent.
* Reverted msLayerWhichItems() to 5.4-like behavior although still supporting
  retrieving all items
* Grid layer: remove drawing of unnecessary gird lines
* OGC Filters for spatial dbs should be enclosed in parentheses
* Improve the handling of simple string comparisons for raster classified
  values
* Add the ogc namspace to filters generated by Mapserver
* Fix MS_NONSQUARE to work in mode=map
* Improve error message when loadQuery() filename extension check fails
* Fix GetLegendGraphic using keyimages
* Fix getFeatureInfo queries on WFS layers
* Fixed mapstring.c build problem related to errno
* Correct ungeoreferenced defaults via GetExtent() on raster layer
* More adjustments to how TLOCK_GDAL held around msGetGDALGeoTransform
2010-07-30 12:51:22 +00:00
asau
dd2e2db971 Remove extraneous definitions. 2010-07-30 11:03:27 +00:00
asau
dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
drochner
c9df46beba oops - too much c&p - reimport into proper path 2010-07-26 11:54:34 +00:00
drochner
6930ea59d6 +3 2010-07-26 11:11:24 +00:00
drochner
601aebfc1f add libchamplain06-0.6.1, a GTK map widget
(the development version, can be installed in parallel to 0.4.x)
2010-07-26 11:07:18 +00:00
drochner
682ef648ff add libchamplain04-0.4.6, a GTK map widget
(the current stable version)
2010-07-26 11:05:26 +00:00
gdt
ce3c41b0b9 Update to 2.95.
* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95
  The autonomous robot submarine total world domination release!
  Rationalize clearing and generation of DOPs, this makes epx/epy much
  more generally available. Fixed the test productions for the udev
  magic and added a troubleshooting note in INSTALL. cgps now displays
  epx/epy rather than eph. Speed is now always reported if our last
  two fixes were good, even if the GPS didn't compute it.  Reading
  packets from UDP datagrams by specifying a listening address and
  port is now supported, and the regression-test driver cam now be
  told to force this with -u; this enables regression testing in
  chroot jails where access to ptys is locked out. AIS code now
  interprets message type 6 and 8 application IDs correctly as a
  Designated Area Code and Functional ID pair. gpspipe has a new -T
  option for setting the timestamp format.  xgpsspeed is completely
  rewritten in Python, eliminating some dependencies on ancient X
  libraries.  We now ship a Qt binding for the client library. Note
  a GCC 4.2.1 optimizer bug.  gpsdcode now uses | as a field separator
  in -c mode, as string fields can contain commas.  Corrected error
  or reporting of AIS rate-of-turn fields.
2010-07-14 16:53:04 +00:00
gdt
57fa097b45 Update to 1.4.1. (Read waypoints ok on netbsd-5/i386 from Garmin
etrex vista HCx.)

Summary of Changes:
(details at http://www.gpsbabel.org/news/20100620.html)

Many new formats.

New Features

    * KML writer now sets the extents of the time sliders
      automatically for Google Earth 5.0, can now generate gx:Track
      for Google Earth 5.2.
    * Improved handling of from Garmin extensions in GPX including
      ambient temperature, depth, heartrate, and cadence.
    * Reworked Garmin transparency device matching to work with more
      devices such as Nuvi 500 and Dakota
    * Add 'erase_only' option to dg-100.
    * GDB module now handles Garmin Basecamp files, too.
    * Try to preserve Ozi icon data in waypoints.
    * Holux GR245 waypoint now supported.
    * GUI detects host OS serial ports.
    * Add HDOP and VDOP to VPL 900.
    * Added track segment support for many formats, including GPX,
      delbin, and Garmin protocol.
    * Added track->tracksegment conversion filter option to track
      filter.
    * Convert tracks to courses on Garmin fitness upload.

Major Fixes

    * Fix memory corruption in gbfile when line sizes were a multiple
      of internal buffer sizes.
    * Globalsat: flush receive on startup to make BT-335 more
      reliable.
    * Add Mega event icon, Whereigo cache type to GPX and KML.
    * Tweak Earth 5's realtime KML to include end of time window.
    * Several improvements to Garmin GPI reader.
    * Read and write fix information in delgpl format.
    * Garmin Venture HC and Legend H now works better on Mac and
      Linux. (especially Japanese models.)
    * Several improvements for OS/X Snow Leopard.
    * Alllow character set overwrite when sending to USB Garmins.
    * When writing Garmin routes, don't duplicate waypoints for via
      points.
2010-07-05 00:05:22 +00:00
gdt
53c996256a Viking 0.9.94 (2010-06-10)
New features since 0.9.93
* Add knots as a speed unit option.
* Detect USB Garmin eTrex HCx Legend devices (and maybe others).
* Auto use of /dev/ttyUSB type device if available on Unix systems.
* Add ability to turn off Garmin GPS after transfer.
* Add a 'home' default location preference.
* Add ability to changes preferences outside of the preferences.c file.
* NLS Maps API: Historic map of Great Britain
* Change GUI related command line parameter for Waypoint symbol size into run time preference.
* Support All Zoom Levels in Zoom Menu
* [DOC] Import User Manual from wiki
* Add menu item for help contents

(Update started before freeze, ok wiz@ to commit now.)
2010-06-24 12:37:09 +00:00
gdt
9c99cb7d4b Add note to patch that this change was already made upstream. 2010-06-16 22:16:31 +00:00
drochner
0642bfd245 update to 0.16.1
changes:
Added the possibility to show a lat/lon grid
Support for WMS-C servers
Support for "standard" TMS servers
Allow to tile (and cache) arbitrary WMS'es (only EPSG:4326 and
 google projection supported)
Allow google maps links and others in goto and download dialogs
Added a projection editor
Enhanced Relations support
Geo-tagging of photos inside Merkaartor, importing them without
 track layer and displaying them directly on the map
Improved SHP support
Support for JOSM remote protocol on port 8111
Added Ramer-Douglas-Peucker simplification of ways (in Roads menu)
Add a "portable" mode to merkaartor via command-line ("-p")
and many tweaks and little things...
2010-06-16 19:43:52 +00:00
drochner
b01dc9492a fix installation w/o DESTDIR 2010-06-16 11:49:57 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
gdt
96051f786a Update to 2.94.
* Sun Apr 20 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.94
  Error-checking in the 50bps subframe code has been greatly improved.
  The Garmin GPS driver can now use libusb, if it is present, to do
  device discovery. The libgps library has been split apart; the
  service functions used by the daemon now live in libgpsd. This
  will shave some code volume from GPSD client applications.  A packaging
  error that resulted in xgps not being shipped in 2.93 has been
  corrected. We now have stronger checking for valid ephemeris before
  extracting the leap-second offset; they should prevent many cases
  where gpsd migh previously have used an invalid leap-second offset.

* Fri Apr 16 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.93
  Support for JSON dumping and parsing of AIS message types 25 and 26,
  not yet observed in the wild on AISHub. Fix Debian bug #569703.  by
  removing non-streaming mode from the Python exerciser. Fix Debian
  bug #572900 by unsetting the appropriate in-use flag in the device
  array.  Change the libgps default from old protocol to JSON. Add a
  close() method to the C++ binding. Try to recover better from
  sporadic cases of false matches to Trimble packet format from a SiRF
  binary datastream. gps_poll() now returns -1 with errno not set when
  the gpsd socket closes. TPV now refrains from reporting fields the
  fix quality won't support. gpsmon option for listing device types is
  now -L to -l can be used to enable logging (to stay consistent with
  the l command). There is new FAQ material on improving fix and time
  reference accuracy. New sections have been added to NMEA.txt on
  error status indications and satellite IDs.  New POLL command brings
  back polling-mode operation.  A Client-HOWTO has been added to the
  documentation. gpsd no longer eats CPU when a device is unexpectedly
  unplugged. Support for the TNT revolution is back (run mode only).
  There is now a gpsdfake diagnostic tool that fakes being gpsd shipping
  arbitrary specified data to clients.

* Wed Mar 3 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.92
  Fix a packaging error.  The new Python library module was
  inadvertently omitted from the 2.91 tarball.  Also, improve the json
  import test slightly.

* Mon Mar 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.91
  We have support for NMEA GLONASS sentences, and a regression test.
  Clients now get a DEVICE notification on every driver switch.  It is
  possible to specify a TCP/IP AIS feed such as AISHub as a data
  source. Serious bitrot in the NTRIP support has been fixed - it was
  probably nonfunctional for several releases before this.  Fixed
  buggy display of satellite-used flags in cgps.  xgps is replaced by
  a rewrite in Python that uses pygtk, eliminating a dependency on
  Motif; also, it now displays AIS information. Uniform treatment of
  display-unit defaulting and -u in xgps, cgps, and lcdgps. Support
  for AIS message types 25 and 26.  Support for IPv6.  A numeric
  instability in the earth_distance() function affecting track error
  modeling has been fixed. Old protocol has been removed from the
  daemon; the library still speaks it.
2010-05-25 00:50:15 +00:00
matthias
c71496a946 add option x11 to make it possible to build without x11. 2010-04-27 14:24:14 +00:00