Commit graph

682 commits

Author SHA1 Message Date
wiz
0acaab10ba Switch to postgresql-postgis2.
Untested, but postgresql-postgis is gone.
2016-07-07 08:57:06 +00:00
bouyer
8e25a172f1 Update to 2.14.3. Changes since 2.12.3 (for more detailed changelog see
http://www.qgis.org/en/site/forusers/visualchangelog214/index.html)

    General
        Feature: Changed behaviour of strpos function
        Feature: Zoom to feature with right-click in attribute table
        Feature: Speed and memory improvements
        Feature: More expression variables
        Feature: Better control over placement of map elements
        Feature: Paid bugfixing programme
        Feature: Field calculator can be used to update feature's geometry
        Feature: New expression functions in 2.14
    Analysis tools
        Feature: More statistics available in merge attributes tool
        Feature: z/m values are shown when using the identify tool
        Feature: Unified handling of distance and area units and coordinate formats
    Browser
        Feature: Browser Improvements
    Data Providers
        Feature: Cache WMS capabililies
        Feature: Curved geometry support expanded
        Feature: Better handling of time and datetime fields
        Feature: Z/M support in delimited text provider
        Feature: Transaction groups for postgres editing
        Feature: Postgres provider PKI authentication
        Feature: Virtual layers
        Feature: More file extensions for GDAL and OGR providers file selectors
        Feature: Use ST_RemoveRepeatedPoints for server-side simplification with PostGIS 2.2 (or newer) layers
    Data management
        Feature: Removal of SPIT plugin
        Feature: DXF export: option to use title instead of name as DXF layer name in application and server
        Feature: Geometry type can be overridden in the vector save as dialog
        Feature: Vector joins are now saved within QLR layer-definition-files
        Feature: External Resource widget
        Feature: N:M relation editing
    Digitising
        Feature: Configurable rubber band color
        Feature: Trace digitising tool
    Labelling
        Feature: "Cartographic" placement mode for point labels
        Feature: Applying label distance from symbol bounds
        Feature: Control over label rendering order
        Feature: Actual rendered symbol is now considered as an obstacle for point feature labels
    Layer Legend
        Feature: Paste a style to multiple selected layers or to all layers in a legend group
        Feature: Filter legend by expression
    Map Composer
        Feature: New options for filtering legend elements
        Feature: Additional paths for composer templates
        Feature: Multiple selection of compositions in manager
    Plugins
        Feature: Authentication system support for plugin manager
    Processing
        Feature: New algorithms in 2.14
            QGIS geoalgorithms:
            GDAL/OGR geoalgorithms:
        Feature: Unit Tests Q/A
        Feature: Improved toolbox
        Feature: Batch processes can be saved and later recovered from the batch processing interface
        Feature: More informative algorithm dialog
        Feature: GRASS7 v.net modules
    Programmability
        Feature: Redesign expression function editor
        Feature: Store python init code into the project
        Feature: New filtering and sorting options for QgsFeatureRequest
        Feature: Custom feature form Python code options
        Feature: New PyQGIS classes in 2.14
        New core classes
        New GUI classes
            Reusable widgets:
            Reusable dialogs:
    QGIS Server
        Feature: STARTINDEX param in WFS GetFeature Request
        Feature: showFeatureCount in GetLegendGraphic
        Feature: Option to avoid rendering artefacts at edges of tiles
        Feature: Configuration checker in project properties
        Feature: WMS INSPIRE Capabilities
        Feature: Add short name to layers, groups and project
    Symbology
        Feature: Size assistant for varying line width
        Feature: Support for transparency in SVG color parameters
        Feature: Easy duplication of symbol layers
        Feature: 2.5D Renderer
        Feature: Allow definition of rendering order for features
        Feature: Geometry generator symbols
        Examples
            Translate a geometry
            Fill style for polygon border
    User Interface
        Feature: Attribute table can be refreshed
        Feature: Directly set renderer and class symbol colors from context menu in legend
        Feature: Edit legend symbols directly from layer tree
        Feature: Show/hide all legend items via the context menu
2016-07-01 16:15:18 +00:00
bouyer
ba839f87a7 Build fixes:
- even if python bindings are not selected, it is needed as a tool
  for build
- during build, it wants to run an executable from the build dir,
  which fails to find a not-yet-installed shared librarie.
  Fixed by calling it with appropriate LD_LIBRARY_PATH set
- fix PLIST
no PKGREVISION bump as it didn't build before.
2016-06-28 16:57:51 +00:00
nros
1df85145bb Fix usage of libchamplain012 by adding libsoup and sqlite3 to its buildlink3.mk. 2016-06-18 11:38:09 +00:00
bouyer
55afe18054 Update to version 20160611
Changes since previous:
- update for the new grib plugin
- support crossover regions
- updated translations
- bug fixes
2016-06-16 16:03:55 +00:00
bouyer
7d3436b890 Update to 1.1p13.
Changes since previous:
Bug fixes
- boundary lines
- guard zones attached to boat
2016-06-16 15:57:02 +00:00
bouyer
bb9aae5e1c Update opencpn to 4.4.0.
Changes since 4.2.0:
The 4.4.0 Release is primarily a bug-fix/maintenance update.
There is one new feature, however.
The integrated GRIB PlugIn now supports GRIB V2 format files. This update
enables some new sources for worldwide GRIB data from a variety of sources.
2016-06-16 15:52:56 +00:00
wiz
efddfa9d77 Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
wiz
12190a1a32 Improve HOMEPAGE. 2016-06-09 05:52:30 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
bouyer
9c10d11293 The SIGSEGV worked around by patch-src_glu_libtess_sweep.c are in fact
due to a wrong value GLU_TESS_MAX_COORD on NetBSD. See
http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html

Work around this by reordering -I flags so that the local GL/glu.h is used
before the one from the buildlink directory.

While there change build type from debug to release.
Bump PKGREVISION.
2016-05-25 14:38:48 +00:00
bouyer
0a515b0ad0 The memory leak fix introcuced a double free, that didn't cause problems
on linux but did on NetBSD. Fix the double free and bump PKGREVISION
2016-05-23 13:10:15 +00:00
bouyer
5adb72683b Fix memory leak. Bump PKGREVISION 2016-05-23 08:55:15 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
wiz
71db5476a6 Mark as BROKEN until upstream supports current version of py-requests. 2016-05-06 06:51:15 +00:00
prlw1
104960e18b revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
gdt
a7e8a12189 Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.

Upstream news:

Version 1.17 (no upstream NEWS; bug about this reported upstream)

Version 1.16 Jula 2015

* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
2016-04-30 01:17:44 +00:00
plunky
7bb250a738 update to v1.3.2:
Released 21st April 2016

	Added gpsd support
	Fixed various udp handling bugs
	Fixed various bugs on tcp reconnect
	Improve reconnection handling
	Added much more debugging
	Give interfaces default names
2016-04-29 08:49:45 +00:00
bouyer
b30d42f06f Add opencpn-plugin-watchdog and opencpn-plugin-draw 2016-04-24 10:24:40 +00:00
bouyer
1264ad461d Add opencpn-plugin-watchdog version 20160415
This plugin is developed by Sean D'Epagnier and implements various configurable
alarms alerting the user about the changing conditions round the boat.
Watchdog also implements a Deadman-alarm and an improved anchor alarm.
Watchdog communicates with another very useful plug-in, called OpenCPN ODraw
Plugin (opencpn-plugin-draw in pkgsrc). That plugin is a tool to draw
geo-referenced points, lines and shapes within OpenCPN.
2016-04-24 10:23:38 +00:00
bouyer
69996a21f5 Add opencpn-plugin-draw version 20160415
This plugin is designed to allow users to place objects/items on the OpenCPN
interface and have these georeferenced. This allows the objects/items to move
with the chart and have a definined Latitude and Longitude. There are two
basic types of object/item that can be used: points and paths.

Points are very similar to Waypoints and mark locations on the chart.
Paths joint two or more points together and draw a line between them.
Currently these Points exist: Boundary Point, Text Point,
Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point.

These Points are used to construct special types of Paths: Boundary,
Electronic Bearing Line (EBL) and Dead Reckoning (DR).
2016-04-24 10:21:54 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
prlw1
e9a8dd5d63 revbump for vala update 2016-04-10 19:38:51 +00:00
joerg
fdfe6ad8b1 Repeat after me:
I shall not "use namespace std;" before including 3rd party headers.
2016-04-01 19:56:02 +00:00
bouyer
a10b25dfa0 Fix patches, pointed out by Joerg 2016-03-23 14:54:39 +00:00
joerg
41ce9ca5a3 Not MAKE_JOBS_SAFE. 2016-03-22 19:01:46 +00:00
bouyer
407ee8353a Update to version 20160208. Changes since 20150829:
- support opencpn 4.2.0
- bug fixes and UI improvements
- display currents along the route
2016-03-14 11:07:59 +00:00
bouyer
b5c2035f62 Update OpenCPN to 4.2.0.
Changes since 4.0.0:
 As a successor to OpenCPN Version 4.0, OpenCPN Version 4.2 contains many new features and enhanced functions.

 Among them are:

 ..Increased performance in all modes, particularly when using OpenGL graphics acceleration.
 ..Integrated Chart Downloader PlugIn, allowing systematic tracking and donwload of latest online charts from several popular sources.
 ..Integrated World Magnetic Model (WMM) PlugIn, providing accuratley calculated magnetic variation worldwide.
 ..Major update to embedded Users Manual.
 ..Measurably improved performance and reliability over all supported platforms.


more details here: http://opencpn.org/ocpn/release4.2
2016-03-14 11:01:06 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
b0e106f7ae Fix pax arguments. 2016-02-26 14:01:09 +00:00
jperkin
a9e20b5660 Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default. 2016-02-26 11:40:29 +00:00
jperkin
7e4c4188db Use OPSYSVARS. 2016-02-25 13:19:47 +00:00
kleink
7a322fe80b Forgot to commit PLIST changes in the 1.3.2 update.
Bump PKGREVISION.
2016-02-10 13:02:31 +00:00
kleink
086f094d6e Update py-geojson to 1.3.2.
1.3.2 (2016-01-28)
------------------

- Add __version__ and __version_info__ attributes

  - https://github.com/frewsxcv/python-geojson/pull/74
2016-02-10 12:54:39 +00:00
wiz
dcc143ada7 Bump PKGREVISION for vala update to 0.30. 2016-02-04 12:13:30 +00:00
dbj
1fb8a82f51 update qgis to 12.2.3
New Features in QGIS 2.12 ‘Lyon’

This is the next release in our 4-monthly release series. It
gives you access to the new features we have been working on and
represents the ‘cutting edge’ of QGIS development.

QGIS ‘Lyon’ is jam-packed with awesome new features. Special
highlights are support for rule based labelling, rule based
styling of attribute tables, and advanced geometry checker,
support for digitising curve based geometries, better
authentication management and much, much more! QGIS 2.12 also has
many bug fixes and memory leaks addressed. The features provided
in QGIS 2.12 will be included in the next LTR release (slated for
release in 2016), so using this release provides you with an
excellent opportunity to test new features that will make their
way into the next LTR.
2016-02-02 04:33:57 +00:00
kleink
c25f3b3e67 Update py-google-maps-services-python to 2.4.2.
In lieu of a change log:

* Roads API support
* Place API support
* rate limiting
* bug fixes
2016-01-10 13:42:02 +00:00
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
wiedi
d8f6c6affc Does not actually depend on postgis2, pgsql client libs are enough 2016-01-04 18:22:15 +00:00
wiedi
5c71102e88 Needs sqlite3 and _XOPEN_SOURCE=600 to fix build on SunOS 2015-12-13 20:37:31 +00:00
wiedi
2762b9455e c99 fixes build on SunOS 2015-12-12 15:27:50 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
adam
5148b5dd47 Added geography/spatialindex version 1.8.5 2015-11-27 17:52:35 +00:00
adam
4b5cd3ace0 The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing methods.
* Support for sophisticated spatial queries. Range, point location, nearest
  neighbor and k-nearest neighbor as well as parametric queries (defined by
  spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating information.
* Wide variety of customization capabilities. Basic index and storage
  characteristics like the page size, node capacity, minimum fan-out, splitting
  algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures should be
  supported. Clustered and non-clustered indices should be easy to be persisted.
2015-11-27 17:51:58 +00:00
adam
b32acf6f98 Added geography/libspatialite version 4.3.0a 2015-11-27 14:04:22 +00:00
adam
97c976fe1d SpatiaLite is an open source library intended to extend the SQLite core to
support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple
and lightweight:
* a single lightweight library implementing the full SQL engine
* standard SQL implementation: almost complete SQL-92
* no complex client/server architecture
* a whole database simply corresponds to a single monolithic file (no size
  limits)
* any DB-file can be safely exchanged across different platforms, because the
  internal architecture is universally portable
* no installation, no configuration
SpatiaLite is smoothly integrated into SQLite to provide a complete and
powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite
you can effectively deploy an alternative open source Spatial DBMS roughly
equivalent to PostgreSQL + PostGIS.
2015-11-27 14:03:33 +00:00
adam
f4efee505c patch-configure not needed any more 2015-11-26 13:38:14 +00:00
adam
1d6f7d41ce The 1.11.3 release is a bug fix release.
== Build (Unix) ==
 * Support custom buildflags in GRASS plugin (5850)
 * GRASS 7.0.0 support (5852)
 * fix detection of ECW SDK 5.1 on Mac (5867, 5390)
 * Add support for Poppler >= 0.31.0 (6118)

== Port ==
 * /vsitar/: remove useless validation test that prevents from opening valid .tar files (5864)

== Algorithms ==
 * gdal_grid: fix crash in optimized mode with GCC 4.4 on 64bit (5987)
 * Fix failure in GDALSuggestedWarpOut2() when computing output image size in case the top-left and bottom-right corners tranform to the same point (5980)
 * Rasterize: add check to avoid burning negative x values (5641)

== GDAL core ==
 * GMLJP2 reader: add compatibility with OGC CRS URL as found in GMLJP2v2 (5940)
 * GMLJP2: on reading, don't do axis inversation if there's an explicit axisName requesting easting, northing order (5960)
 * GMLJP2: add missing rangeParameters element to validate against GMLJP2 schema (5707)

== Utilities ==
 * gdalbuildvrt: fix potential crash when using -b switch (6095)
 * gdalserver: fix compilation with recent GNU libc (such as in Arch Linux) (6073)
 * gdalwarp: emit error message if file specified with -cutline cannot be opened (5921)
 * gdalwarp: fix 1.11.2 regression when invoking several times gdalwarp with several input files on the same target file, and when the input files have a nodata setting: only the last input file was warped onto the target dataset (5909)
 * ogr2ogr: fix crash with -clipdst when a reprojection fails before (5973)
 * ogr_layer_algebra.py: for Update, Clip and Erase, only creates attribute of input layer by default
2015-11-26 13:37:30 +00:00