Commit graph

644 commits

Author SHA1 Message Date
wiedi
283740a034 Import osm2pgsql-0.87.3 as geography/osm2pgsql
Converts OSM planet.osm data to a PostgreSQL / PostGIS database suitable
for specific applications like rendering into map tiles by Mapnik
or geocoding with Nominatim.
2015-06-10 01:48:49 +00:00
wiedi
4a672f5740 Be explicit about libjson-c and buildlink libxml2 2015-06-10 01:44:56 +00:00
youri
aa9044b427 Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
youri
d09cb86e35 Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
gdt
1a9cc3e7f6 Fix MASTER_SITES after adjusting mirrored distfile location to follow
MASTER_SITE_LOCAL convention.
2015-06-06 13:01:56 +00:00
gdt
5e0f2d2d6f Update to 1.5.2.
pkgsrc changes: add bash exorcism for testo
upstream changes: Depend on QT, and much rewriting

Summary of upstream changes:

1.5.2

  Add read support for Google's "gx:track" extension to KML.
  Ralf Horstmann adds Mynav Map Manager and VDO GP7.
  White B. Coot adds F90G support.
  Zingo Andersonadds Energympro sport watches.
  Support altitude in mainnav.

1.5.1

  Add options to discard filter to discard points based on regular expressions.
  Experimental support for for faster Garmin serial download speeds.

1.5.0

  GPSBabel 1.4.x has had a good run. That series has been downloaded
  over a million times and is widely used by thousands of people a
  day. But, like many projects entering their teens (I started the code
  that became GPSBabel in 2001) we've accumulated our share of technical
  debt and the world around us has changed. GPSBabel 1.5 is about
  revisiting some of those early, fundamental (and, sometimes, dumb)
  decisions and rebuilding much of it from the foundation up. We've
  collected hundreds of changes spanning about a hundred thousand lines
  of code and we're presenting GPSBabel 1.5.

  Of course, if you're an existing user, you're looking for new formats
  and fixes. We happen to have those. Freshly added:

  Mapbar
  Garmin G1000
  Google Direction API
  MTK Locus
  Lowrance USR v4
  GlobalSat DG-200
  Humminbird v4

  We have fixes:

  GUI now lists help button on main screen and options pages.
  TODO: list more.

  By far, our deepest cutting changes are in our infrastructure.

  We changed the implementation language from C89 to C++03. This lets
  our developers use modern, object-oriented programming and modern
  libraries.

  We moved to the open source Qt toolkit. We've successfully used Qt in
  the GUI for over five years. This lets us focus on GPSBabel itself and
  not implementi ng our own OS abstractions from scratch, robust string
  and time handling, and much more.

  We replaced time from our old representation that used the number of
  seconds since 1/1/1970 and had a fractional seconds component bolted
  onto the side (that was only sometimes used) with a QDateTime which
  allows us to represent time within millisecond resolution from Jan 2,
  4713 BCE to sometimes in the year 11 million. While that sounds crazy
  (it is!) this lets things like the track filter not mangle data
  collected by your 10Hz GPS and your placemarks can have dates that,
  say, buildings were built or cities were founded without worrying
  about Jan 1, 1970.

  We replaced all of our XML (GPX, KML, Geo, etc) readers with Qt
  readers. This reduces the number of data-specific bugs you're likely
  to encounter. No longer will a waypoint named "]]" (it happens!) crash
  your data. We're much more robust when reading extended namespaces.

  We replaced our own XML writers with Qt's XML serializers. This solves
  a whole class of data-specific issues with specific fields containing
  data like "<" or "[[<CDATA" (it happens!) or international characters
  or such.

  Reference counted, dynamic strings are now used in the majority of our
  key data structures, eliminating leaks and allowing multiple copies of
  the same data to share a copy in memory, lessening the amount of
  memory we use.

  A lot of emphasis as been placed on sound engineering. GPSBabel now
  has automated tests covering hundreds of thousands of operations to
  check against memory leaks, overwrites, unused code, uninitialized
  data use and so on. We believe this to be our highest quality release
  ever.

  As a result of all this remodelling, some of our formats that our
  statistics showed were infrequently used and that had little to no
  support traffic in many years were removed. Most of these were formats
  for Palm OS, were never mentioned after they were initially added, or
  are for companies that have been out of business for years or that
  have moved to better formats, like GPX. These include:

  Deprecated formats - Palm/OS

  cetus
  copilot
  coto
  gcdb
  geoniche
  gpilots
  gpspilot
  mag_pdb
  magnav
  palmdoc
  pathaway
  quovadis

  Others

  axim_gpb
  coastexp
  hsandv
  ktf2
  kwf2
  msroute
  msroute1
  psp
  sportsim
2015-06-06 12:57:58 +00:00
wen
a70ba384ea Add py-obspy 2015-05-30 03:30:21 +00:00
wen
28e6b94bf2 Import ObsPy-0.10.2 as geography/py-obspy.(Based pkgsrc/wip/py-obspy)
ObsPy is an open-source project dedicated to provide a Python framework
for processing seismological data.
2015-05-30 03:27:52 +00:00
wen
835821de3a Update to 2.60
Update my mail

Upstream changes:
2.60 2014-03-14
    - Add method to obtain the dbf header information.
      https://github.com/shawnlaffan/Geo-ShapeFile/issues/15
    - Clean up some POD formatting issues.

2.58 2014-03-06
    - CPAN testers are green for 2.57_001 so make a production release.
    - Fix incorrect passing of arguments in the shape index.
      This should not affect most existing code as the indexing
      is only used when called explicitly.
      https://github.com/shawnlaffan/Geo-ShapeFile/issues/14
    - Croak when an invalid file name is passed.
      https://github.com/shawnlaffan/Geo-ShapeFile/issues/13

2.57_001 2014-03-05
    Development release towards 2.58.  Changes are listed there.

2.56 2014-02-18
    - Shawn Laffan
    - CPAN testers are green for 2.55_001, so bump the version number and release as a full version.

2.55_001 2014-02-17
    - Shawn Laffan
    - Add Geo::ShapeFile::Shape::Index as a simple 2-d block based index.
    - Geo::Shape::ShapeFile now uses a spatial index for the segments.
      This speeds up the contains_point routines by about 50-70% when used.
      The index is opt-in at the moment, so will have no effect on existing code.
    - Geo::ShapeFile::get_part now returns an array ref in scalar context.
    - Geo::ShapeFile::Point::angle_to now works.
    - Many of the undocumented methods have been renamed to use a leading underscore,
      as they are private methods.  This avoids a number of POD test warnings.
    - Add parent, POSIX and autovovofication to the list of dependencies in the makefile.

2.54 2014-02-11
    - Shawn Laffan
    - Fix https://rt.cpan.org/Ticket/Display.html?id=89563
      Thanks to Daniel Smith for reporting, and also providing an optimisation
      which also handles edge overlap cases.
    - Reorganise the test suite to allow running of subsets of tests.

2.53_003 2014-02-10
    - Shawn Laffan
    - Clear up several longstanding RT tickets:
        - https://rt.cpan.org/Ticket/Display.html?id=46698
          Clarify docs such that point objects are passed to has_point, not coordinates.
        - https://rt.cpan.org/Ticket/Display.html?id=46068
          Values returned from width and height were swapped.  Thanks to Le Goddard for reporting.
        - https://rt.cpan.org/Ticket/Display.html?id=49054
          $@ should have been @_ (thanks to rgsave@hotmail.com for reporting)
        - https://rt.cpan.org/Ticket/Display.html?id=92790
          DBF field names can now be accessed in file order.
        - https://rt.cpan.org/Ticket/Display.html?id=63347
          corners were incorrectly reported.  Thanks to Liam Gretton for reporting.
    - Reorganise the test suite to use subtests, with tests in subs.  Add more tests.
    - General formatting and style changes to the code.
    - Add List::Util as a dependency.
    - Development is now on github, so update the metadata to reflect this.
      https://github.com/shawnlaffan/Geo-ShapeFile
2015-05-01 02:31:10 +00:00
wen
2d8e34a0a9 Update to 0.11
Upstream changes:
0.10 Mon Mar 25 19:05:12 2013
	- fixed error in Everest Pakistan ellipsoid axis
	- Added Arc 1950 ellipsoid
	- patched MGRS calculations for S. Hemisphere
	- Added MGRS tests
0.11 Tue May 21 13:26:14 2013
	- Added NAD27 and NAD83 ellipsoids
2015-05-01 02:21:46 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
wiz
f61838cd80 Recursive bump for vala-0.28.0 update. 2015-04-03 07:38:34 +00:00
joerg
b264fdd03d Add missing header for rand(3). 2015-03-31 15:41:13 +00:00
gdt
517d7de1dd Update to 1.9.4 (leaf).
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.
2015-03-19 16:16:58 +00:00
rodent
0fae22cf16 Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it
might).
2015-03-15 00:17:34 +00:00
tnn
b4e7d93888 wants to link with pthreads 2015-03-14 18:52:30 +00:00
gdt
ee5fd95f46 Recursive bump from geography/proj ABI change. 2015-03-14 18:46:12 +00:00
gdt
3d0a35b2c8 bl3bump from geography/proj ABI change 2015-03-14 18:44:08 +00:00
gdt
46797fb141 Adjust ABI/API for new proj (which changes both).
CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-03-14 18:39:05 +00:00
gdt
a25c6c1672 Update to 4.9.1
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
2015-03-14 17:59:10 +00:00
kleink
6f5e7eeae4 Update py-google-maps-services-python to 2.1.1.
Bug fixes; no changelog.
2015-03-02 13:29:16 +00:00
plunky
9dd9959975 SUBDIR += kplex 2015-02-16 21:11:07 +00:00
plunky
575cc42aab new package: kplex
--

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.
2015-02-16 21:10:32 +00:00
gdt
7ac5f1afa2 Update MASTER_SITES/HOMEPAGE.
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
2015-02-09 12:56:49 +00:00
bouyer
f5d797db0b Add opencpn-plugin-weather_routing 2015-02-02 20:42:04 +00:00
bouyer
941e64a1d6 Add opencpn-plugin-weather_routing version 20150201
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
2015-02-02 20:41:34 +00:00
kleink
02f3fe7142 Update py-google-maps-services-python to 2.1.
No changelog provided.
2015-01-30 17:35:07 +00:00
bouyer
b9f0a091ac Add opencpn-plugin-gshhs 2015-01-28 14:15:22 +00:00
bouyer
1418550e25 Add opencpn-plugin-gshhs 2.2.4
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.
2015-01-28 14:14:52 +00:00
bouyer
60cbae90c8 Update opencpn to 4.0.0. Changes since 3.2.2:
- 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.
2015-01-22 12:34:15 +00:00
kleink
5e4c552b24 Append PKGVERSION_NOREV to EGG_NAME so that EGG_INFODIR substitution can
happen; noticed during bulk building with a different PYVERSION than the
one that had crept into the PLIST.

Bump PKGREVISION.
2015-01-21 13:22:20 +00:00
prlw1
2b895b28c1 Revbump for cogl 1.18.2 2015-01-17 14:36:11 +00:00
kleink
d36a980f2c + py-google-maps-services-python 2015-01-12 10:28:01 +00:00
kleink
3bfa9fd467 Import google-maps-services-python-2.0 as
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.
2015-01-12 10:27:41 +00:00
plunky
bfd142a387 SUBDIR+= libnova 2014-12-30 08:47:22 +00:00
plunky
44e8773fcd Add libnova-0.13.0
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.
2014-12-30 08:45:49 +00:00
rodent
eb7de92380 +py-pycountry - packaged originally in pkgsrc-wip by
kamel.derouiche@gmail.com.
2014-12-06 15:20:22 +00:00
rodent
c35ad1a6b8 Import py27-pycountry-1.10 as geography/py-pycountry.
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.
2014-12-06 15:18:29 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
gdt
9c770ffd59 Update to 1.5.1
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.
2014-11-23 17:17:46 +00:00
gdt
f362ed477c Update to 1.4.1.
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.
2014-11-23 16:10:50 +00:00
joerg
16c0ffab4c Make more robust when it comes to vala selection. Sort includes. 2014-11-17 19:01:46 +00:00
kleink
a924de3cba Update py-geojson to 1.0.9.
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
2014-10-23 14:21:29 +00:00
joerg
f44d68333b Make sure that qwt-qt4 users don't pick up qwt6-qt4. 2014-10-20 20:08:09 +00:00
joerg
899d6c0a9e Fix dependencies. 2014-10-17 16:46:26 +00:00
joerg
7d0b98bf02 Don't force _XOPEN_SOURCE unconditionally, it breaks at least NetBSD. 2014-10-13 20:52:44 +00:00
wen
842abc6731 Update to 1.11.1
Upstream changes please visit:
http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News

Reviewed by: wiz@
2014-10-10 01:13:57 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
joerg
2453a229b5 Add rpath for libpython. 2014-09-23 19:39:17 +00:00
brook
a1b93a3672 Move math/R-countrycode to geography/R-countrycode.
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
2014-09-19 20:55:07 +00:00
brook
ac2f0c8795 Initial import of countrycode v0.17 as geography/R-countrycode.
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
2014-09-19 20:53:02 +00:00
jperkin
7e2648cede Fix occasional parallel build failure, it seems CPPFLAGS gets confused and
misses the gcore directory required for gdal_version.h.  Add it explicitly
for all builds.
2014-09-15 16:48:21 +00:00
gdt
5705548e54 Make pgsql option defult to off.
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.
2014-09-13 00:57:00 +00:00
jperkin
6aa70bd464 Remove MAKE_JOBS_SAFE=no. It was added a few releases ago, and I am
unable to trigger any failure in the current release with various
settings up to MAKE_JOBS=24.
2014-09-03 10:41:31 +00:00
jperkin
c75bf25dba Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
richard
8ea2e72493 Update trytond modules using py-trytond/Makefile.common
ok wiz@
2014-06-25 06:05:32 +00:00
wiz
71a0bb40e2 Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
joerg
c30df57a11 Doesn't work with current QWT, mark as explicitly broken. 2014-06-05 18:28:34 +00:00
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-29 23:35:13 +00:00
kleink
0a7f1212a0 + py-geojson 2014-05-28 20:07:18 +00:00
kleink
0a80b35f61 Import geojson-1.0.7 as geography/py-geojson.
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-28 20:06:46 +00:00
bouyer
c24870cd9c Add opencpn 2014-05-25 18:39:37 +00:00
bouyer
9bf20f5cd5 Import opencpn version 3.2.2.
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-25 18:26:57 +00:00
obache
3c3c03caab Fixes build with giflib>=5.1. 2014-05-23 13:04:09 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
joerg
e475b31086 Python 2.6 is not supported by py-tryton. 2014-05-05 22:58:40 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
rodent
b3d3578fb0 Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for detail
2014-05-03 13:31:06 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
gdt
e8f526c6ba Update gama to 1.15. Upstream NEWS:
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-04-04 13:23:30 +00:00
gdt
d0b8bd86e2 Rototill makefile without changing binary package.
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-12 00:14:29 +00:00
gdt
3a759939d9 Update to 1.5.
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-03-11 23:50:38 +00:00
joerg
ee3ffc50e8 Fix Fortran library extraction. 2014-02-24 16:15:48 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
rodent
1fcff535c3 Update to latest release, 0.4.0. From ChangeLog:
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-02 14:11:14 +00:00
rodent
de8228ec61 Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.py 2014-02-01 18:51:07 +00:00
rodent
6eb5c0682a +py-trytond-country 2014-02-01 18:11:45 +00:00
rodent
8ac4b7ff9e Import py27-trytond-country-3.0.0 as geography/py-trytond-country.
The country module of the Tryton application platform.
2014-02-01 18:10:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
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-25 10:29:56 +00:00
wiz
82be082121 Remove unnecessary USE_X11=yes.
Mark as not ready for python-3.x.
2014-01-25 08:59:57 +00:00
wiz
6cafd8d42b Update to 1.9.3:
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-19 20:00:29 +00:00
obache
61473df1c8 Switch to use clutter-gtk0.10.
Bump PKGREVISION.
2014-01-04 13:46:55 +00:00
obache
6abe3c1681 recursive bump from cogl shlib major bump. 2014-01-03 12:36:30 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
jperkin
a8c636d60f Various patches to fix SunOS build, from Sebastian Wiedenroth. 2013-12-10 12:22:52 +00:00
joerg
199f1ed9ec Prefix rpath option with -Wl. 2013-10-20 18:09:05 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
bsiegert
11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
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-18 11:41:17 +00:00
gdt
bb140619aa Update to 1.14.
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-16 22:15:53 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
obache
b28a5894a1 MySQL-5.0 had been removed from pkgsrc, change to accept any version of mysql. 2013-09-19 05:03:13 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
gdt
b9bc982628 Revbump due to incorrect geos usage.
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-30 16:41:48 +00:00