diff options
author | bouyer <bouyer@pkgsrc.org> | 2016-07-01 16:15:18 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2016-07-01 16:15:18 +0000 |
commit | 1cb94eb7180de8a1d32eb1a03c13c23f072510f5 (patch) | |
tree | 8cd3a60b6b95a2569a3caf1929591fc2abedc83a /geography | |
parent | 38519ee0dac759a78dd7261865a93504c22f0b6f (diff) | |
download | pkgsrc-1cb94eb7180de8a1d32eb1a03c13c23f072510f5.tar.gz |
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
Diffstat (limited to 'geography')
-rw-r--r-- | geography/qgis/Makefile | 6 | ||||
-rw-r--r-- | geography/qgis/PLIST | 51 | ||||
-rw-r--r-- | geography/qgis/distinfo | 12 | ||||
-rw-r--r-- | geography/qgis/patches/patch-cmake_SIPMacros.cmake | 11 | ||||
-rw-r--r-- | geography/qgis/patches/patch-src_crssync_CMakeLists.txt | 2 |
5 files changed, 52 insertions, 30 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 67df6e26ed2..648f07cdf2f 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2016/04/11 19:01:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2016/07/01 16:15:18 bouyer Exp $ -DISTNAME= qgis-2.12.3 -PKGREVISION= 2 +DISTNAME= qgis-2.14.3 +#PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= http://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qgis/PLIST b/geography/qgis/PLIST index 94d7a13ca8a..80260de74d1 100644 --- a/geography/qgis/PLIST +++ b/geography/qgis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/06/28 16:57:51 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/07/01 16:15:18 bouyer Exp $ bin/qbrowser bin/qgis bin/qgis_bench @@ -23,6 +23,8 @@ include/qgis/qgis.h include/qgis/qgisgui.h include/qgis/qgisinterface.h include/qgis/qgisplugin.h +include/qgis/qgs25drenderer.h +include/qgis/qgs25drendererwidget.h include/qgis/qgsabstractgeometryv2.h include/qgis/qgsactionmenu.h include/qgis/qgsaddremoveitemcommand.h @@ -156,6 +158,7 @@ include/qgis/qgscontrastenhancement.h include/qgis/qgscontrastenhancementfunction.h include/qgis/qgscoordinatereferencesystem.h include/qgis/qgscoordinatetransform.h +include/qgis/qgscoordinateutils.h include/qgis/qgscptcityarchive.h include/qgis/qgscptcitycolorrampv2dialog.h include/qgis/qgscredentialdialog.h @@ -198,6 +201,7 @@ include/qgis/qgsdoubleboxscalebarstyle.h include/qgis/qgsdoublespinbox.h include/qgis/qgsdualview.h include/qgis/qgsdummyconfigdlg.h +include/qgis/qgseditformconfig.h include/qgis/qgseditorconfigwidget.h include/qgis/qgseditorwidgetconfig.h include/qgis/qgseditorwidgetfactory.h @@ -222,8 +226,13 @@ include/qgis/qgsexpressionfieldbuffer.h include/qgis/qgsexpressionhighlighter.h include/qgis/qgsexpressionselectiondialog.h include/qgis/qgsextentgroupbox.h +include/qgis/qgsexternalresourceconfigdlg.h +include/qgis/qgsexternalresourcewidget.h +include/qgis/qgsexternalresourcewidgetfactory.h +include/qgis/qgsexternalresourcewidgetwrapper.h include/qgis/qgsfeature.h include/qgis/qgsfeature_p.h +include/qgis/qgsfeaturefilterprovider.h include/qgis/qgsfeatureiterator.h include/qgis/qgsfeaturelistmodel.h include/qgis/qgsfeaturelistview.h @@ -244,6 +253,7 @@ include/qgis/qgsfieldvalidator.h include/qgis/qgsfiledropedit.h include/qgis/qgsfilenamewidgetfactory.h include/qgis/qgsfilenamewidgetwrapper.h +include/qgis/qgsfilewidget.h include/qgis/qgsfillsymbollayerv2.h include/qgis/qgsfilterlineedit.h include/qgis/qgsfontutils.h @@ -253,6 +263,7 @@ include/qgis/qgsgenericprojectionselector.h include/qgis/qgsgeometry.h include/qgis/qgsgeometryanalyzer.h include/qgis/qgsgeometrycache.h +include/qgis/qgsgeometrygeneratorsymbollayerv2.h include/qgis/qgsgeometryvalidator.h include/qgis/qgsgloweffect.h include/qgis/qgsgml.h @@ -269,6 +280,7 @@ include/qgis/qgsgraphbuilder.h include/qgis/qgsgraphbuilderintr.h include/qgis/qgsgraphdirector.h include/qgis/qgsgridfilewriter.h +include/qgis/qgsgroupwmsdatadialog.h include/qgis/qgsheatmaprenderer.h include/qgis/qgsheatmaprendererwidget.h include/qgis/qgshiddenwidgetfactory.h @@ -285,11 +297,14 @@ include/qgis/qgsidentifymenu.h include/qgis/qgsidwinterpolator.h include/qgis/qgsifeatureselectionmanager.h include/qgis/qgsimageoperation.h +include/qgis/qgsindexedfeature.h +include/qgis/qgsinternalgeometryengine.h include/qgis/qgsinterpolator.h include/qgis/qgsinvertedpolygonrenderer.h include/qgis/qgsinvertedpolygonrendererwidget.h include/qgis/qgslabel.h include/qgis/qgslabelattributes.h +include/qgis/qgslabelfeature.h include/qgis/qgslabelingenginev2.h include/qgis/qgslabelsearchtree.h include/qgis/qgslayerdefinition.h @@ -306,6 +321,7 @@ include/qgis/qgslayertreeutils.h include/qgis/qgslayertreeview.h include/qgis/qgslayertreeviewdefaultactions.h include/qgis/qgslegacyhelpers.h +include/qgis/qgslegendfilterbutton.h include/qgis/qgslegendinterface.h include/qgis/qgslegendmodel.h include/qgis/qgslegendrenderer.h @@ -325,6 +341,7 @@ include/qgis/qgsmapcanvasitem.h include/qgis/qgsmapcanvasmap.h include/qgis/qgsmapcanvassnapper.h include/qgis/qgsmapcanvassnappingutils.h +include/qgis/qgsmapcanvastracer.h include/qgis/qgsmaphittest.h include/qgis/qgsmaplayer.h include/qgis/qgsmaplayeractionregistry.h @@ -370,6 +387,7 @@ include/qgis/qgsmultibandcolorrendererwidget.h include/qgis/qgsmultirenderchecker.h include/qgis/qgsnetworkaccessmanager.h include/qgis/qgsnetworkcontentfetcher.h +include/qgis/qgsnetworkdiskcache.h include/qgis/qgsnetworkreplyparser.h include/qgis/qgsnewhttpconnection.h include/qgis/qgsnewmemorylayerdialog.h @@ -383,6 +401,7 @@ include/qgis/qgsobjectcustomproperties.h include/qgis/qgsofflineediting.h include/qgis/qgsogcutils.h include/qgis/qgsoptionsdialogbase.h +include/qgis/qgsorderbydialog.h include/qgis/qgsosmbase.h include/qgis/qgsosmdatabase.h include/qgis/qgsosmdownload.h @@ -397,7 +416,6 @@ include/qgis/qgspainteffectwidget.h include/qgis/qgspaintenginehack.h include/qgis/qgspalettedrasterrenderer.h include/qgis/qgspalettedrendererwidget.h -include/qgis/qgspalgeometry.h include/qgis/qgspallabeling.h include/qgis/qgspaperitem.h include/qgis/qgspenstylecombobox.h @@ -467,10 +485,8 @@ include/qgis/qgsrastertransparency.h include/qgis/qgsrasterviewport.h include/qgis/qgsrectangle.h include/qgis/qgsrelation.h -include/qgis/qgsrelationadddlg.h include/qgis/qgsrelationeditorwidget.h include/qgis/qgsrelationmanager.h -include/qgis/qgsrelationmanagerdialog.h include/qgis/qgsrelationreferenceconfigdlg.h include/qgis/qgsrelationreferencefactory.h include/qgis/qgsrelationreferencewidget.h @@ -516,10 +532,12 @@ include/qgis/qgssnapper.h include/qgis/qgssnappingutils.h include/qgis/qgsspatialindex.h include/qgis/qgsspinbox.h +include/qgis/qgssqlexpressioncompiler.h include/qgis/qgsstatisticalsummary.h include/qgis/qgsstringutils.h include/qgis/qgsstylev2.h include/qgis/qgsstylev2exportimportdialog.h +include/qgis/qgsstylev2groupselectiondialog.h include/qgis/qgsstylev2managerdialog.h include/qgis/qgssublayersdialog.h include/qgis/qgssvgannotationitem.h @@ -539,16 +557,20 @@ include/qgis/qgstextdiagram.h include/qgis/qgstexteditconfigdlg.h include/qgis/qgstexteditwidgetfactory.h include/qgis/qgstexteditwrapper.h +include/qgis/qgstextlabelfeature.h include/qgis/qgsticksscalebarstyle.h include/qgis/qgstininterpolator.h include/qgis/qgstolerance.h include/qgis/qgstotalcurvaturefilter.h +include/qgis/qgstracer.h include/qgis/qgstransaction.h +include/qgis/qgstransactiongroup.h include/qgis/qgstransformeffect.h include/qgis/qgsuniquevaluesconfigdlg.h include/qgis/qgsuniquevaluewidgetfactory.h include/qgis/qgsuniquevaluewidgetwrapper.h include/qgis/qgsunitselectionwidget.h +include/qgis/qgsunittypes.h include/qgis/qgsuserinputdockwidget.h include/qgis/qgsuuidwidgetfactory.h include/qgis/qgsuuidwidgetwrapper.h @@ -593,6 +615,7 @@ include/qgis/qgswebviewconfigdlg.h include/qgis/qgswebviewwidgetfactory.h include/qgis/qgswebviewwidgetwrapper.h include/qgis/qgswidgetwrapper.h +include/qgis/qgswkbptr.h include/qgis/qgswkbtypes.h include/qgis/qgsxmlutils.h include/qgis/qgszonalstatistics.h @@ -608,16 +631,16 @@ include/qgis/ui_qgsowssourceselectbase.h include/qgis/ui_qgsprojectionselectorbase.h include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssublayersdialogbase.h -lib/libqgis_analysis.so.${PKGVERSION} lib/libqgis_analysis.so -lib/libqgis_app.so.${PKGVERSION} +lib/libqgis_analysis.so.${PKGVERSION} lib/libqgis_app.so -lib/libqgis_core.so.${PKGVERSION} +lib/libqgis_app.so.${PKGVERSION} lib/libqgis_core.so -lib/libqgis_gui.so.${PKGVERSION} +lib/libqgis_core.so.${PKGVERSION} lib/libqgis_gui.so -lib/libqgis_networkanalysis.so.${PKGVERSION} +lib/libqgis_gui.so.${PKGVERSION} lib/libqgis_networkanalysis.so +lib/libqgis_networkanalysis.so.${PKGVERSION} lib/qgis/crssync lib/qgis/plugins/libbasicauthmethod.so lib/qgis/plugins/libcoordinatecaptureplugin.so @@ -646,8 +669,8 @@ lib/qgis/plugins/librasterterrainplugin.so lib/qgis/plugins/libroadgraphplugin.so lib/qgis/plugins/libspatialiteprovider.so lib/qgis/plugins/libspatialqueryplugin.so -lib/qgis/plugins/libspitplugin.so lib/qgis/plugins/libtopolplugin.so +lib/qgis/plugins/libvirtuallayerprovider.so lib/qgis/plugins/libwcsprovider.so lib/qgis/plugins/libwfsprovider.so lib/qgis/plugins/libwmsprovider.so @@ -657,7 +680,6 @@ man/man1/qbrowser.1 man/man1/qgis.1 share/qgis/FindQGIS.cmake share/qgis/doc/AUTHORS -share/qgis/doc/CODING share/qgis/doc/CONTRIBUTORS share/qgis/doc/DONORS share/qgis/doc/INSTALL @@ -672,6 +694,7 @@ share/qgis/doc/index.html share/qgis/doc/news.html share/qgis/doc/style.css share/qgis/i18n/qgis_ar.qm +share/qgis/i18n/qgis_bg.qm share/qgis/i18n/qgis_bs.qm share/qgis/i18n/qgis_ca.qm share/qgis/i18n/qgis_cs.qm @@ -703,19 +726,19 @@ share/qgis/i18n/qgis_ro.qm share/qgis/i18n/qgis_ru.qm share/qgis/i18n/qgis_sk.qm share/qgis/i18n/qgis_sl.qm -share/qgis/i18n/qgis_sr.qm share/qgis/i18n/qgis_sr@latin.qm share/qgis/i18n/qgis_sv.qm share/qgis/i18n/qgis_tr.qm share/qgis/i18n/qgis_vi.qm share/qgis/i18n/qgis_zh-Hans.qm -share/qgis/i18n/qgis_zh_CN.qm -share/qgis/i18n/qgis_zh_TW.qm +share/qgis/i18n/qgis_zh-Hant.qm share/qgis/images/icons/qbrowser-icon-60x60.png share/qgis/images/icons/qbrowser-icon.png share/qgis/images/icons/qgis-icon-1.8-60x60.png share/qgis/images/icons/qgis-icon-16x16.png +share/qgis/images/icons/qgis-icon-16x16_xmas.png share/qgis/images/icons/qgis-icon-60x60.png +share/qgis/images/icons/qgis-icon-60x60_xmas.png share/qgis/images/icons/qgis-icon.png share/qgis/images/icons/qgis-mime-icon.png share/qgis/resources/cpt-city-qgis-min/README-qgis.txt diff --git a/geography/qgis/distinfo b/geography/qgis/distinfo index 1139027c827..c5e43147e9a 100644 --- a/geography/qgis/distinfo +++ b/geography/qgis/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.9 2016/06/28 16:57:51 bouyer Exp $ +$NetBSD: distinfo,v 1.10 2016/07/01 16:15:18 bouyer Exp $ -SHA1 (qgis-2.12.3.tar.bz2) = b2b8b6bda01ebec7ccbc8ab41d0e00fa6be217be -RMD160 (qgis-2.12.3.tar.bz2) = 6b3350e978d27397020b01983ceaa00104d1bd17 -SHA512 (qgis-2.12.3.tar.bz2) = 62e3f67e418a17ddf5b91e237959f1d7f1fa8b20aa2db9d107d587e6d02f9acd2b34a32858e960638ccaa4b29d099d4d5b008abbd649684ae82b3000b2d8cb86 -Size (qgis-2.12.3.tar.bz2) = 69119328 bytes +SHA1 (qgis-2.14.3.tar.bz2) = 0763930953d7f6a3a7ce284cc480d78cb130c3b6 +RMD160 (qgis-2.14.3.tar.bz2) = 0392c7fa8a0976056c0f023ea5acec37aaf01fac +SHA512 (qgis-2.14.3.tar.bz2) = d99079e68484bf0aed515ecfcbb382eaf9c59c6fc2a00d01987cc4a0100bd13a70044d2390045461bc4b9a7377c9ebe09a12d43f591cc9b473758fcfa9abefd7 +Size (qgis-2.14.3.tar.bz2) = 74078303 bytes SHA1 (patch-CMakeLists.txt) = d9f670b121f508ac6565668e2f57975b19edde76 SHA1 (patch-cmake_FindGDAL.cmake) = aad87704be813306d2727bac748c3df826ed709e SHA1 (patch-cmake_FindGEOS.cmake) = f11f1bead1e31aba3f6167dd8eaf1ad10cf7d6ab SHA1 (patch-cmake_FindPostgres.cmake) = ac665b3ae7f9dc4dd5a61aa8e1263267dc4ee143 -SHA1 (patch-cmake_SIPMacros.cmake) = 796e55b74455751d3dfbef41ba48e3324e7d64dc +SHA1 (patch-cmake_SIPMacros.cmake) = ef3018674e0f0b542a323d4a50ba53bb1a756608 SHA1 (patch-mac_CMakeLists.txt) = 2468c0a629738ce78cccb784395eb1f41049cc73 SHA1 (patch-mac_cmake_1qt.cmake.in) = d74f7201849ef6dd83f39251e466eb04c791c0e6 SHA1 (patch-src_core_CMakeLists.txt) = 4c504717fbce05984e9ac5867d407f9dcfa11d25 diff --git a/geography/qgis/patches/patch-cmake_SIPMacros.cmake b/geography/qgis/patches/patch-cmake_SIPMacros.cmake index 6ec20a3dc72..eb5e08a7cb1 100644 --- a/geography/qgis/patches/patch-cmake_SIPMacros.cmake +++ b/geography/qgis/patches/patch-cmake_SIPMacros.cmake @@ -1,17 +1,16 @@ -$NetBSD: patch-cmake_SIPMacros.cmake,v 1.1 2016/02/02 04:33:58 dbj Exp $ +$NetBSD: patch-cmake_SIPMacros.cmake,v 1.2 2016/07/01 16:15:18 bouyer Exp $ Always use MODULE with ADD_LIBRARY for modules. This keeps it enabled whether or not APPLE is defined since we have hacks in Makefile to override the APPLE define when we are not building an Application Bundlea ---- cmake/SIPMacros.cmake.orig 2016-02-01 04:15:41.000000000 +0000 -+++ cmake/SIPMacros.cmake -@@ -108,12 +108,7 @@ MACRO(ADD_SIP_PYTHON_MODULE MODULE_NAME - COMMAND ${SIP_BINARY_PATH} ${_sip_tags} -w -e ${_sip_x} ${SIP_EXTRA_OPTIONS} -j ${SIP_CONCAT_PARTS} -c ${CMAKE_CURRENT_BINARY_DIR}/${_module_path} ${_sip_includes} ${_abs_module_sip} +--- cmake/SIPMacros.cmake.orig 2016-05-20 14:05:10.000000000 +0200 ++++ cmake/SIPMacros.cmake 2016-06-26 14:49:35.000000000 +0200 +@@ -112,11 +112,7 @@ DEPENDS ${_abs_module_sip} ${SIP_EXTRA_FILES_DEPEND} ) -- # not sure if type MODULE could be uses anywhere, limit to cygwin for now + # not sure if type MODULE could be uses anywhere, limit to cygwin for now - IF (CYGWIN OR APPLE) - ADD_LIBRARY(${_logical_name} MODULE ${_sip_output_files} ) - ELSE (CYGWIN OR APPLE) diff --git a/geography/qgis/patches/patch-src_crssync_CMakeLists.txt b/geography/qgis/patches/patch-src_crssync_CMakeLists.txt index e09f9bbdf22..f5ea006c090 100644 --- a/geography/qgis/patches/patch-src_crssync_CMakeLists.txt +++ b/geography/qgis/patches/patch-src_crssync_CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-src_crssync_CMakeLists.txt,v 1.1 2016/06/28 16:57:51 bouyer Exp $ +$NetBSD: patch-src_crssync_CMakeLists.txt,v 1.2 2016/07/01 16:15:18 bouyer Exp $ Fix executing dynamically-linked executable from the build directory --- src/crssync/CMakeLists.txt.orig 2016-06-26 16:02:58.000000000 +0200 |