Age | Commit message (Collapse) | Author | Files | Lines |
|
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
|
|
|
|
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
|
The patch to help serial garmins with prolific adaptors is retained,
but it's perhaps a bit dicey because upstream code has changed a bit.
Upstream NEWS content from web pages:
1.4.4:
Add MotoActiv format. Thank you, Dan Brown.
Kris Beevers contributes Lowrance USR v4 support.
Allow EXIF to represent altitude below MSL.
Allow reading known invalid (sigh) data in NMEA, such as that
written by Canon Camera/GPS devices, probably including:
Canon GPS shoes
GP-E1
GP-E2
Powershot models with GPS capabilities
S100
SX260
HS D20
Enhance Garmin Fit support for latest firmware.
Skytraq fixes.
Steve Eckert adds line styling to the National Geographic TPO3 reader.
Erik Krause improves German translations.
OS X Mountain Lion fixes.
1.4.3 beta:
Fix translations for GUI on Windows. German, Italian, Hungarian,
Russian, and a few others should now work. If your language is there,
please contribute a translation. It's easy and doesn't require you to
program.
A new writer for geocaches in KML (Google Earth) provide better
visualizations of high-density areas.
Many KML improvements including validation fixes, aviations units,
fixes for min/max alt.
Adds iblue757 GPS support.
Add support for Holux M-1200E GPS.
Add the Minihomer variant of Skytraq.
Add FlySight GPS support.
Add Garmin FIT support.
Add Land Air Sea format for GPS Tracking Key Pro.
Many Navicache improvements.
Fixes to track filter to not mangle tracks recorded at low speed when
segement filter is applied.
|
|
|
|
rules.
|
|
- IsValidOp: throw proper error on nested shells (#608)
- Fix header guards (#617, #618, #619)
- WKTWriter::appendCoordinate optimisation
- Fix centroid computation for collections with empty components (#582)
|
|
sees the boost headers. Use C++11 tuple syntax.
|
|
|
|
|
|
|
|
Upstream changes:
0.20 2012-10-19
- Fix a test that was comparing floating point numbers and falling over on
some platforms.
|
|
|
|
Add comment explaining the need to revbump.
|
|
- Bug fixes / improvements
- Fix abort in RightmostEdgeFinder (#605)
- Do not force precision reduction below 6 significant digits
while trying to obtain a valid Buffer output (#605)
- Fix GEOSPointOnSurface with zero-length linestring (#609)
- Fix EMPTY return from zero-area polygon (#613)
- Segfault from symdifference (#615)
|
|
|
|
|
|
|
|
|
|
|
|
(This commit adds a comment and does not change code.)
|
|
|
|
|
|
GeoTIFF represents an effort by over 160 different remote sensing,
GIS, cartographic, and surveying related companies and organizations
to establish a TIFF based interchange format for georeferenced raster
imagery.
This library is the reference implementation for reading and writing
GeoTIFF tags.
|
|
Upstream does not provide a NEWS file, but says of 8.1:
Version 8.1 of the EPSG Geodetic Parameter Dataset comprises of data
corrections and updates to the v8.0 release of August 2012.
Changes as documented in Change Records through 2012.093, but with
actions still remaining on some change requests.
New data for Brazil, Tonga and the Arctic.
Significant revisions to data for Brunei and Mayotte.
Minor revisions to data for Europe, former Soviet Union and New Zealand.
|
|
links against the geos C++ library (which is unstable).
|
|
Changes in 3.3.6
2012-11-15 -- that's Post-GIS day !
- Bug fixes / improvements
- Add support for testing with phpunit 3.6 (not loosing support for 3.4)
- Segfault from intersection (#586, #598, #599)
Changes in 3.3.5
2012-06-25
- Bug fixes / improvements
- Correctly increment CAPI lib version from 3.3.3 (#558)
- Port robustness fix to CentroidArea (#559)
- Always return POINT from GEOSGetCentroid, even for EMPTY (#560)
- Always return POINT from GEOSPointOnSurface, even for EMPTY (#561)
|
|
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.
Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
|
|
Bug Fix Release (of a bug fix release):
* Fix CPU usage going to 100% when statusbar items update is called.
Viking 1.3.2 (2012-09-23)
Bug Fix Release including:
* Removed Route Finder Tool as Google Direction service interface has
disalbed the method Viking interfaced with it.
* Fix for Debian#685817: Statusbar Update From Thread Instability
* Fix SF#3564795: Crashing when attempting to create waypoints from EXIF
images without enough GPS information.
* Fix drawing of next potential trackpoint on Windows Systems.
* Fix GPSBabel Dynamic Device List generation on Windows Systems.
* Fix crashing when displayed map copyright(s) is longer than the internal
buffer.
* Fix crashing when deleting a GPS layer which has started a realtime tracking.
* Fix printing of DEBUG message since glib 2.32
Viking 1.3.1 (2012-06-26)
Bug Fix for Windows Systems Release:
* Fix crash in Show Picture functionality on Window's Systems.
|
|
|
|
Rather than passing -Wno-unused-but-set-variable flag to satisfy -Werror,
just remove the -Werror directive. This protects older compilers that
might break on an unrecognized future flag.
|
|
geoclue uses -Werror, but gcc4.6+ has a new warning,
unused-but-set-variable which will break the build. Add a CFLAG to
inhibit the warning to fix build on gcc4.6+.
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
Version 1.13
* Fixed templates lookup name syntax errors reported by Brandon
Invergo <brandon@invergo.net> (detected by compiler g++-4.7).
Many thanks for your patch, Brandon.
* Fixed a bug reported by Jacques Beilin <jacques.beilin@ensg.eu>
Function NormalDistribution ended in an endless loop for high
values of input argument x.
* Fixed a bug reported by Anton Horpynich <anton@vingeo.com>
The computation of approximate coordinates failed if an angle
needed for computing of an intersection was smaller than 0.15
radians / 10 gons (implicit testing criterion). Although this is a
reasonable limit for standard surveying networks, in a batch
computation of approximate coordinates a much smaller value can be
sometimes acceptable. It is more or less a matter of personal
opinion if this is to be supposed a bug or not.
Gama newly solves approximate coordinates in two main loops.
During the first loop the default value 0.15 in class Acord is
used. If afterwards there still some coordinates remain
missing, Gama starts a second loop with series of iterations in
which firstly tries to find a solution with the default value
then secondly with a very tiny limit of 0.0015 radians.
In most cases all coordinates are solved in the first loop with
the default small angle limit 10 gons.
* In gama-local suppressed output of running results during
linearization iterations and several other minor fixes
Version 1.12
* class BaseVisitor and related classes moved to separete file visitor.h
* local Observation has protected init method and non-parametric constructor
Code in local Observation was reorganized and some atributes are not const.
* local observations are visitable (base is Accept<>)
- class Direction : public Observation
+ class Direction : public Accept<Direction, Observation>
** local observations' write methods moved to WriteVisitor
** LocalRevision and LocalLinearization are now visitors
** base classes Revision and Linearization removed from local
** method observations_summary in LocalNetworkXML uses visitor for counting
** method observations in LocalNetworkXML uses visitor for writing
** function OutlyingAbsoluteTerms uses visitor for writing
** method test_abs_term in LocalNetwork uses visitor for test
** local Observation set_passive and set_active methods are now non-const
** function AdjustedObservations uses visitor for writing part of table row
** function TestLinearization uses visitor for computing and writing
** function ResidualsObservations uses visitor writing observation name
* fixed a bug in the definition of angular observations reported
by Anna Kratochvilova <anna.kratochvilova@fsv.cvut.cz> and Vaclav
Petras <vaclav.petras@fsv.cvut.cz>
* updated version of review.hu.lang by Siki Zoltan, some
corrections in the Hungarian translation of GNU Gama
|
|
|
|
recent gnome-doc-utils update (reported by John Marino)
|
|
Upstream changes:
0.19 2012-04-03
- Fix various typos.
- Fix floating point error in the hsin formula.
0.18 2012-03-23
- Fix gcd calculation to use ** instead of ^.
|
|
Unfortunately, it now fails on missing python-related paths, but maybe
someone else can fix that...
|
|
|
|
|
|
|
|
|
|
Upstream says using the C++ API is broken; document the policy and the
list of (broken per geos rules) packages that need a revbump every
time, currently gdal-lib.
|
|
Note that the shlib-name-changing-on-minor-releases issue has been
raised upstream.
|
|
|
|
changes:
-bugfixes
-optimizations
-minor feature additions
-translation updates
approved by The Maintainer
|