summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2014-03-12Rototill makefile without changing binary package.gdt1-11/+29
Upstream does not have stable naming or location conventions; sometimes files are in subdirectories, and sometimes not. Sometimes files even have spaces in their names. To ease coping with this chaos, define more variables that can be adjusted by the packager. (Really, this commit is to capture partial work before giving up for now on updating to 8.3.)
2014-03-11Update to 1.5.gdt4-12/+26
Viking 1.5 (2013-10-13) New features since 1.4.2 * Startup preferences for ease of use. * Multi layer/track statistics. * Multi layer/track or waypoint detailed lists. * Control sorting of layers and quick show/hide all options. * Configurable layer defaults. * Optimizations when loading and drawing large numbers of tracks. * Allow higher zoom levels up to 1/32 (OSM z22 equivalent but maps only requested up to z19). * Retain internal options across sessions. * Selectable online router service provider (now including OSRM) * 'Via' points online route refining. * Download a file directly from an URL. * Datasource acquiring files from URLs related to the current view. * Support timestamps (read only) in waypoints. * Support naming trackpoints. * Request downloading a region of maps over multiple zoom levels. * Support Compressed My OSM Traces files (requires libbz2 and libmagic). * Support opening files drag and drop on to the viewport. * Support relative paths in Viking files. * Add support for OSM Humanitarian (HOT) Style Map. * Advanced preferences. * Optional track labelling on the viewport. * Translations for the Basque language. * Improved Help Manual. * Many internal improvements. Fixes since 1.4.2 * Fix crashing if attempting to Extend a Route via the Route Finder when the route has no points.
2014-02-24Fix Fortran library extraction.joerg2-1/+18
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron8-16/+16
2014-02-02Update to latest release, 0.4.0. From ChangeLog:rodent2-7/+6
gipfel-0.4.0 * Fix compilation with fltk-1.3.x. * Use proper distance for distortion correction. * Don't update coordinates of marked hills. * Remove compute button. Positions are now updated automatically when marked hills are moved. * Fix focal length for images in portrait format. * Fix up/down keys in viewpoint chooser.
2014-02-01Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.pyrodent1-1/+2
2014-02-01+py-trytond-countryrodent1-1/+2
2014-02-01Import py27-trytond-country-3.0.0 as geography/py-trytond-country.rodent4-0/+64
The country module of the Tryton application platform.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz2-3/+4
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-25Remove unnecessary USE_X11=yes.wiz2-3/+3
Mark as not ready for python-3.x.
2014-01-19Update to 1.9.3:wiz3-11/+31
1.9.3 (svn revision 327) * Geod now uses C code adapted from geographiclib now included in proj4 source, instead of pure python code directly from geographiclib. * make radians=True work with Geod.npts (issue 47). * allow PROJ_DIR env var to control location of proj data (issue 40). 1.9.2 (svn revision 301) * updated proj4 src to 4.8.0 - includes two new map projections (natearth and isea). 1.9.1 (svn revision 285) * restore compatibility with python 2.4/2.5, which was broken by the addition of the geographiclib geodesic module (issue 36). 1.9.0 (svn revision 282) * use pure python geographiclib for geodesic computation codes instead of proj4. * don't use global variable pj_errno for return codes, use pj_ctx_get_errno instead. * use new projCtx structure for thread safety in proj lib. * update C source and data from proj4 svn (r2140). * add pj_list and pj_ellps module level variables (a dict mapping short names to longer descriptions, e.g. pyproj.pj_list['aea'] = 'Albers Equal Area'). 1.8.9 (svn revision 222) * Python 3 now supported. * allow 'EPSG' init (as well as 'epsg'). This only worked on case-insensitive filesystems previously. Fixes issue 6. * added inverse to Hammer projection. * updated src/pj_mutex.c from proj4 svn to fix a threading issue on windows (issue 25). Windows binary installers updated (version 1.8.8-1), courtesy Christoph Gohlke. * if inputs are NaNs, return huge number (1.e30). 1.8.8 (svn revision 196) * add extra datum shift files, added test/test_datum.py (fixes issue 22). datum shifts now work correctly in transform function. 1.8.7 (svn revision 175) * reverted pj_init.c to old version (from proj4 4.6.1) because version in 4.7.0 includes caching code that can cause segfaults in pyproj (issue 19). * added 'preserve_units' keyword to Proj.__init__ to suppress conversion to meters. 1.8.6 (svn revision 169) * now works with ms vs2008, vs2003 (fixed missing isnan). * updated to proj 4.7.0 (fixes a problem coexisting with pyqt). * allow Geod instance to be initialized using a proj4 string 1.8.5 (svn revision 155) * allow Proj instance to be initialized using a proj4 string (instead of just a dict or kwargs). 1.8.4 (svn revision 151) * updated proj4 sources to version 4.6.0
2014-01-04Switch to use clutter-gtk0.10.obache7-20/+20
Bump PKGREVISION.
2014-01-03recursive bump from cogl shlib major bump.obache7-14/+14
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz8-16/+16
2013-12-10Various patches to fix SunOS build, from Sebastian Wiedenroth.jperkin5-3/+60
2013-10-20Prefix rpath option with -Wl.joerg2-1/+18
2013-10-19Revbump after updating textproc/icuadam9-17/+18
2013-10-18Fix a common mistake in many different packages: POSIX says that when usingbsiegert1-2/+2
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
2013-10-16Update to 1.14.gdt2-7/+8
Version 1.14 June 2013 * A posteriori standard deviation Chi-Square test is newly always performed (even when gama-local uses a priori reference standard deviation). * Added Chinese translation in GBK encoding (switch "zh") * New output format XHTML Strict 1.0 in gama-local * Added a basic test suite for gama-local (make check).
2013-10-10Recursive revbump from pango-1.36.0ryoon9-18/+18
2013-09-19MySQL-5.0 had been removed from pkgsrc, change to accept any version of mysql.obache1-2/+2
2013-09-04recursive bump from graphics/gd shlib major bump.obache1-2/+2
2013-09-02Revbump after cairo updateadam9-17/+18
2013-09-01recursive bump from hdf5 shlib major bump.obache7-14/+14
2013-08-30Revbump due to incorrect geos usage.gdt1-2/+2
gdal links against the geos C++ library, which the geos docs say not to do. (The C++ library has a new shlib name every release, because humans cannot understand if changes to C++ sources cause ABI changes.)
2013-08-30Update to 3.4.2.gdt4-30/+8
patches/patch-include-geos-platform.h.in was applied upstream in r3902 (trunk) and r3903 (branches/3.4). Upstream NEWS: Changes in 3.4.2 2013-08-25 - Bug fixes / improvements - Use a double for PrecisionModel scale, avoiding overflows should fix 32-bit regression failures (#652) - isnan workaround OS detection missing NetBSD, DragonFly, Sun nuance (#650) - Do not distribute platform.h and version.h, but install both (#601) - Non-standard ChangeLog file in 3.4.0 and 3.4.1 releases (#654) - new travis bot (#657) - accept multiple Nan representations (#656)
2013-08-27Can't use bool and char * in the same expression. Assume quotes werejoerg3-3/+17
meant. Bump revision.
2013-08-18PKGREVISION++ due to geos update.gdt1-2/+2
(This package links against the geos c++ library, which is a bug according to geos documentation, and thus must be revbumped on every geos update.)
2013-08-18Update to 3.4.1.gdt5-32/+61
Changes in 3.4.1 2013-08-DD - Bug fixes / improvements - Assertion failure snapping line to points of rectangle smaller than tolerance (#649) - Can't build using cmake with tar ball (#644) Changes in 3.4.0 2013-08-11 - New things: - Delaunay Triangulation API (#487, #565, #570, #567) - Interruptibility API (C and C++) - CAPI: GEOSNode (#496) - PHP: Geometry->node - GeometryPrecisionReducer class (#496, #526) - BufferInputLineSimplifier header exposed (#548) - New Centroid class supporting mixed geometry components (#612) - io::Writer::reserve() method - CAPI: GEOSNearestPoints - Add --cclibs, --static-clibs and --static-cclibs to geos-config (#497) - Early bail out of overlay exception if input is invalid - C++ API changes: - New noding::GeometryNoder class - Added BufferOp::setSingleSided - Signature of most functions taking a Label changed to take it by reference rather than pointer. - Signature of most functions taking an IntersectionMatrix changed to take it by reference rather than pointer. - GraphComponent::label is now a Label value (from a pointer) - NodedSegmentString takes ownership of CoordinateSenuence now - io::Writer's toString() returns by const ref, write() takes a const ref - Unify prototypes of WKTReader and WKBReader constructor (#310) - GeometryCollection::computeEnvelopInternal and GeometryCollection::compareToSameClass are marked virtual (#478) - Bug fixes / improvements - A point interpolated from a line does not always intersect the same line (#323) - Port ConvexHull robustness fix from JTS-1.13 (#457) - Improve Overlay robustness by reducing input precision on topology exception and by refusing to accept unnoded output (#459) - Improve Buffer robustness by reducing input precision on topology exception (#605) - Mismatch segment sides in OffsetCurveBuilder (#633 ) - Fixed Linear Referencing API to handle MultiLineStrings consistently by always using the lowest possible index value, and by trimming zero-length components from results (#323) - Fixed CMake configuration to set correct SOVERSION (current - age) - Fix EMPTY return from single-point lines and zero-length polygons (#612) - CMakeLists.txt, tools/geos_svn_revision_cmake.h.in: Add geos_svn_revision.h generator to CMake config (#643) - Makefile.vc 'clean' step leaks obj files (#607)
2013-08-10Update to 1.3. Changes: more anthems added.shattered3-11/+83
2013-08-01Update viking to 1.4.2.gdt2-8/+11
Bug fix release only Bug Fixes since 1.4.1: * Fix menu use of named own Icons since the icons were renamed some time ago. * [QA] Fix memory leak in drawing new tracks/routes. * [QA] Fix memory leak on deleting TrackWaypoint layers. * [QA] Fix large memory leak on viewing Track Properties. * [QA] Fix incorrect iterator usage. * [QA] Fix memory leaks on reading in Viking files. * [QA] Fix memory leak in treeview tooltips and selection. * [QA] Fix large memory leak when removing DEM layers. * Fix some interpolated values of a trackpoint on insertion between points. * Fix handling failed downloads with the My OSM Traces method. * SF Bugs#101: Fix Acquire from Google Directions. * Fix name search using Google. * SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients. * SF Bugs#97: Fix missing redownload settings of some maps in the example config * SF Bugs#99: Increase limit for Map IDs * Automated check for the latest version. ATM only on Windows systems. * Enable getting Viking Version as a number from a string to enable comparisons. * SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use. * Don't silently fail on attempting to split to a track. * Fix background thread statusbar update instability. * Fix location of gdk_threads_enter() to be before first window creation. * Allow Bing Map source URL to be set via the configuration XML file. * SF#3610708: Fix Failing to Load DEM files on Big Endian Systems. * Fix incorrect setting to lowest zoom value when clicking away from the statusbar zoom menu. * [QA] Improve create zoom menu to use G_N_ELEMENTS to know array bounds. Contributors ============ * Rob Norris * Michael Klein
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon7-14/+14
2013-07-04Bump PKGREVISION for py-sip module major version change.wiz1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz13-26/+26
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron14-28/+28
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz14-28/+28
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz10-18/+20
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-25Add missing include.joerg2-1/+15
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz7-14/+14
2013-05-23Fix operators to be constant.joerg3-1/+29
2013-05-23Add missing includes to fail again at the missing header.joerg3-1/+27
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam6-11/+12
2013-04-16Update to 1.4.1.gdt4-10/+36
pkgsrc changes: improve patch comment and explain why it is not filed/applied upstream. Viking 1.4.1.0 (2013-04-08) Bug Fix Release + updated translations * Import Launchpad translation updates [Mainly for large Czech update] * Fix using .vik files with 'unusual' track or waypoint names * Fix waypoint selection when the waypoint has an image but the images are not being displayed. * Fix showing map timestamps on Windows on the map tile info dialog. * SF#3608411: Part 2 - Avoid creating command window on Viking start-up. * SF#3608411: Part 1 - Avoid warning about unbuffer on Windows Systems. * SF#3608264: Improve Statusbar Location Info Maybe Truncated * Prevent inputting empty names for layers and sublayers via the layers panel. * SF#3608311: Fix crash caused by renaming blank sublayer names * Be less strigent in loading Geotagged images without optional GPS tags * Fix use of scaled tile image when tile image not present. * Enable updating the treeview to allow setting a blank waypoint symbol. * Improve the Waypoint tooltip to display the description if there is no comment. * Fix datasource acquiring waypoints from geotag images. * Updated geo-* scripts to version released on 2013/02/18 * Fix compilation with --enable-geocaches option. * help/Makefile.am: explicitly list figures. Viking 1.4 (2013-02-11) New features since 1.3.2 * Support for GPX Route type including transfer to/from GPS Devices. ** Replaced 'Add Track' tool with 'Create Route' tool. (NB There still is the Create Track tool) * Support for GPX 'Description' for tracks, waypoints and routes. * Add ability to Acquire My OSM Traces and ability to choose any subset of the available traces. * GPS Upload from a track. * Enable giving a track a specific colour (drawn in default draw by track mode). * Enable drawing all tracks in a specific colour (no longer is Black the only option). * Allow option of drawing a direction arrow when drawing a track. * Allow configuration of trackpoint size and direction arrow size. * Display Waypoint Icons in the layers panel treeview. * Restored Route Finding via Google Services. [Was disabled in 1.3.2 due to change in formats supported] * Only display sublayer container when there are sublayers. * Display map tile source and cached file information in a dialog for a position. * Quick zoom level change from the statusbar by clicking on the zoom level to select another level. * In the Zoom Tool mode: can select an area to zoom in on (via holding shift key + drag mouse). * Mouse Zooming in/out maintains the position focus on the mouse pointer location. ** (Use the keys Ctrl+Shift and mouse zoom to maintain the centered map location). * Improvements in Acquiring Wikipedia Points (allow more points, sortable columns, URL and feature type). * Allow opening a URL on a waypoint which has a URL for a comment or description. * Re-organized TrackWaypoint Layer menus to group functionality together better with New, View, Combine, Split, Delete, Acquire and Upload submenus. * Gradient Graph view on the Track Properties. * Allow same named TrackWaypoint sublayer items. i.e. can now have 2 (or more) waypoints with the same name. * Add support of a Map type for a local On Disk OSM Tile Format. * Revised Draw Track by Speed mode with a simple traffic light colouring scheme to represent slow/average/fast speeds. * Enable deletion of track points with the same timestamp. * Ability to merge segments of a track. * Allow generation of large pixel sized images. * Rework image generation to ask for file name first and then only allow supported map zoom levels. * Allow control of waypoint text size on the viewport display. * Allow control of GPX file saving track order (either Alphabetical or By Time via global preference). * Keyboard shortcuts to create layers and enable some tools. * Show the bearing and the step distance of the next point when creating a track or route. * Improved feedback in reading erroneous files. * Improved Help Manual. * More translation texts including a Finnish version. * Scripts to support the creation of the Windows Executable Installer. * Add a python tool to convert the Viking tile cache into a MapBox MBTiles format file. * Many internal improvements. Fixes since 1.3.2 * Don't accidently overwrite GPX and KML files in the Viking file type. * Use the default desktop font for waypoint viewport display text. * Ensure when opening multiple .vik files they are each loaded into a new window. * Show UTM location in statusbar when in UTM mode. * Fix: crash when dealing with non-compressed DEM files
2013-04-13Hand in maintainership.ghen1-2/+2
2013-04-09The 1.9.2 release is a bug fix release.adam3-21/+6
* Fix infinite GDALOpen recursion with some VRTs (4835) * Avoid destroying existing overviews (.aux/.rrd) (4831) * Support recognising NaN better in CPLStrtod() (4799) * Fix windows declaration for CPLGetErrorHandlerUserData() (4755) * Fix compilation with Gentoo modified zlib 1.2.6 (4723) * Look for libgeotiff headers in /usr/include/libgeotiff too (4706) * Improve warning handling in CPLClearRecodeStubWarningFlags() (4650) * Fix Solaris compilation bug (4705) * MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (4673) * Avoid iffy casting of OGRWkbGeometryType to int (4847) * Fix thread safety issue with CPLOpenShared()
2013-04-07Edited DESCR in the case of:rodent1-3/+3
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.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2013-04-06Fixes:rodent1-2/+2
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.
2013-03-16Update to 1.4.4.gdt4-49/+49
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.