This required a fairly massive rototill of the PKGNAME/DISTNAME
because of bugs in upstream distfile generation, reported at
https://github.com/jswhit/pyproj/issues/7
But there are no signficant changes in packaging other than coping with the
distfile naming bug.
1.9.4 (git tag v1.9.4rel)
* migrate to github from googlecode.
* update proj4 source code from svn r2595 (version 4.9.0RC2).
* include runtime_library_dirs in setup-proj.py.
* added to_latlong method (issue 51).
* fix back azimuth when lon1 and lon2 are identical.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Note that this changes the shlib version from 0.8 to 9.0. While
that's bizarre, upstream does not view it as a bug.
(Note that 4.9.0 had an RC but not an actual release.)
Changes from 4.8.0:
4.9.1 Release Notes
-------------------
o 4.9.0RC2 release was abandoned because it was not promoted in a
timely fashion. Subsequent maintenance of tickets has continued,
and a new 4.9.1 release was issued in its place.
o Implement inverse solution for Winkel Tripel from Drazan Tutic #250
o More CMake configuration tweaks. The CMake configuration is probably
not at feature parity with the autotools builds at this point but it
is converging #256
o Tweak initialization ordering around setlocal which may have caused
issues #237
o Support out-of-tree autoconf builds more completely #247
o Fix NaN handling by geod_inverse and geod_polygon_addedge #251 & #253
o Update config.sub and config.guess #257
o Adapt Charles Karney's CMake patches for smoother build #258
o Define default PROJ_LIB location for CMake compilation #261
o Fix Windows compilation on PJ_aitoff.c
o Align CMake SOVERSION with autotools #263
o Regenerate nad/epsg with GDAL r28536 to avoid precision loss in TOWGS84
parameters, e.g. on Amersfoort / RD EPSG:4289 (#260)
o Add CMake project-config.cmake scripts (#264 from Charles Karney)
o Dial back test sensitivity #255
4.9.0 Release Notes
-------------------
o Implement CMake as an option for building PROJ.4
o Implement new virtual file api (projFileAPI) so that all access to grid
shift and init files can be hooked.
o Replace geodesic implementation with one from Charles Karney and add a
supported public interface (geodesic.h).
o Upgraded to EPSG 8.5.
o Removed old (deprecated) Java bindings in favor of the new api introduced
in 4.8.0.
o Implement the calcofi (Cal Coop Ocean Fish Invest Lines/Stations) projection
o Install projects.h again for applications that want access to internal
structures and functions despite the inherent fragility.
o Various bug fixes and cleanup.
o Added the CalCOFI pseudo-projection, #135
--
kplex is a multitransport software data multiplexer, working with
data conforming to the NMEA-0183 standard.
Kplex multiplexes data inputs from sources such as serial lines,
pseudo terminals and network interfaces and send to any (reasonable)
number of similar outputs.
kplex can perform filtering of inputs (so you only get the data you
want, or don't get the data you don't want from a given source) and
outputs (so you only send what you want where you want) and can
perform fine-grained failover so that for any given type of data,
you specify a priority order of the source you would like to take
it from.
Add note about why it's not updated (scons).
(Thanks to pettai@ for pointing out the issues.)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
This plugin creates optimized weather routes using isochrone method and
predictive grib data or averaged gridded Climate data based upon constraint
settings, start and finish information, and boat performance calculated
using boat specs or polar data
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.
This package contains data files from the Global Self-consistent,
Hierarchical, High-resolution Shoreline Database which are displayed
when no charts are present.
- Increased performance in all modes, particularly when using OpenGL graphics
acceleration.
- Additional network interface methods, including TCP/IP client/server and
UDP broadcast.
- Support for multiple data source instances, including
Filtering and prioritization of messages
Output of NMEA data streams for real-time integration into ship systems
- Improved support for Mac OS X systems, including 64 bit native support.
- Integrated Tablet/Touch screen support.
- AIS Personal Locater Beacon (PLB) configuration and tracking.
- Enhanced AIS target tracking modes.
- GRIB PlugIn feature additions.
Graphical GRIB email request generation.
Moving particle wind overlay.
Enhanced GRIB data type support.
- Dashboard PlugIn feature additions.
More selectable instruments.
- Major update to embedded Users Manual.
- Measurably improved performance and reliability over all supported platforms.
geography/py-google-maps-services-python.
Use Python? Want to geocode something? Looking for directions? Maybe
matrices of directions? This library brings the Google Maps API Web
Services to your Python application.
The Python Client for Google Maps Services is a Python Client library
for the following Google Maps APIs:
- Directions API
- Distance Matrix API
- Elevation API
- Geocoding API
- Time Zone API
Keep in mind that the same terms and conditions apply to usage of
the APIs when they're accessed through this library.
libnova is a general purpose, double precision, Celestial Mechanics,
Astrometry and Astrodynamics library.
The intended audience of libnova is C / C++ programmers, astronomers
and anyone else interested in calculating positions of astronomical
objects or celestial mechanics. libnova is the calculation engine
used by the Nova project.
pycountry provides the ISO databases for the standards:
639
Languages
3166
Countries
3166-3
Deleted countries
3166-2
Subdivisions of countries
4217
Currencies
15924
Scripts
The package includes a copy from Debian's pkg-isocodes and makes the data
accessible through a Python API.
Translation files for the various strings are included as well.
Viking 1.5.1.0 (2013-03-16)
Bug Fix Release
* [WINDOWS] Ensure an icon is embedded in the executable.
* [WINDOWS] Fix opening URLs in Windows build only.
* Shift code around to reduce dependencies required for DEM access.
* SF Bugs#105: Fix Display of Lines (Clipping) at High Zoom Levels.
* Remove built in OpenStreetBugs datasource as this service is being phased out.
* Isolate Viking specific code in otherwise reusable code.
* Fix DEM layer URL reference output.
* Remove mistaken need to change directory.
* Remove repeating of built in types in data files.
* External tools don't use ids
* Skip etag files in mbtile converter tool
* Fix crashing when copying layers with null strings as parameters.
* Fix translatable string with variable argument
* Fix 'export_to_common' dialog
* Fix needing to calculate bounds of *both* tracks when a track is split via the marker.
* Fix vik_track_get_length_to_trackpoint() so with the first track point it returns zero, not the entire track length!
* Fix opening files on command line in different directories.
* Move man files from doc to help directory so they will be included in the output from make distcheck.
* Update spec file
* [QA] Remove build references to things that don't exist anymore.
* SF Bugs #104: Fix GStatBuf not available on Glib < 2.26
* Fix the display of speed in statusbar output.
Upstream does not provide news, and it's hard to match up the
Changelog with releases. But changes basically look like updating to
a newer EPSG dataset and bug fixes.
1.0.9 (2014-10-05)
------------------
- Fix bug where unicode/non-string properties with a 'type' key
cause a crash
1.0.8 (2014-09-30)
------------------
- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
This option fixes a pgsql version, and we're not really set up to deal
with that. It makes postgis only build for that one version. So far,
I'm not aware of a reason to have pgsql support in gdal. So, just
turn it off, and we can figure out a way to deal if there is actually
a need.
Discussed with Filip during postgis2 packaging, and I think suggested
to Brook and Adam.