summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25Update trytond modules using py-trytond/Makefile.commonrichard1-4/+4
ok wiz@
2014-06-07Bump PKGREVISION for exiv2 shlib major bumpwiz2-3/+4
2014-06-05Doesn't work with current QWT, mark as explicitly broken.joerg1-1/+3
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz2-5/+5
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-29Bump for perl-5.20.0.wiz9-18/+18
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-28+ py-geojsonkleink1-1/+2
2014-05-28Import geojson-1.0.7 as geography/py-geojson.kleink4-0/+59
The geojson library contains: - Functions for encoding and decoding GeoJSON formatted data - Classes for all GeoJSON Objects - An implementation of the Python __geo_interface__ Specification
2014-05-25Add opencpnbouyer1-1/+2
2014-05-25Import opencpn version 3.2.2.bouyer8-0/+630
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.
2014-05-23Fixes build with giflib>=5.1.obache4-1/+163
2014-05-15Revbump after updating graphics/giflibadam7-14/+14
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz4-8/+8
until proven otherwise.
2014-05-05Python 2.6 is not supported by py-tryton.joerg1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon10-19/+20
Fix PR pkg/48777
2014-05-03Updated to latest release, 3.2.0. From CHANGELOG:rodent2-7/+7
* Bug fixes (see mercurial logs for detail
2014-04-09recursive bump from icu shlib major bump.obache9-17/+18
2014-04-04Update gama to 1.15. Upstream NEWS:gdt2-7/+6
Version 1.15 February 2014 * DTD replaced with XSD for gama-local.xsd and gama-local-adjustment.xsd. Attribute version describing XML version of input and adjustment outpup XML documents became useles with introduction of XSD a was removed from tags <gama-local> and <gama-local-adjustment>. Some more elements attributes were introduced in revised XML formats which are incompatible with older versions.
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