From nobody@FreeBSD.org  Sat Aug 16 22:44:32 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 929DB1065684
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Aug 2008 22:44:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7CB218FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Aug 2008 22:44:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7GMiWZD053136
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Aug 2008 22:44:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7GMiWt4053135;
	Sat, 16 Aug 2008 22:44:32 GMT
	(envelope-from nobody)
Message-Id: <200808162244.m7GMiWt4053135@www.freebsd.org>
Date: Sat, 16 Aug 2008 22:44:32 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update]graphics/qgis:update to 0.11.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dyeske@gmail.com

>Number:         126577
>Category:       ports
>Synopsis:       [Update]graphics/qgis:update to 0.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 22:50:02 UTC 2008
>Closed-Date:    Sat Dec 20 19:05:46 UTC 2008
>Last-Modified:  Sat Dec 20 19:05:46 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
1 update to 0.11.0 from 0.7.4
2 unmark BROKEN
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN qgis/Makefile qgis.new/Makefile
--- qgis/Makefile	2008-06-10 20:23:04.000000000 +0800
+++ qgis.new/Makefile	2008-08-07 03:29:19.000000000 +0800
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	qgis
-PORTVERSION=	0.7.4
-PORTREVISION=	5
+PORTVERSION=	0.11.0
 CATEGORIES=	graphics geography
 MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	dyeske@gmail.com
 COMMENT=	Geographical Information System (GIS) data viewer
@@ -20,15 +20,12 @@
 		gdal:${PORTSDIR}/graphics/gdal
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 
-BROKEN=		Does not build with geos 3.x
-
-USE_AUTOTOOLS=	libtool:15
 USE_GMAKE=	yes
-USE_FREETYPE=	yes
-USE_PERL5_BUILD=yes
-USE_QT_VER=	3
+USE_CMAKE=	yes
+#USE_PERL5_BUILD=yes
+USE_QT_VER=	4
 USE_SQLITE=	yes
-MAN1=		qgis.1
+CMAKE_ENV+=	QMAKESPEC=${QMAKESPEC}
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-qtdir=${QTDIR}
diff -curN qgis/distinfo qgis.new/distinfo
--- qgis/distinfo	2006-04-24 21:05:23.000000000 +0800
+++ qgis.new/distinfo	2008-07-25 15:38:35.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (qgis-0.7.4.tar.gz) = 66047d4c15adcb1b5bcb8e5740168cdc
-SHA256 (qgis-0.7.4.tar.gz) = 829407211884f8b88922d2a53f0369accac98ba9317e12caf2156cc1f516f07b
-SIZE (qgis-0.7.4.tar.gz) = 9630420
+MD5 (qgis_0.11.0.tar.gz) = 33a2c5bab0e61fd443250ccd431b6e48
+SHA256 (qgis_0.11.0.tar.gz) = 631dc56df31d99c0229aae3df69b604fdb58d59d0bd8a283f532654e1a5d789f
+SIZE (qgis_0.11.0.tar.gz) = 22261268
diff -curN qgis/files/patch-gcc42 qgis.new/files/patch-gcc42
--- qgis/files/patch-gcc42	2007-08-16 08:05:53.000000000 +0800
+++ qgis.new/files/patch-gcc42	1970-01-01 08:00:00.000000000 +0800
@@ -1,87 +0,0 @@
---- src/qgsproject.h	2005-05-11 19:21:56.000000000 -0800
-+++ src2/qgsproject.h	2007-08-14 00:23:04.000000000 -0800
-@@ -95,9 +95,9 @@
-        write()
-      */
-     //@{
--    bool QgsProject::dirty() const;
-+    bool dirty() const;
- 
--    void QgsProject::dirty( bool b );
-+    void dirty( bool b );
-     //@}
- 
- 
---- src/qgsrasterlayerproperties.h	2005-07-30 21:03:14.000000000 -0800
-+++ src2/qgsrasterlayerproperties.h	2007-08-14 00:29:06.000000000 -0800
-@@ -69,7 +69,7 @@
-         /** \brief slot executed when the three band radio button is pressed. */
-         void rbtnThreeBand_toggled( bool );
-         /** \brief slot executed when user wishes to refresh raster histogram */
--        void QgsRasterLayerProperties::pbnHistRefresh_clicked();
-+        void pbnHistRefresh_clicked();
-         /** Override the SRS specified when the layer was loaded */
-         void pbnChangeSpatialRefSys_clicked();
- 
---- src/qgsprojectproperties.h	2005-10-23 16:00:18.000000000 -0800
-+++ src2/qgsprojectproperties.h	2007-08-14 00:32:22.000000000 -0800
-@@ -60,7 +60,7 @@
-   /*! Accessor for projection */
-   QString projectionWKT();
-   /*! Indicates that the projection switch is on */
--  bool QgsProjectProperties::isProjected();
-+  bool isProjected();
- public slots:
-   /*! 
-    * Slot called when a new button (unit) is selected
-
---- src/qgslabel.h.orig	2005-06-03 01:42:55.000000000 -0800
-+++ src/qgslabel.h	2007-08-14 02:12:34.000000000 -0800
-@@ -91,7 +91,7 @@
-     void addRequiredFields ( std::list<int> *fields );
- 
-     //! Available vector fields
--    std::vector<QgsField> & QgsLabel::fields ( void );
-+    std::vector<QgsField> & fields ( void );
- 
-     //! Pointer to default attributes
-     QgsLabelAttributes *layerAttributes ( void );
-
---- providers/gpx/qgsgpxprovider.h.orig	2005-02-11 14:36:49.000000000 -0900
-+++ providers/gpx/qgsgpxprovider.h	2007-08-14 12:03:47.000000000 -0800
-@@ -142,7 +142,7 @@
- 			     const std::map<QString, QString>& attrs);
-   
-   /** Adds one feature (used by addFeatures()) */
--  bool QgsGPXProvider::addFeature(QgsFeature* f);
-+  bool addFeature(QgsFeature* f);
-   
-   /**Returns the default value for attribute @c attr for feature @c f. */
-   QString getDefaultValue(const QString& attr, QgsFeature* f);
-
---- plugins/georeferencer/datapointacetate.h.orig	2005-05-01 12:23:17.000000000 -0800
-+++ plugins/georeferencer/datapointacetate.h	2007-08-14 12:34:48.000000000 -0800
-@@ -13,7 +13,7 @@
- class DataPointAcetate : public QgsAcetateObject {
- public:
-   
--  DataPointAcetate::DataPointAcetate(const QgsPoint& pixelCoords,
-+  DataPointAcetate(const QgsPoint& pixelCoords,
- 				     const QgsPoint& mapCoords)
-   // UGLY!
-     : QgsAcetateObject(const_cast<QgsPoint&>(pixelCoords)),
-
---- plugins/grid_maker/graticulecreator.h.orig	2005-05-29 12:04:47.000000000 -0800
-+++ plugins/grid_maker/graticulecreator.h	2007-08-14 13:13:03.000000000 -0800
-@@ -19,8 +19,8 @@
-                          double theXEndPointDouble,
-                          double theYEndPointDouble);
-         ~GraticuleCreator() {};
--        DBFHandle GraticuleCreator::createDbf (QString theDbfName ) ;
--        SHPHandle GraticuleCreator::createShapeFile(QString theFileName ); 
-+        DBFHandle createDbf (QString theDbfName ) ;
-+        SHPHandle createShapeFile(QString theFileName ); 
-         void writeDbfRecord (DBFHandle theDbfHandle, int theRecordIdInt, QString theLabel) ;
-         void writePoint(SHPHandle theShapeHandle, int theRecordInt, double theXDouble, double y ); 
-         //! Writes a WGS 84 .prj file for the generated grid
-
diff -curN qgis/pkg-plist qgis.new/pkg-plist
--- qgis/pkg-plist	2007-08-16 08:05:53.000000000 +0800
+++ qgis.new/pkg-plist	2008-08-17 05:20:17.000000000 +0800
@@ -1,609 +1,499 @@
-bin/gridmaker
+%%DATADIR%%/doc/AUTHORS
+%%DATADIR%%/doc/SPONSORS
+%%DATADIR%%/doc/INSTALL
+%%DATADIR%%/doc/CODING
+%%DATADIR%%/doc/favicon.ico
+%%DATADIR%%/doc/index.html
+%%DATADIR%%/doc/qgisdoc.css
+%%DATADIR%%/doc/userguide.pdf
+%%DATADIR%%/doc/images/qgis_new_80pct.png
+%%DATADIR%%/images/north_arrows/default.png
+%%DATADIR%%/images/splash/splash_mask.png
+%%DATADIR%%/images/splash/splash.png
+%%DATADIR%%/images/icons/qgis-icon-16x16.png
+%%DATADIR%%/images/icons/qgis-icon.png
+%%DATADIR%%/images/icons/qgis-mime-icon.png
+%%DATADIR%%/images/icons/qgis-icon-60x60.png
+%%DATADIR%%/images/developers/Jens_Oberender.jpg
+%%DATADIR%%/images/developers/Godofredo_Contreras.jpg
+%%DATADIR%%/images/developers/Radim_Blazek.jpg
+%%DATADIR%%/images/developers/Gavin_Macaulay.jpg
+%%DATADIR%%/images/developers/Steve_Halasz.jpg
+%%DATADIR%%/images/developers/Masaru_Hoshi.jpg
+%%DATADIR%%/images/developers/Tisham_Dhar.jpg
+%%DATADIR%%/images/developers/Denis_Antipov.jpg
+%%DATADIR%%/images/developers/Christoph_Spoerri.jpg
+%%DATADIR%%/images/developers/Gary_E_Sherman.jpg
+%%DATADIR%%/images/developers/Jc3bcrgen_Fischer.jpg
+%%DATADIR%%/images/developers/Carl_Anderson.jpg
+%%DATADIR%%/images/developers/Tom_Elwertowski.jpg
+%%DATADIR%%/images/developers/Tim_Sutton.jpg
+%%DATADIR%%/images/developers/Martin_Dobias.jpg
+%%DATADIR%%/images/developers/Peter_Brewer.jpg
+%%DATADIR%%/images/developers/Lars_Luthman.jpg
+%%DATADIR%%/images/developers/Marco_Hugentobler.jpg
+%%DATADIR%%/images/developers/Mark_Coletti.jpg
+%%DATADIR%%/images/developers/Leonardo_Lami.jpg
+%%DATADIR%%/images/developers/Magnus_Homann.jpg
+%%DATADIR%%/themes/default/mIconSymbology.png
+%%DATADIR%%/themes/default/mActionZoomLast.png
+%%DATADIR%%/themes/default/mActionMeasure.png
+%%DATADIR%%/themes/default/mActionRemoveLayer.png
+%%DATADIR%%/themes/default/mIconPointLayer.png
+%%DATADIR%%/themes/default/mActionAddOgrLayer.png
+%%DATADIR%%/themes/default/mActionScaleBar.png
+%%DATADIR%%/themes/default/mActionProjectProperties.png
+%%DATADIR%%/themes/default/mActionExpandTree.png
+%%DATADIR%%/themes/default/mActionZoomToSelected.png
+%%DATADIR%%/themes/default/mActionHelpAbout.png
+%%DATADIR%%/themes/default/mActionDeleteAttribute.png
+%%DATADIR%%/themes/default/mIconPyramid.png
+%%DATADIR%%/themes/default/mIconUnknownLayerType.png
+%%DATADIR%%/themes/default/mActionMoveVertex.png
+%%DATADIR%%/themes/default/mActionInOverview.png
+%%DATADIR%%/themes/default/mIconFirst.png
+%%DATADIR%%/themes/default/mActionSelectedToTop.png
+%%DATADIR%%/themes/default/mActionNewBookmark.png
+%%DATADIR%%/themes/default/mActionFileSave.png
+%%DATADIR%%/themes/default/mIconProjectionProblem.png
+%%DATADIR%%/themes/default/mActionZoomToLayer.png
+%%DATADIR%%/themes/default/mActionFileSmall.png
+%%DATADIR%%/themes/default/mActionCollapseTree.png
+%%DATADIR%%/themes/default/mActionAddNonDbLayer.png
+%%DATADIR%%/themes/default/mMapserverExport.png
+%%DATADIR%%/themes/default/mActionEditCut.png
+%%DATADIR%%/themes/default/mActionCustomProjection.png
+%%DATADIR%%/themes/default/mActionExportMapServer.png
+%%DATADIR%%/themes/default/mActionShowPluginManager.png
+%%DATADIR%%/themes/default/mAction.png
+%%DATADIR%%/themes/default/mIconLayer.png
+%%DATADIR%%/themes/default/mActionFolder.png
+%%DATADIR%%/themes/default/mActionMapTips.png
+%%DATADIR%%/themes/default/mActionDraw.png
+%%DATADIR%%/themes/default/mIconProjectionDisabled.png
+%%DATADIR%%/themes/default/mActionMeasureArea.png
+%%DATADIR%%/themes/default/mActionPan.png
+%%DATADIR%%/themes/default/mActionMoveFeature.png
+%%DATADIR%%/themes/default/mActionShowAllLayers.png
+%%DATADIR%%/themes/default/mActionToggleEditing.png
+%%DATADIR%%/themes/default/mActionAddAllToOverview.png
+%%DATADIR%%/themes/default/mActionEditCopy.png
+%%DATADIR%%/themes/default/mActionOptions.png
+%%DATADIR%%/themes/default/mActionFilePrint.png
+%%DATADIR%%/themes/default/mIconLast.png
+%%DATADIR%%/themes/default/mIconWaitingForLayerType.png
+%%DATADIR%%/themes/default/mIconNext.png
+%%DATADIR%%/themes/default/mActionFileNew.png
+%%DATADIR%%/themes/default/mActionSelect.png
+%%DATADIR%%/themes/default/mIconProperties.png
+%%DATADIR%%/themes/default/mIconNoPyramid.png
+%%DATADIR%%/themes/default/mIconProjectionEnabled.png
+%%DATADIR%%/themes/default/mActionPropertyItem.png
+%%DATADIR%%/themes/default/mIconNew.png
+%%DATADIR%%/themes/default/mActionAddRing.png
+%%DATADIR%%/themes/default/mIconGeometryLayer.png
+%%DATADIR%%/themes/default/mActionRemove.png
+%%DATADIR%%/themes/default/mActionSplitFeatures.png
+%%DATADIR%%/themes/default/mActionCapturePolygon.png
+%%DATADIR%%/themes/default/mActionHelpContents.png
+%%DATADIR%%/themes/default/mActionNewFolder.png
+%%DATADIR%%/themes/default/mActionDeleteSelected.png
+%%DATADIR%%/themes/default/mActionUnselectAttributes.png
+%%DATADIR%%/themes/default/mActionOpenTable.png
+%%DATADIR%%/themes/default/mActionNewAttribute.png
+%%DATADIR%%/themes/default/mActionCopySelected.png
+%%DATADIR%%/themes/default/mActionCaptureLine.png
+%%DATADIR%%/themes/default/mActionFileExit.png
+%%DATADIR%%/themes/default/mActionCapturePoint.png
+%%DATADIR%%/themes/default/mIconPrevious.png
+%%DATADIR%%/themes/default/mActionLabel.png
+%%DATADIR%%/themes/default/mActionFileSaveAs.png
+%%DATADIR%%/themes/default/mActionSaveMapAsImage.png
+%%DATADIR%%/themes/default/mActionFileOpen.png
+%%DATADIR%%/themes/default/mActionAddWmsLayer.png
+%%DATADIR%%/themes/default/mActionZoomFullExtent.png
+%%DATADIR%%/themes/default/mActionIdentify.png
+%%DATADIR%%/themes/default/mActionCheckQgisVersion.png
+%%DATADIR%%/themes/default/mActionAddLegend.png
+%%DATADIR%%/themes/default/mIconDelete.png
+%%DATADIR%%/themes/default/mActionRemoveAllFromOverview.png
+%%DATADIR%%/themes/default/mActionShowBookmarks.png
+%%DATADIR%%/themes/default/mActionContextHelp.png
+%%DATADIR%%/themes/default/mActionAddVertex.png
+%%DATADIR%%/themes/default/mActionEditPaste.png
+%%DATADIR%%/themes/default/mActionZoomIn.png
+%%DATADIR%%/themes/default/mActionInvertSelection.png
+%%DATADIR%%/themes/default/mIconEditable.png
+%%DATADIR%%/themes/default/mActionQgisHomePage.png
+%%DATADIR%%/themes/default/mActionDeleteVertex.png
+%%DATADIR%%/themes/default/mIconPolygonLayer.png
+%%DATADIR%%/themes/default/mActionSaveAsSVG.png
+%%DATADIR%%/themes/default/mActionNewVectorLayer.png
+%%DATADIR%%/themes/default/mActionAddIsland.png
+%%DATADIR%%/themes/default/mActionZoomOut.png
+%%DATADIR%%/themes/default/mActionAddRasterLayer.png
+%%DATADIR%%/themes/default/mActionAddLayer.png
+%%DATADIR%%/themes/default/mIconLineLayer.png
+%%DATADIR%%/themes/default/mActionHideAllLayers.png
+%%DATADIR%%/themes/nkids/mActionZoomLast.png
+%%DATADIR%%/themes/nkids/mActionMeasure.png
+%%DATADIR%%/themes/nkids/mActionRemoveLayer.png
+%%DATADIR%%/themes/nkids/mActionProjectProperties.png
+%%DATADIR%%/themes/nkids/mActionZoomToSelected.png
+%%DATADIR%%/themes/nkids/qgis32x32.png
+%%DATADIR%%/themes/nkids/mActionHelpAbout.png
+%%DATADIR%%/themes/nkids/mActionInOverview.png
+%%DATADIR%%/themes/nkids/mActionNewBookmark.png
+%%DATADIR%%/themes/nkids/delete_selected.png
+%%DATADIR%%/themes/nkids/mActionFileSave.png
+%%DATADIR%%/themes/nkids/mIconProjectionProblem.png
+%%DATADIR%%/themes/nkids/show_all_layers1.png
+%%DATADIR%%/themes/nkids/remove_all_to_overview.png
+%%DATADIR%%/themes/nkids/mActionZoomToLayer.png
+%%DATADIR%%/themes/nkids/action.png
+%%DATADIR%%/themes/nkids/mActionAddNonDbLayer.png
+%%DATADIR%%/themes/nkids/mActionCustomProjection.png
+%%DATADIR%%/themes/nkids/mActionExportMapServer.png
+%%DATADIR%%/themes/nkids/mActionShowPluginManager.png
+%%DATADIR%%/themes/nkids/show_layerReal.png
+%%DATADIR%%/themes/nkids/mActionDraw.png
+%%DATADIR%%/themes/nkids/mIconProjectionDisabled.png
+%%DATADIR%%/themes/nkids/mActionPan.png
+%%DATADIR%%/themes/nkids/inline_table.png
+%%DATADIR%%/themes/nkids/layers.png
+%%DATADIR%%/themes/nkids/mActionShowAllLayers.png
+%%DATADIR%%/themes/nkids/mActionAddAllToOverview.png
+%%DATADIR%%/themes/nkids/mActionOptions.png
+%%DATADIR%%/themes/nkids/mActionFilePrint.png
+%%DATADIR%%/themes/nkids/mActionFileNew.png
+%%DATADIR%%/themes/nkids/contexthelp.png
+%%DATADIR%%/themes/nkids/mActionSelect.png
+%%DATADIR%%/themes/nkids/mIconProjectionEnabled.png
+%%DATADIR%%/themes/nkids/mActionCapturePolygon.png
+%%DATADIR%%/themes/nkids/mActionHelpContents.png
+%%DATADIR%%/themes/nkids/gis_plain_cursor.png
+%%DATADIR%%/themes/nkids/mActionOpenTable.png
+%%DATADIR%%/themes/nkids/mActionCaptureLine.png
+%%DATADIR%%/themes/nkids/mActionFileExit.png
+%%DATADIR%%/themes/nkids/mActionCapturePoint.png
+%%DATADIR%%/themes/nkids/mActionFileSaveAs.png
+%%DATADIR%%/themes/nkids/mActionSaveMapAsImage.png
+%%DATADIR%%/themes/nkids/mActionFileOpen.png
+%%DATADIR%%/themes/nkids/mActionAddWmsLayer.png
+%%DATADIR%%/themes/nkids/mActionZoomFullExtent.png
+%%DATADIR%%/themes/nkids/mActionIdentify.png
+%%DATADIR%%/themes/nkids/over-.png
+%%DATADIR%%/themes/nkids/mActionRemoveAllFromOverview.png
+%%DATADIR%%/themes/nkids/mActionShowBookmarks.png
+%%DATADIR%%/themes/nkids/mActionZoomIn.png
+%%DATADIR%%/themes/nkids/mActionQgisHomePage.png
+%%DATADIR%%/themes/nkids/mActionNewVectorLayer.png
+%%DATADIR%%/themes/nkids/mActionZoomOut.png
+%%DATADIR%%/themes/nkids/mActionAddRasterLayer.png
+%%DATADIR%%/themes/nkids/mActionAddLayer.png
+%%DATADIR%%/themes/nkids/over.png
+%%DATADIR%%/themes/nkids/mActionHideAllLayers.png
+%%DATADIR%%/themes/nkids/over1.png
+%%DATADIR%%/svg/biology/Coniferous.svg
+%%DATADIR%%/svg/biology/Flower.svg
+%%DATADIR%%/svg/biology/Deciduous.svg
+%%DATADIR%%/svg/geometric/Square1.svg
+%%DATADIR%%/svg/geometric/Triangle1.svg
+%%DATADIR%%/svg/geometric/Square2.svg
+%%DATADIR%%/svg/gpsicons/deer.svg
+%%DATADIR%%/svg/gpsicons/city_medium.svg
+%%DATADIR%%/svg/gpsicons/teepee.svg
+%%DATADIR%%/svg/gpsicons/phone.svg
+%%DATADIR%%/svg/gpsicons/car.svg
+%%DATADIR%%/svg/gpsicons/point.svg
+%%DATADIR%%/svg/gpsicons/swimmer.svg
+%%DATADIR%%/svg/gpsicons/food.svg
+%%DATADIR%%/svg/gpsicons/waypoint.svg
+%%DATADIR%%/svg/gpsicons/tree.svg
+%%DATADIR%%/svg/gpsicons/dollar.svg
+%%DATADIR%%/svg/gpsicons/fish.svg
+%%DATADIR%%/svg/gpsicons/house.svg
+%%DATADIR%%/svg/gpsicons/city_small.svg
+%%DATADIR%%/svg/gpsicons/plane_orange.svg
+%%DATADIR%%/svg/gpsicons/walker.svg
+%%DATADIR%%/svg/gpsicons/parking.svg
+%%DATADIR%%/svg/gpsicons/city_large.svg
+%%DATADIR%%/svg/gpsicons/bank.svg
+%%DATADIR%%/svg/gpsicons/gas.svg
+%%DATADIR%%/svg/gpsicons/city_building.svg
+%%DATADIR%%/svg/gpsicons/plane.svg
+%%DATADIR%%/svg/gpsicons/conveneince.svg
+%%DATADIR%%/svg/gpsicons/table.svg
+%%DATADIR%%/svg/gpsicons/shipwreck.svg
+%%DATADIR%%/svg/gpsicons/anchor.svg
+%%DATADIR%%/svg/gpsicons/flag.svg
+%%DATADIR%%/svg/gpsicons/boat.svg
+%%DATADIR%%/svg/gpsicons/skull.svg
+%%DATADIR%%/svg/gpsicons/camera.svg
+%%DATADIR%%/svg/gpsicons/h.svg
+%%DATADIR%%/svg/gpsicons/cross.svg
+%%DATADIR%%/svg/gpsicons/skier.svg
+%%DATADIR%%/svg/gpsicons/question.svg
+%%DATADIR%%/svg/gpsicons/golf.svg
+%%DATADIR%%/svg/gpsicons/parachute.svg
+%%DATADIR%%/svg/gpsicons/couple.svg
+%%DATADIR%%/svg/icon/cameraangle.svg
+%%DATADIR%%/svg/icon/golfcourse.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
+%%DATADIR%%/svg/north_arrows/default.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow5.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow6.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
+%%DATADIR%%/svg/sport/golf_flag_in_hole_on_gr_01.svg
+%%DATADIR%%/svg/sport/backpacker_ganson.svg
+%%DATADIR%%/svg/symbol/Cross2.svg
+%%DATADIR%%/svg/symbol/Star1.svg
+%%DATADIR%%/svg/symbol/Cross5.svg
+%%DATADIR%%/svg/symbol/Cross1.svg
+%%DATADIR%%/svg/symbol/Cross4.svg
+%%DATADIR%%/svg/symbol/Star3.svg
+%%DATADIR%%/svg/symbol/Star2.svg
+%%DATADIR%%/svg/symbol/Cross6.svg
+%%DATADIR%%/resources/srs.db
+%%DATADIR%%/resources/qgis.db
+%%DATADIR%%/resources/qgis_help.db
+%%DATADIR%%/resources/context_help/165149618_en_US
+%%DATADIR%%/resources/context_help/929865718_sv_SE
+%%DATADIR%%/resources/context_help/939347163_sv_SE
+%%DATADIR%%/resources/context_help/929865718_sk_SK
+%%DATADIR%%/resources/context_help/361087368_sv_SE
+%%DATADIR%%/resources/context_help/94000531_sk_SK
+%%DATADIR%%/resources/context_help/689216579_sk_SK
+%%DATADIR%%/resources/context_help/308026563_sv_SE
+%%DATADIR%%/resources/context_help/1033030847_sv_SE
+%%DATADIR%%/resources/context_help/1033030847_en_US
+%%DATADIR%%/resources/context_help/689216579_de_DE
+%%DATADIR%%/resources/context_help/995980174_sk_SK
+%%DATADIR%%/resources/context_help/831088384_de_DE
+%%DATADIR%%/resources/context_help/863656587_sk_SK
+%%DATADIR%%/resources/context_help/32338213_de_DE
+%%DATADIR%%/resources/context_help/151694916_es_ES
+%%DATADIR%%/resources/context_help/995980174_en_US
+%%DATADIR%%/resources/context_help/361087368_sk_SK
+%%DATADIR%%/resources/context_help/710979116_de_DE
+%%DATADIR%%/resources/context_help/687883780_sv_SE
+%%DATADIR%%/resources/context_help/863656587_en_US
+%%DATADIR%%/resources/context_help/151694916_de_DE
+%%DATADIR%%/resources/context_help/689216579_en_US
+%%DATADIR%%/resources/context_help/94000531_de_DE
+%%DATADIR%%/resources/context_help/995980174_de_DE
+%%DATADIR%%/resources/context_help/985715179_sk_SK
+%%DATADIR%%/resources/context_help/687883780_es_ES
+%%DATADIR%%/resources/context_help/151694916_sv_SE
+%%DATADIR%%/resources/context_help/308026563_en_US
+%%DATADIR%%/resources/context_help/308026563_sk_SK
+%%DATADIR%%/resources/context_help/165149618_de_DE
+%%DATADIR%%/resources/context_help/687883780_de_DE
+%%DATADIR%%/resources/context_help/929865718_en_US
+%%DATADIR%%/resources/context_help/165149618_sk_SK
+%%DATADIR%%/resources/context_help/863656587_de_DE
+%%DATADIR%%/resources/context_help/929865718_es_ES
+%%DATADIR%%/resources/context_help/689216579_sv_SE
+%%DATADIR%%/resources/context_help/689216579_es_ES
+%%DATADIR%%/resources/context_help/710979116_sk_SK
+%%DATADIR%%/resources/context_help/308026563_de_DE
+%%DATADIR%%/resources/context_help/151694916_sk_SK
+%%DATADIR%%/resources/context_help/985715179_en_US
+%%DATADIR%%/resources/context_help/710979116_en_US
+%%DATADIR%%/resources/context_help/710979116_sv_SE
+%%DATADIR%%/resources/context_help/361087368_es_ES
+%%DATADIR%%/resources/context_help/831088384_en_US
+%%DATADIR%%/resources/context_help/939347163_sk_SK
+%%DATADIR%%/resources/context_help/863656587_es_ES
+%%DATADIR%%/resources/context_help/985715179_de_DE
+%%DATADIR%%/resources/context_help/32338213_sk_SK
+%%DATADIR%%/resources/context_help/94000531_es_ES
+%%DATADIR%%/resources/context_help/32338213_en_US
+%%DATADIR%%/resources/context_help/361087368_de_DE
+%%DATADIR%%/resources/context_help/929865718_de_DE
+%%DATADIR%%/resources/context_help/687883780_sk_SK
+%%DATADIR%%/resources/context_help/1033030847_de_DE
+%%DATADIR%%/resources/context_help/32338213_sv_SE
+%%DATADIR%%/resources/context_help/939347163_de_DE
+%%DATADIR%%/resources/context_help/687883780_en_US
+%%DATADIR%%/resources/context_help/151694916_en_US
+%%DATADIR%%/resources/context_help/361087368_en_US
+%%DATADIR%%/resources/context_help/831088384_sk_SK
+%%DATADIR%%/resources/context_help/939347163_en_US
+%%DATADIR%%/resources/context_help/94000531_en_US
+%%DATADIR%%/resources/context_help/1033030847_sk_SK
+%%DATADIR%%/i18n/qgis_pt_BR.qm
+%%DATADIR%%/i18n/qt_ru.qm
+%%DATADIR%%/i18n/qgis_lo.qm
+%%DATADIR%%/i18n/qgis_lv.qm
+%%DATADIR%%/i18n/qgis_it.qm
+%%DATADIR%%/i18n/qgis_fr.qm
+%%DATADIR%%/i18n/qgis_ja.qm
+%%DATADIR%%/i18n/qgis_zh_CN.qm
+%%DATADIR%%/i18n/qt_pt.qm
+%%DATADIR%%/i18n/qgis_vi.qm
+%%DATADIR%%/i18n/qt_zh_CN.qm
+%%DATADIR%%/i18n/qgis_pl_PL.qm
+%%DATADIR%%/i18n/qgis_nl.qm
+%%DATADIR%%/i18n/qgis_ar.qm
+%%DATADIR%%/i18n/qgis_ru.qm
+%%DATADIR%%/i18n/qgis_cs_CZ.qm
+%%DATADIR%%/i18n/qgis_sv.qm
+%%DATADIR%%/i18n/qgis_sk.qm
+%%DATADIR%%/i18n/qt_sv.qm
+%%DATADIR%%/i18n/qgis_de.qm
+%%DATADIR%%/i18n/qt_fr.qm
+%%DATADIR%%/i18n/qt_pl.qm
+%%DATADIR%%/i18n/qt_sk.qm
+%%DATADIR%%/i18n/qt_ar.qm
+%%DATADIR%%/i18n/qgis_lt.qm
+%%DATADIR%%/i18n/qgis_th.qm
+%%DATADIR%%/i18n/qgis_es.qm
+%%DATADIR%%/i18n/qt_de.qm
+%%DATADIR%%/i18n/qt_ja_jp.qm
+%%DATADIR%%/i18n/qt_es.qm
+%%DATADIR%%/i18n/qgis_tr.qm
+%%DATADIR%%/i18n/qgis_ro.qm
+%%DATADIR%%/i18n/qgis_mn.qm
+%%DATADIR%%/i18n/qgis_id.qm
+%%DATADIR%%/i18n/qgis_hu.qm
 bin/qgis
-bin/qgis-config
 bin/qgis_help
-%%PGSQL%%bin/spit
+lib/qgis/libcopyrightlabelplugin.so
+lib/qgis/libdelimitedtextplugin.so
+lib/qgis/libdelimitedtextprovider.so
+lib/qgis/libgeorefplugin.so
+lib/qgis/libgpsimporterplugin.so
+lib/qgis/libgpxprovider.so
+lib/qgis/libgridmakerplugin.so
+lib/qgis/libmemoryprovider.so
+lib/qgis/libnortharrowplugin.so
+lib/qgis/libogrprovider.so
+lib/qgis/libpggeoprocessingplugin.so
+lib/qgis/libpostgresprovider.so
+lib/qgis/libquickprintplugin.so
+lib/qgis/libscalebarplugin.so
+lib/qgis/libspitplugin.so
+lib/qgis/libwfsplugin.so
+lib/qgis/libwfsprovider.so
+lib/qgis/libwmsprovider.so
 include/qgis/qgis.h
-include/qgis/qgisapp.h
-include/qgis/qgisappbase.ui.h
-include/qgis/qgisappbase.uic.h
-include/qgis/qgisiface.h
+include/qgis/qgisgui.h
 include/qgis/qgisinterface.h
 include/qgis/qgisplugin.h
-include/qgis/qgsabout.ui.h
-include/qgis/qgsabout.uic.h
-include/qgis/qgsacetatelines.h
-include/qgis/qgsacetateobject.h
-include/qgis/qgsacetaterectangle.h
-include/qgis/qgsaddattrdialog.h
-include/qgis/qgsaddattrdialogbase.uic.h
+include/qgis/qgsapplication.h
 include/qgis/qgsattributeaction.h
-include/qgis/qgsattributeactiondialog.h
-include/qgis/qgsattributeactiondialogbase.uic.h
-include/qgis/qgsattributedialog.h
-include/qgis/qgsattributedialogbase.uic.h
-include/qgis/qgsattributetable.h
-include/qgis/qgsattributetablebase.ui.h
-include/qgis/qgsattributetablebase.uic.h
-include/qgis/qgsattributetabledisplay.h
-include/qgis/qgsbookmarkitem.h
-include/qgis/qgsbookmarks.h
-include/qgis/qgsbookmarksbase.uic.h
 include/qgis/qgsclipper.h
+include/qgis/qgscliptominmaxenhancement.h
+include/qgis/qgscolorbutton.h
+include/qgis/qgscolorrampshader.h
 include/qgis/qgscolortable.h
-include/qgis/qgscomposer.h
-include/qgis/qgscomposerbase.uic.h
-include/qgis/qgscomposeritem.h
-include/qgis/qgscomposerlabel.h
-include/qgis/qgscomposerlabelbase.uic.h
-include/qgis/qgscomposermap.h
-include/qgis/qgscomposermapbase.uic.h
-include/qgis/qgscomposerscalebar.h
-include/qgis/qgscomposerscalebarbase.uic.h
-include/qgis/qgscomposervectorlegend.h
-include/qgis/qgscomposervectorlegendbase.uic.h
-include/qgis/qgscomposerview.h
-include/qgis/qgscomposition.h
-include/qgis/qgscompositionbase.uic.h
 include/qgis/qgsconfig.h
-include/qgis/qgscontcoldialog.h
-include/qgis/qgscontcoldialogbase.uic.h
 include/qgis/qgscontexthelp.h
-include/qgis/qgscontinuouscolrenderer.h
+include/qgis/qgscontinuouscolorrenderer.h
+include/qgis/qgscontrastenhancement.h
+include/qgis/qgscontrastenhancementfunction.h
 include/qgis/qgscoordinatetransform.h
 include/qgis/qgscsexception.h
-include/qgis/qgscustomprojectiondialog.h
-include/qgis/qgscustomprojectiondialogbase.ui.h
-include/qgis/qgscustomprojectiondialogbase.uic.h
-include/qgis/qgscustomsymbol.h
+include/qgis/qgscursors.h
 include/qgis/qgsdataprovider.h
-include/qgis/qgsdatasource.h
 include/qgis/qgsdatasourceuri.h
-include/qgis/qgsdbsourceselect.h
-include/qgis/qgsdelattrdialog.h
-include/qgis/qgsdelattrdialogbase.uic.h
-include/qgis/qgsdlgvectorlayerproperties.h
-include/qgis/qgsdlgvectorlayerpropertiesbase.uic.h
+include/qgis/qgsdetaileditemdelegate.h
+include/qgis/qgsdetaileditemwidget.h
+include/qgis/qgsdistancearea.h
 include/qgis/qgsencodingfiledialog.h
 include/qgis/qgsexception.h
 include/qgis/qgsfeature.h
-include/qgis/qgsfeatureattribute.h
 include/qgis/qgsfield.h
-include/qgis/qgsfillstylewidget.h
-include/qgis/qgsfillstylewidgetbase.uic.h
-include/qgis/qgsgeomtypedialog.h
-include/qgis/qgsgeomtypedialogbase.uic.h
-include/qgis/qgsgraduatedmarenderer.h
-include/qgis/qgsgraduatedsymrenderer.h
-include/qgis/qgsgramadialog.h
-include/qgis/qgsgramadialogbase.uic.h
-include/qgis/qgsgramaextensionwidget.h
-include/qgis/qgsgrasydialog.h
-include/qgis/qgsgrasydialogbase.uic.h
-include/qgis/qgshelpviewer.h
-include/qgis/qgshelpviewerbase.ui.h
-include/qgis/qgshelpviewerbase.uic.h
-include/qgis/qgsidentifyresults.h
-include/qgis/qgsidentifyresultsbase.uic.h
+include/qgis/qgsfiledropedit.h
+include/qgis/qgsfreakoutshader.h
+include/qgis/qgsgeometry.h
+include/qgis/qgsgraduatedsymbolrenderer.h
+include/qgis/qgshttptransaction.h
 include/qgis/qgslabel.h
 include/qgis/qgslabelattributes.h
-include/qgis/qgslabeldialog.h
-include/qgis/qgslabeldialogbase.ui.h
-include/qgis/qgslabeldialogbase.uic.h
 include/qgis/qgslayerprojectionselector.h
-include/qgis/qgslayerprojectionselectorbase.ui.h
-include/qgis/qgslayerprojectionselectorbase.uic.h
-include/qgis/qgslegend.h
-include/qgis/qgslegenditem.h
-include/qgis/qgslegenditembase.uic.h
 include/qgis/qgsline.h
-include/qgis/qgslinestyledialog.h
-include/qgis/qgslinestyledialogbase.uic.h
-include/qgis/qgslinestylewidget.h
-include/qgis/qgslinestylewidgetbase.uic.h
-include/qgis/qgslinesymbol.h
-include/qgis/qgsludialog.h
-include/qgis/qgsludialogbase.uic.h
+include/qgis/qgslinearminmaxenhancement.h
+include/qgis/qgslinearminmaxenhancementwithclip.h
+include/qgis/qgslogger.h
 include/qgis/qgsmapcanvas.h
+include/qgis/qgsmapcanvasitem.h
+include/qgis/qgsmapcanvasmap.h
+include/qgis/qgsmapcanvassnapper.h
 include/qgis/qgsmaplayer.h
-include/qgis/qgsmaplayerinterface.h
 include/qgis/qgsmaplayerregistry.h
-include/qgis/qgsmapserverexport.h
-include/qgis/qgsmapserverexportbase.ui.h
-include/qgis/qgsmapserverexportbase.uic.h
+include/qgis/qgsmapoverviewcanvas.h
+include/qgis/qgsmaprender.h
+include/qgis/qgsmaptip.h
+include/qgis/qgsmaptool.h
+include/qgis/qgsmaptoolemitpoint.h
+include/qgis/qgsmaptoolpan.h
+include/qgis/qgsmaptoolzoom.h
 include/qgis/qgsmaptopixel.h
 include/qgis/qgsmarkercatalogue.h
-include/qgis/qgsmarkerdialog.h
-include/qgis/qgsmarkerdialogbase.uic.h
-include/qgis/qgsmarkersymbol.h
-include/qgis/qgsmeasure.h
-include/qgis/qgsmeasurebase.uic.h
-include/qgis/qgsmessageviewer.ui.h
-include/qgis/qgsmessageviewer.uic.h
-include/qgis/qgsnewconnection.h
-include/qgis/qgsoptions.h
-include/qgis/qgsoptionsbase.ui.h
-include/qgis/qgsoptionsbase.uic.h
-include/qgis/qgspatterndialog.h
-include/qgis/qgspatterndialogbase.uic.h
-include/qgis/qgspgquerybuilder.h
-include/qgis/qgspgquerybuilderbase.ui.h
-include/qgis/qgspgutil.h
-include/qgis/qgspluginitem.h
-include/qgis/qgspluginmanager.h
-include/qgis/qgspluginmanagerbase.uic.h
-include/qgis/qgspluginmetadata.h
-include/qgis/qgspluginregistry.h
+include/qgis/qgsmessageoutput.h
+include/qgis/qgsmessageviewer.h
 include/qgis/qgspoint.h
-include/qgis/qgspointstylewidget.h
-include/qgis/qgspointstylewidgetbase.uic.h
-include/qgis/qgspolygonsymbol.h
 include/qgis/qgsproject.h
+include/qgis/qgsprojectfiletransform.h
 include/qgis/qgsprojectionselector.h
-include/qgis/qgsprojectionselectorbase.uic.h
-include/qgis/qgsprojectproperties.h
-include/qgis/qgsprojectpropertiesbase.ui.h
-include/qgis/qgsprojectpropertiesbase.uic.h
 include/qgis/qgsprojectproperty.h
+include/qgis/qgsprojectversion.h
 include/qgis/qgsprovidercountcalcevent.h
 include/qgis/qgsproviderextentcalcevent.h
 include/qgis/qgsprovidermetadata.h
 include/qgis/qgsproviderregistry.h
-include/qgis/qgsrangerenderitem.h
+include/qgis/qgspseudocolorshader.h
+include/qgis/qgsquickprint.h
+include/qgis/qgsrasterbandstats.h
+include/qgis/qgsrasterdataprovider.h
 include/qgis/qgsrasterlayer.h
-include/qgis/qgsrasterlayerproperties.h
-include/qgis/qgsrasterlayerpropertiesbase.ui.h
-include/qgis/qgsrasterlayerpropertiesbase.uic.h
+include/qgis/qgsrastershader.h
+include/qgis/qgsrastershaderfunction.h
+include/qgis/qgsrastertransparency.h
 include/qgis/qgsrect.h
+include/qgis/qgsrendercontext.h
 include/qgis/qgsrenderer.h
-include/qgis/qgsrenderitem.h
+include/qgis/qgsrendererplugin.h
+include/qgis/qgsrubberband.h
 include/qgis/qgsrunprocess.h
 include/qgis/qgsscalecalculator.h
-include/qgis/qgssimadialog.h
-include/qgis/qgssimadialogbase.uic.h
-include/qgis/qgssimarenderer.h
-include/qgis/qgssinglesymrenderer.h
-include/qgis/qgssisydialog.h
-include/qgis/qgssisydialogbase.uic.h
+include/qgis/qgssearchstring.h
+include/qgis/qgssearchtreenode.h
+include/qgis/qgssinglesymbolrenderer.h
+include/qgis/qgssnapper.h
+include/qgis/qgsspatialindex.h
 include/qgis/qgsspatialrefsys.h
-include/qgis/qgssvgcache.h
 include/qgis/qgssymbol.h
 include/qgis/qgssymbologyutils.h
-include/qgis/qgsuniquevalrenderer.h
-include/qgis/qgsuvaldialog.h
-include/qgis/qgsuvaldialogbase.uic.h
-include/qgis/qgsuvalmadialog.h
-include/qgis/qgsuvalmadialogbase.uic.h
-include/qgis/qgsuvalmarenderer.h
+include/qgis/qgsuniquevaluerenderer.h
 include/qgis/qgsvectordataprovider.h
 include/qgis/qgsvectorfilewriter.h
 include/qgis/qgsvectorlayer.h
-include/qgis/splashscreen.h
-lib/libqgis.a
-lib/libqgis.la
-lib/libqgis.so
-lib/libqgis.so.0
-%%GRASS%%lib/libqgisgrass.a
-%%GRASS%%lib/libqgisgrass.la
-%%GRASS%%lib/libqgisgrass.so
-%%GRASS%%lib/libqgisgrass.so.0
-lib/qgis/copyrightlabelplugin.a
-lib/qgis/copyrightlabelplugin.la
-lib/qgis/copyrightlabelplugin.so
-lib/qgis/delimitedtextplugin.a
-lib/qgis/delimitedtextplugin.la
-lib/qgis/delimitedtextplugin.so
-lib/qgis/delimitedtextprovider.a
-lib/qgis/delimitedtextprovider.la
-lib/qgis/delimitedtextprovider.so
-lib/qgis/designer/qgisdesignerwidgets.a
-lib/qgis/designer/qgisdesignerwidgets.la
-lib/qgis/designer/qgisdesignerwidgets.so
-lib/qgis/georefplugin.a
-lib/qgis/georefplugin.la
-lib/qgis/georefplugin.so
-lib/qgis/gpsimporterplugin.a
-lib/qgis/gpsimporterplugin.la
-lib/qgis/gpsimporterplugin.so
-lib/qgis/gpxprovider.a
-lib/qgis/gpxprovider.la
-lib/qgis/gpxprovider.so
-%%GRASS%%lib/qgis/grassplugin.a
-%%GRASS%%lib/qgis/grassplugin.la
-%%GRASS%%lib/qgis/grassplugin.so
-%%GRASS%%lib/qgis/grassprovider.a
-%%GRASS%%lib/qgis/grassprovider.la
-%%GRASS%%lib/qgis/grassprovider.so
-lib/qgis/gridmakerplugin.a
-lib/qgis/gridmakerplugin.la
-lib/qgis/gridmakerplugin.so
-lib/qgis/libScaleBarplugin.a
-lib/qgis/libScaleBarplugin.la
-lib/qgis/libScaleBarplugin.so
-lib/qgis/libqgsprojectionselector.a
-lib/qgis/libqgsprojectionselector.la
-lib/qgis/libqgsprojectionselector.so
-lib/qgis/northarrowplugin.a
-lib/qgis/northarrowplugin.la
-lib/qgis/northarrowplugin.so
-lib/qgis/ogrprovider.a
-lib/qgis/ogrprovider.la
-lib/qgis/ogrprovider.so
-%%PGSQL%%lib/qgis/pggeoprocessingplugin.a
-%%PGSQL%%lib/qgis/pggeoprocessingplugin.la
-%%PGSQL%%lib/qgis/pggeoprocessingplugin.so
-%%PGSQL%%lib/qgis/postgresprovider.a
-%%PGSQL%%lib/qgis/postgresprovider.la
-%%PGSQL%%lib/qgis/postgresprovider.so
-%%PGSQL%%lib/qgis/spitplugin.a
-%%PGSQL%%lib/qgis/spitplugin.la
-%%PGSQL%%lib/qgis/spitplugin.so
-share/aclocal/qgis.m4
-%%DATADIR%%/doc/AUTHORS
-%%DATADIR%%/doc/README
-%%DATADIR%%/doc/favicon.ico
-%%DATADIR%%/doc/images/qgis_new_80pct.png
-%%DATADIR%%/doc/index.html
-%%DATADIR%%/doc/install.pdf
-%%DATADIR%%/doc/install_guide/contents.png
-%%DATADIR%%/doc/install_guide/index.html
-%%DATADIR%%/doc/install_guide/install.css
-%%DATADIR%%/doc/install_guide/install.html
-%%DATADIR%%/doc/install_guide/internals.pl
-%%DATADIR%%/doc/install_guide/labels.pl
-%%DATADIR%%/doc/install_guide/next.png
-%%DATADIR%%/doc/install_guide/next_g.png
-%%DATADIR%%/doc/install_guide/nx_grp_g.png
-%%DATADIR%%/doc/install_guide/prev.png
-%%DATADIR%%/doc/install_guide/prev_g.png
-%%DATADIR%%/doc/install_guide/up.png
-%%DATADIR%%/doc/install_guide/up_g.png
-%%DATADIR%%/doc/plugins/delimited_text/dialog.png
-%%DATADIR%%/doc/plugins/delimited_text/ellipsis.png
-%%DATADIR%%/doc/plugins/delimited_text/file_selected.png
-%%DATADIR%%/doc/plugins/delimited_text/file_selected1.png
-%%DATADIR%%/doc/plugins/delimited_text/file_selected2.png
-%%DATADIR%%/doc/plugins/delimited_text/file_selected3.png
-%%DATADIR%%/doc/plugins/delimited_text/index.html
-%%DATADIR%%/doc/plugins/delimited_text/layer_added.png
-%%DATADIR%%/doc/plugins/delimited_text/plugin_manager.png
-%%DATADIR%%/doc/plugins/delimited_text/toolbar_icon.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/alaska_pglayer.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/buffer.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/bufferdialog.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/buffericon.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/bufferresult.png
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/index.html
-%%DATADIR%%/doc/plugins/geoprocessing/buffer/pluginmanager.png
-%%DATADIR%%/doc/qgisdoc.css
-%%DATADIR%%/doc/userguide.pdf
-%%GRASS%%%%DATADIR%%/grass/config/default.qgc
-%%GRASS%%%%DATADIR%%/grass/modules/g.gisenv.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/g.gisenv.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.colors.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.colors.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.colors.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.hull.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.hull.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.hull.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.in.region.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.in.region.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.mkgrid.region.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.mkgrid.region.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.2.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.3.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.3.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.3.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.3.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.random.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.random.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.3.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.1.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.qgm
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.1.png
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.2.svg
-%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.qgm
-%%DATADIR%%/i18n/qgis_cs_CZ.qm
-%%DATADIR%%/i18n/qgis_de.qm
-%%DATADIR%%/i18n/qgis_fr.qm
-%%DATADIR%%/i18n/qgis_id.qm
-%%DATADIR%%/i18n/qgis_it.qm
-%%DATADIR%%/i18n/qgis_ja.qm
-%%DATADIR%%/i18n/qgis_lv.qm
-%%DATADIR%%/i18n/qgis_nl.qm
-%%DATADIR%%/i18n/qgis_pl_PL.qm
-%%DATADIR%%/i18n/qgis_pt_BR.qm
-%%DATADIR%%/i18n/qgis_ru.qm
-%%DATADIR%%/i18n/qgis_sk.qm
-%%DATADIR%%/i18n/qgis_sv.qm
-%%DATADIR%%/i18n/qgis_zh_CN.qm
-%%DATADIR%%/images/developers/Denis_Antipov.jpg
-%%DATADIR%%/images/developers/Gary_E.Sherman.jpg
-%%DATADIR%%/images/developers/Gavin_Macaulay.jpg
-%%DATADIR%%/images/developers/Jens_Oberender.jpg
-%%DATADIR%%/images/developers/Lars_Luthman.jpg
-%%DATADIR%%/images/developers/Marco_Hugentobler.jpg
-%%DATADIR%%/images/developers/Mark_Coletti.jpg
-%%DATADIR%%/images/developers/Masaru_Hoshi.jpg
-%%DATADIR%%/images/developers/Peter_Brewer.jpg
-%%DATADIR%%/images/developers/Radim_Blazek.jpg
-%%DATADIR%%/images/developers/Steve_Halasz.jpg
-%%DATADIR%%/images/developers/Tim_Sutton.jpg
-%%DATADIR%%/images/developers/Tom_Elwertowski.jpg
-%%DATADIR%%/images/icons/editable.png
-%%DATADIR%%/images/icons/icon_projection.png
-%%DATADIR%%/images/icons/icon_projection_disabled.png
-%%DATADIR%%/images/icons/icon_projection_problem.png
-%%DATADIR%%/images/icons/inoverview.png
-%%DATADIR%%/images/icons/no_pyramid.png
-%%DATADIR%%/images/icons/pyramid.png
-%%DATADIR%%/images/icons/qgis-icon-16x16.png
-%%DATADIR%%/images/icons/qgis-icon.png
-%%DATADIR%%/images/icons/qgis-icon2.png
-%%DATADIR%%/images/icons/qgis-mime-icon.png
-%%DATADIR%%/images/icons/qgis_icon_new_large.png
-%%DATADIR%%/images/icons/qgis_icon_new_verylarge.png
-%%DATADIR%%/images/north_arrows/default.png
-%%DATADIR%%/images/splash/splash.png
-%%DATADIR%%/images/splash/splash_mask.png
-%%DATADIR%%/resources/qgis.db
-%%DATADIR%%/resources/qgis_help.db
-%%DATADIR%%/resources/spatial_ref_sys.txt
-%%DATADIR%%/resources/srs.db
-%%DATADIR%%/svg/biology/Coniferous.svg
-%%DATADIR%%/svg/biology/Deciduous.svg
-%%DATADIR%%/svg/biology/Flower.svg
-%%DATADIR%%/svg/geometric/Square1.svg
-%%DATADIR%%/svg/geometric/Square2.svg
-%%DATADIR%%/svg/geometric/Triangle1.svg
-%%DATADIR%%/svg/gpsicons/anchor.svg
-%%DATADIR%%/svg/gpsicons/boat.svg
-%%DATADIR%%/svg/gpsicons/camera.svg
-%%DATADIR%%/svg/gpsicons/car.svg
-%%DATADIR%%/svg/gpsicons/city_building.svg
-%%DATADIR%%/svg/gpsicons/couple.svg
-%%DATADIR%%/svg/gpsicons/cross.svg
-%%DATADIR%%/svg/gpsicons/deer.svg
-%%DATADIR%%/svg/gpsicons/dollar.svg
-%%DATADIR%%/svg/gpsicons/fish.svg
-%%DATADIR%%/svg/gpsicons/flag.svg
-%%DATADIR%%/svg/gpsicons/food.svg
-%%DATADIR%%/svg/gpsicons/gas.svg
-%%DATADIR%%/svg/gpsicons/golf.svg
-%%DATADIR%%/svg/gpsicons/h.svg
-%%DATADIR%%/svg/gpsicons/house.svg
-%%DATADIR%%/svg/gpsicons/parachute.svg
-%%DATADIR%%/svg/gpsicons/phone.svg
-%%DATADIR%%/svg/gpsicons/plane.svg
-%%DATADIR%%/svg/gpsicons/point.svg
-%%DATADIR%%/svg/gpsicons/question.svg
-%%DATADIR%%/svg/gpsicons/shipwreck.svg
-%%DATADIR%%/svg/gpsicons/skier.svg
-%%DATADIR%%/svg/gpsicons/skull.svg
-%%DATADIR%%/svg/gpsicons/swimmer.svg
-%%DATADIR%%/svg/gpsicons/table.svg
-%%DATADIR%%/svg/gpsicons/teepee.svg
-%%DATADIR%%/svg/gpsicons/tree.svg
-%%DATADIR%%/svg/gpsicons/walker.svg
-%%DATADIR%%/svg/icon/golfcourse.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow5.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow6.svg
-%%DATADIR%%/svg/north_arrows/default.svg
-%%DATADIR%%/svg/symbol/Cross1.svg
-%%DATADIR%%/svg/symbol/Cross2.svg
-%%DATADIR%%/svg/symbol/Cross4.svg
-%%DATADIR%%/svg/symbol/Cross5.svg
-%%DATADIR%%/svg/symbol/Cross6.svg
-%%DATADIR%%/svg/symbol/Star1.svg
-%%DATADIR%%/svg/symbol/Star2.svg
-%%DATADIR%%/svg/symbol/Star3.svg
-%%DATADIR%%/themes/default/action.png
-%%DATADIR%%/themes/default/add_all_to_overview.png
-%%DATADIR%%/themes/default/add_pg_layer.png
-%%DATADIR%%/themes/default/add_raster_layer.png
-%%DATADIR%%/themes/default/add_vector_layer.png
-%%DATADIR%%/themes/default/attribute_table.png
-%%DATADIR%%/themes/default/bookmarks.png
-%%DATADIR%%/themes/default/check_version.png
-%%DATADIR%%/themes/default/contexthelp.png
-%%DATADIR%%/themes/default/custom_projection.png
-%%DATADIR%%/themes/default/delete_selected.png
-%%DATADIR%%/themes/default/digitise_vector_layer.png
-%%DATADIR%%/themes/default/digitising_general.png
-%%DATADIR%%/themes/default/digitising_line.png
-%%DATADIR%%/themes/default/digitising_point.png
-%%DATADIR%%/themes/default/digitising_polygon.png
-%%DATADIR%%/themes/default/exit.png
-%%DATADIR%%/themes/default/export_map_server.png
-%%DATADIR%%/themes/default/file_new.png
-%%DATADIR%%/themes/default/file_print.png
-%%DATADIR%%/themes/default/file_save.png
-%%DATADIR%%/themes/default/file_save_as.png
-%%DATADIR%%/themes/default/fileprint.png
-%%DATADIR%%/themes/default/gis_plain_cursor.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_add_vertex.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_close_edit.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_delete_line.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_delete_vertex.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_edit_attributes.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_module_error.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_module_warning.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_move_line.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_move_vertex.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_boundary.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_centroid.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_line.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_point.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_split_line.png
-%%GRASS%%%%DATADIR%%/themes/default/grass/grass_tools.png
-%%DATADIR%%/themes/default/help.png
-%%DATADIR%%/themes/default/help_about.png
-%%DATADIR%%/themes/default/help_contents.png
-%%DATADIR%%/themes/default/hide_all_layers.png
-%%DATADIR%%/themes/default/home_page.png
-%%DATADIR%%/themes/default/identify.png
-%%DATADIR%%/themes/default/inline_table.png
-%%DATADIR%%/themes/default/measure.png
-%%DATADIR%%/themes/default/new_bookmark.png
-%%DATADIR%%/themes/default/pan.png
-%%DATADIR%%/themes/default/plugin_manager.png
-%%DATADIR%%/themes/default/preferences.png
-%%DATADIR%%/themes/default/project_open.png
-%%DATADIR%%/themes/default/project_properties.png
-%%DATADIR%%/themes/default/reload.png
-%%DATADIR%%/themes/default/remove_all_from_overview.png
-%%DATADIR%%/themes/default/remove_layer.png
-%%DATADIR%%/themes/default/save_map_image.png
-%%DATADIR%%/themes/default/save_map_svg.png
-%%DATADIR%%/themes/default/select.png
-%%DATADIR%%/themes/default/show_all_layers.png
-%%DATADIR%%/themes/default/sourceforge_page.png
-%%DATADIR%%/themes/default/zoom_full.png
-%%DATADIR%%/themes/default/zoom_in.png
-%%DATADIR%%/themes/default/zoom_last.png
-%%DATADIR%%/themes/default/zoom_layer.png
-%%DATADIR%%/themes/default/zoom_out.png
-%%DATADIR%%/themes/default/zoom_selected.png
-%%DATADIR%%/themes/nkids/action.png
-%%DATADIR%%/themes/nkids/add_all_to_overview.png
-%%DATADIR%%/themes/nkids/add_pg_layer.png
-%%DATADIR%%/themes/nkids/add_raster_layer.png
-%%DATADIR%%/themes/nkids/add_vector_layer.png
-%%DATADIR%%/themes/nkids/attribute_table.png
-%%DATADIR%%/themes/nkids/bookmarks.png
-%%DATADIR%%/themes/nkids/contexthelp.png
-%%DATADIR%%/themes/nkids/custom_projection.png
-%%DATADIR%%/themes/nkids/delete_selected.png
-%%DATADIR%%/themes/nkids/digitise_vector_layer.png
-%%DATADIR%%/themes/nkids/digitising_general.png
-%%DATADIR%%/themes/nkids/digitising_line.png
-%%DATADIR%%/themes/nkids/digitising_point.png
-%%DATADIR%%/themes/nkids/exit.png
-%%DATADIR%%/themes/nkids/export_map_server.png
-%%DATADIR%%/themes/nkids/file_new.png
-%%DATADIR%%/themes/nkids/file_print.png
-%%DATADIR%%/themes/nkids/file_save.png
-%%DATADIR%%/themes/nkids/file_save_as.png
-%%DATADIR%%/themes/nkids/gis_plain_cursor.png
-%%DATADIR%%/themes/nkids/help_about.png
-%%DATADIR%%/themes/nkids/help_contents.png
-%%DATADIR%%/themes/nkids/hide_all_layers.png
-%%DATADIR%%/themes/nkids/home_page.png
-%%DATADIR%%/themes/nkids/identify.png
-%%DATADIR%%/themes/nkids/inline_table.png
-%%DATADIR%%/themes/nkids/layers.png
-%%DATADIR%%/themes/nkids/measure.png
-%%DATADIR%%/themes/nkids/new_bookmark.png
-%%DATADIR%%/themes/nkids/over-.png
-%%DATADIR%%/themes/nkids/over.png
-%%DATADIR%%/themes/nkids/over1.png
-%%DATADIR%%/themes/nkids/pan.png
-%%DATADIR%%/themes/nkids/plugin_manager.png
-%%DATADIR%%/themes/nkids/preferences.png
-%%DATADIR%%/themes/nkids/project_open.png
-%%DATADIR%%/themes/nkids/project_properties.png
-%%DATADIR%%/themes/nkids/qgis32x32.png
-%%DATADIR%%/themes/nkids/reload.png
-%%DATADIR%%/themes/nkids/remove_all_from_overview.png
-%%DATADIR%%/themes/nkids/remove_all_to_overview.png
-%%DATADIR%%/themes/nkids/remove_layer.png
-%%DATADIR%%/themes/nkids/save_map_image.png
-%%DATADIR%%/themes/nkids/select.png
-%%DATADIR%%/themes/nkids/show_all_layers.png
-%%DATADIR%%/themes/nkids/show_all_layers1.png
-%%DATADIR%%/themes/nkids/show_layerReal.png
-%%DATADIR%%/themes/nkids/zoom_full.png
-%%DATADIR%%/themes/nkids/zoom_in.png
-%%DATADIR%%/themes/nkids/zoom_last.png
-%%DATADIR%%/themes/nkids/zoom_layer.png
-%%DATADIR%%/themes/nkids/zoom_out.png
-%%DATADIR%%/themes/nkids/zoom_selected.png
+include/qgis/qgsvertexmarker.h
 @dirrm include/qgis
-@dirrm lib/qgis/designer
 @dirrm lib/qgis
 @dirrm %%DATADIR%%/doc/images
-@dirrm %%DATADIR%%/doc/install_guide
-@dirrm %%DATADIR%%/doc/plugins/delimited_text
-@dirrm %%DATADIR%%/doc/plugins/geoprocessing/buffer
-@dirrm %%DATADIR%%/doc/plugins/geoprocessing
-@dirrm %%DATADIR%%/doc/plugins
 @dirrm %%DATADIR%%/doc
-%%GRASS%%@dirrm %%DATADIR%%/grass/config
-%%GRASS%%@dirrm %%DATADIR%%/grass/modules
-%%GRASS%%@dirrm %%DATADIR%%/grass
 @dirrm %%DATADIR%%/i18n
 @dirrm %%DATADIR%%/images/developers
 @dirrm %%DATADIR%%/images/icons
 @dirrm %%DATADIR%%/images/north_arrows
 @dirrm %%DATADIR%%/images/splash
 @dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/resources/context_help
 @dirrm %%DATADIR%%/resources
 @dirrm %%DATADIR%%/svg/biology
 @dirrm %%DATADIR%%/svg/geometric
 @dirrm %%DATADIR%%/svg/gpsicons
 @dirrm %%DATADIR%%/svg/icon
 @dirrm %%DATADIR%%/svg/north_arrows
+@dirrm %%DATADIR%%/svg/sport
 @dirrm %%DATADIR%%/svg/symbol
 @dirrm %%DATADIR%%/svg
-%%GRASS%%@dirrm %%DATADIR%%/themes/default/grass
 @dirrm %%DATADIR%%/themes/default
 @dirrm %%DATADIR%%/themes/nkids
 @dirrm %%DATADIR%%/themes


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 16 22:50:13 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126577 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 16 22:50:16 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126577 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dyeske@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126577: [Update]graphics/qgis:update to 0.11.0
Date: Sat, 16 Aug 2008 22:50:14 UT

 Maintainer of graphics/qgis,
 
 Please note that PR ports/126577 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126577
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Beech Rintoul <beech@freebsd.org>
To: David Yeske <dyeske@gmail.com>
Cc: bug-followup@FreeBSD.org,
 Wen heping <wenheping@gmail.com>,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/126577: [Update]graphics/qgis:update to 0.11.0
Date: Sun, 17 Aug 2008 00:13:05 -0800

 --Boundary-00=_V29pISG1Kx2FG+S
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 This was unfetchable, as qgis is no longer at Sourceforge. Plus I was 
 unsucessful getting it to build on my AND64 colo box. I attached a 
 patch which combines this pr, plus the proper MASTER_SITES.
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
  X  - NO Word docs in e-mail | Skype: akbeech
 / \  - http://www.FreeBSD.org/releases/7.0R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
 
 --Boundary-00=_V29pISG1Kx2FG+S
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="qgis.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="qgis.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/qgis/Makefile,v
 retrieving revision 1.13
 diff -u -r1.13 Makefile
 --- Makefile	6 Jun 2008 13:34:52 -0000	1.13
 +++ Makefile	17 Aug 2008 08:04:35 -0000
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	qgis
 -PORTVERSION=	0.7.4
 -PORTREVISION=	5
 +PORTVERSION=	0.11.0
  CATEGORIES=	graphics geography
 -MASTER_SITES=	SF
 +MASTER_SITES=	http://download.osgeo.org/qgis/src/
 +DISTNAME=	${PORTNAME}_${PORTVERSION}
  
  MAINTAINER=	dyeske@gmail.com
  COMMENT=	Geographical Information System (GIS) data viewer
 @@ -20,15 +20,12 @@
  		gdal:${PORTSDIR}/graphics/gdal
  BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
  
 -BROKEN=		Does not build with geos 3.x
 -
 -USE_AUTOTOOLS=	libtool:15
  USE_GMAKE=	yes
 -USE_FREETYPE=	yes
 -USE_PERL5_BUILD=yes
 -USE_QT_VER=	3
 +USE_CMAKE=	yes
 +#USE_PERL5_BUILD=yes
 +USE_QT_VER=	4
  USE_SQLITE=	yes
 -MAN1=		qgis.1
 +CMAKE_ENV+=	QMAKESPEC=${QMAKESPEC}
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--with-qtdir=${QTDIR}
 Index: distinfo
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/qgis/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	24 Apr 2006 13:05:23 -0000	1.1
 +++ distinfo	17 Aug 2008 08:04:35 -0000
 @@ -1,3 +1,3 @@
 -MD5 (qgis-0.7.4.tar.gz) = 66047d4c15adcb1b5bcb8e5740168cdc
 -SHA256 (qgis-0.7.4.tar.gz) = 829407211884f8b88922d2a53f0369accac98ba9317e12caf2156cc1f516f07b
 -SIZE (qgis-0.7.4.tar.gz) = 9630420
 +MD5 (qgis_0.11.0.tar.gz) = 33a2c5bab0e61fd443250ccd431b6e48
 +SHA256 (qgis_0.11.0.tar.gz) = 631dc56df31d99c0229aae3df69b604fdb58d59d0bd8a283f532654e1a5d789f
 +SIZE (qgis_0.11.0.tar.gz) = 22261268
 Index: pkg-plist
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/qgis/pkg-plist,v
 retrieving revision 1.2
 diff -u -r1.2 pkg-plist
 --- pkg-plist	16 Aug 2007 00:05:53 -0000	1.2
 +++ pkg-plist	17 Aug 2008 08:04:35 -0000
 @@ -1,609 +1,499 @@
 -bin/gridmaker
 +%%DATADIR%%/doc/AUTHORS
 +%%DATADIR%%/doc/SPONSORS
 +%%DATADIR%%/doc/INSTALL
 +%%DATADIR%%/doc/CODING
 +%%DATADIR%%/doc/favicon.ico
 +%%DATADIR%%/doc/index.html
 +%%DATADIR%%/doc/qgisdoc.css
 +%%DATADIR%%/doc/userguide.pdf
 +%%DATADIR%%/doc/images/qgis_new_80pct.png
 +%%DATADIR%%/images/north_arrows/default.png
 +%%DATADIR%%/images/splash/splash_mask.png
 +%%DATADIR%%/images/splash/splash.png
 +%%DATADIR%%/images/icons/qgis-icon-16x16.png
 +%%DATADIR%%/images/icons/qgis-icon.png
 +%%DATADIR%%/images/icons/qgis-mime-icon.png
 +%%DATADIR%%/images/icons/qgis-icon-60x60.png
 +%%DATADIR%%/images/developers/Jens_Oberender.jpg
 +%%DATADIR%%/images/developers/Godofredo_Contreras.jpg
 +%%DATADIR%%/images/developers/Radim_Blazek.jpg
 +%%DATADIR%%/images/developers/Gavin_Macaulay.jpg
 +%%DATADIR%%/images/developers/Steve_Halasz.jpg
 +%%DATADIR%%/images/developers/Masaru_Hoshi.jpg
 +%%DATADIR%%/images/developers/Tisham_Dhar.jpg
 +%%DATADIR%%/images/developers/Denis_Antipov.jpg
 +%%DATADIR%%/images/developers/Christoph_Spoerri.jpg
 +%%DATADIR%%/images/developers/Gary_E_Sherman.jpg
 +%%DATADIR%%/images/developers/Jc3bcrgen_Fischer.jpg
 +%%DATADIR%%/images/developers/Carl_Anderson.jpg
 +%%DATADIR%%/images/developers/Tom_Elwertowski.jpg
 +%%DATADIR%%/images/developers/Tim_Sutton.jpg
 +%%DATADIR%%/images/developers/Martin_Dobias.jpg
 +%%DATADIR%%/images/developers/Peter_Brewer.jpg
 +%%DATADIR%%/images/developers/Lars_Luthman.jpg
 +%%DATADIR%%/images/developers/Marco_Hugentobler.jpg
 +%%DATADIR%%/images/developers/Mark_Coletti.jpg
 +%%DATADIR%%/images/developers/Leonardo_Lami.jpg
 +%%DATADIR%%/images/developers/Magnus_Homann.jpg
 +%%DATADIR%%/themes/default/mIconSymbology.png
 +%%DATADIR%%/themes/default/mActionZoomLast.png
 +%%DATADIR%%/themes/default/mActionMeasure.png
 +%%DATADIR%%/themes/default/mActionRemoveLayer.png
 +%%DATADIR%%/themes/default/mIconPointLayer.png
 +%%DATADIR%%/themes/default/mActionAddOgrLayer.png
 +%%DATADIR%%/themes/default/mActionScaleBar.png
 +%%DATADIR%%/themes/default/mActionProjectProperties.png
 +%%DATADIR%%/themes/default/mActionExpandTree.png
 +%%DATADIR%%/themes/default/mActionZoomToSelected.png
 +%%DATADIR%%/themes/default/mActionHelpAbout.png
 +%%DATADIR%%/themes/default/mActionDeleteAttribute.png
 +%%DATADIR%%/themes/default/mIconPyramid.png
 +%%DATADIR%%/themes/default/mIconUnknownLayerType.png
 +%%DATADIR%%/themes/default/mActionMoveVertex.png
 +%%DATADIR%%/themes/default/mActionInOverview.png
 +%%DATADIR%%/themes/default/mIconFirst.png
 +%%DATADIR%%/themes/default/mActionSelectedToTop.png
 +%%DATADIR%%/themes/default/mActionNewBookmark.png
 +%%DATADIR%%/themes/default/mActionFileSave.png
 +%%DATADIR%%/themes/default/mIconProjectionProblem.png
 +%%DATADIR%%/themes/default/mActionZoomToLayer.png
 +%%DATADIR%%/themes/default/mActionFileSmall.png
 +%%DATADIR%%/themes/default/mActionCollapseTree.png
 +%%DATADIR%%/themes/default/mActionAddNonDbLayer.png
 +%%DATADIR%%/themes/default/mMapserverExport.png
 +%%DATADIR%%/themes/default/mActionEditCut.png
 +%%DATADIR%%/themes/default/mActionCustomProjection.png
 +%%DATADIR%%/themes/default/mActionExportMapServer.png
 +%%DATADIR%%/themes/default/mActionShowPluginManager.png
 +%%DATADIR%%/themes/default/mAction.png
 +%%DATADIR%%/themes/default/mIconLayer.png
 +%%DATADIR%%/themes/default/mActionFolder.png
 +%%DATADIR%%/themes/default/mActionMapTips.png
 +%%DATADIR%%/themes/default/mActionDraw.png
 +%%DATADIR%%/themes/default/mIconProjectionDisabled.png
 +%%DATADIR%%/themes/default/mActionMeasureArea.png
 +%%DATADIR%%/themes/default/mActionPan.png
 +%%DATADIR%%/themes/default/mActionMoveFeature.png
 +%%DATADIR%%/themes/default/mActionShowAllLayers.png
 +%%DATADIR%%/themes/default/mActionToggleEditing.png
 +%%DATADIR%%/themes/default/mActionAddAllToOverview.png
 +%%DATADIR%%/themes/default/mActionEditCopy.png
 +%%DATADIR%%/themes/default/mActionOptions.png
 +%%DATADIR%%/themes/default/mActionFilePrint.png
 +%%DATADIR%%/themes/default/mIconLast.png
 +%%DATADIR%%/themes/default/mIconWaitingForLayerType.png
 +%%DATADIR%%/themes/default/mIconNext.png
 +%%DATADIR%%/themes/default/mActionFileNew.png
 +%%DATADIR%%/themes/default/mActionSelect.png
 +%%DATADIR%%/themes/default/mIconProperties.png
 +%%DATADIR%%/themes/default/mIconNoPyramid.png
 +%%DATADIR%%/themes/default/mIconProjectionEnabled.png
 +%%DATADIR%%/themes/default/mActionPropertyItem.png
 +%%DATADIR%%/themes/default/mIconNew.png
 +%%DATADIR%%/themes/default/mActionAddRing.png
 +%%DATADIR%%/themes/default/mIconGeometryLayer.png
 +%%DATADIR%%/themes/default/mActionRemove.png
 +%%DATADIR%%/themes/default/mActionSplitFeatures.png
 +%%DATADIR%%/themes/default/mActionCapturePolygon.png
 +%%DATADIR%%/themes/default/mActionHelpContents.png
 +%%DATADIR%%/themes/default/mActionNewFolder.png
 +%%DATADIR%%/themes/default/mActionDeleteSelected.png
 +%%DATADIR%%/themes/default/mActionUnselectAttributes.png
 +%%DATADIR%%/themes/default/mActionOpenTable.png
 +%%DATADIR%%/themes/default/mActionNewAttribute.png
 +%%DATADIR%%/themes/default/mActionCopySelected.png
 +%%DATADIR%%/themes/default/mActionCaptureLine.png
 +%%DATADIR%%/themes/default/mActionFileExit.png
 +%%DATADIR%%/themes/default/mActionCapturePoint.png
 +%%DATADIR%%/themes/default/mIconPrevious.png
 +%%DATADIR%%/themes/default/mActionLabel.png
 +%%DATADIR%%/themes/default/mActionFileSaveAs.png
 +%%DATADIR%%/themes/default/mActionSaveMapAsImage.png
 +%%DATADIR%%/themes/default/mActionFileOpen.png
 +%%DATADIR%%/themes/default/mActionAddWmsLayer.png
 +%%DATADIR%%/themes/default/mActionZoomFullExtent.png
 +%%DATADIR%%/themes/default/mActionIdentify.png
 +%%DATADIR%%/themes/default/mActionCheckQgisVersion.png
 +%%DATADIR%%/themes/default/mActionAddLegend.png
 +%%DATADIR%%/themes/default/mIconDelete.png
 +%%DATADIR%%/themes/default/mActionRemoveAllFromOverview.png
 +%%DATADIR%%/themes/default/mActionShowBookmarks.png
 +%%DATADIR%%/themes/default/mActionContextHelp.png
 +%%DATADIR%%/themes/default/mActionAddVertex.png
 +%%DATADIR%%/themes/default/mActionEditPaste.png
 +%%DATADIR%%/themes/default/mActionZoomIn.png
 +%%DATADIR%%/themes/default/mActionInvertSelection.png
 +%%DATADIR%%/themes/default/mIconEditable.png
 +%%DATADIR%%/themes/default/mActionQgisHomePage.png
 +%%DATADIR%%/themes/default/mActionDeleteVertex.png
 +%%DATADIR%%/themes/default/mIconPolygonLayer.png
 +%%DATADIR%%/themes/default/mActionSaveAsSVG.png
 +%%DATADIR%%/themes/default/mActionNewVectorLayer.png
 +%%DATADIR%%/themes/default/mActionAddIsland.png
 +%%DATADIR%%/themes/default/mActionZoomOut.png
 +%%DATADIR%%/themes/default/mActionAddRasterLayer.png
 +%%DATADIR%%/themes/default/mActionAddLayer.png
 +%%DATADIR%%/themes/default/mIconLineLayer.png
 +%%DATADIR%%/themes/default/mActionHideAllLayers.png
 +%%DATADIR%%/themes/nkids/mActionZoomLast.png
 +%%DATADIR%%/themes/nkids/mActionMeasure.png
 +%%DATADIR%%/themes/nkids/mActionRemoveLayer.png
 +%%DATADIR%%/themes/nkids/mActionProjectProperties.png
 +%%DATADIR%%/themes/nkids/mActionZoomToSelected.png
 +%%DATADIR%%/themes/nkids/qgis32x32.png
 +%%DATADIR%%/themes/nkids/mActionHelpAbout.png
 +%%DATADIR%%/themes/nkids/mActionInOverview.png
 +%%DATADIR%%/themes/nkids/mActionNewBookmark.png
 +%%DATADIR%%/themes/nkids/delete_selected.png
 +%%DATADIR%%/themes/nkids/mActionFileSave.png
 +%%DATADIR%%/themes/nkids/mIconProjectionProblem.png
 +%%DATADIR%%/themes/nkids/show_all_layers1.png
 +%%DATADIR%%/themes/nkids/remove_all_to_overview.png
 +%%DATADIR%%/themes/nkids/mActionZoomToLayer.png
 +%%DATADIR%%/themes/nkids/action.png
 +%%DATADIR%%/themes/nkids/mActionAddNonDbLayer.png
 +%%DATADIR%%/themes/nkids/mActionCustomProjection.png
 +%%DATADIR%%/themes/nkids/mActionExportMapServer.png
 +%%DATADIR%%/themes/nkids/mActionShowPluginManager.png
 +%%DATADIR%%/themes/nkids/show_layerReal.png
 +%%DATADIR%%/themes/nkids/mActionDraw.png
 +%%DATADIR%%/themes/nkids/mIconProjectionDisabled.png
 +%%DATADIR%%/themes/nkids/mActionPan.png
 +%%DATADIR%%/themes/nkids/inline_table.png
 +%%DATADIR%%/themes/nkids/layers.png
 +%%DATADIR%%/themes/nkids/mActionShowAllLayers.png
 +%%DATADIR%%/themes/nkids/mActionAddAllToOverview.png
 +%%DATADIR%%/themes/nkids/mActionOptions.png
 +%%DATADIR%%/themes/nkids/mActionFilePrint.png
 +%%DATADIR%%/themes/nkids/mActionFileNew.png
 +%%DATADIR%%/themes/nkids/contexthelp.png
 +%%DATADIR%%/themes/nkids/mActionSelect.png
 +%%DATADIR%%/themes/nkids/mIconProjectionEnabled.png
 +%%DATADIR%%/themes/nkids/mActionCapturePolygon.png
 +%%DATADIR%%/themes/nkids/mActionHelpContents.png
 +%%DATADIR%%/themes/nkids/gis_plain_cursor.png
 +%%DATADIR%%/themes/nkids/mActionOpenTable.png
 +%%DATADIR%%/themes/nkids/mActionCaptureLine.png
 +%%DATADIR%%/themes/nkids/mActionFileExit.png
 +%%DATADIR%%/themes/nkids/mActionCapturePoint.png
 +%%DATADIR%%/themes/nkids/mActionFileSaveAs.png
 +%%DATADIR%%/themes/nkids/mActionSaveMapAsImage.png
 +%%DATADIR%%/themes/nkids/mActionFileOpen.png
 +%%DATADIR%%/themes/nkids/mActionAddWmsLayer.png
 +%%DATADIR%%/themes/nkids/mActionZoomFullExtent.png
 +%%DATADIR%%/themes/nkids/mActionIdentify.png
 +%%DATADIR%%/themes/nkids/over-.png
 +%%DATADIR%%/themes/nkids/mActionRemoveAllFromOverview.png
 +%%DATADIR%%/themes/nkids/mActionShowBookmarks.png
 +%%DATADIR%%/themes/nkids/mActionZoomIn.png
 +%%DATADIR%%/themes/nkids/mActionQgisHomePage.png
 +%%DATADIR%%/themes/nkids/mActionNewVectorLayer.png
 +%%DATADIR%%/themes/nkids/mActionZoomOut.png
 +%%DATADIR%%/themes/nkids/mActionAddRasterLayer.png
 +%%DATADIR%%/themes/nkids/mActionAddLayer.png
 +%%DATADIR%%/themes/nkids/over.png
 +%%DATADIR%%/themes/nkids/mActionHideAllLayers.png
 +%%DATADIR%%/themes/nkids/over1.png
 +%%DATADIR%%/svg/biology/Coniferous.svg
 +%%DATADIR%%/svg/biology/Flower.svg
 +%%DATADIR%%/svg/biology/Deciduous.svg
 +%%DATADIR%%/svg/geometric/Square1.svg
 +%%DATADIR%%/svg/geometric/Triangle1.svg
 +%%DATADIR%%/svg/geometric/Square2.svg
 +%%DATADIR%%/svg/gpsicons/deer.svg
 +%%DATADIR%%/svg/gpsicons/city_medium.svg
 +%%DATADIR%%/svg/gpsicons/teepee.svg
 +%%DATADIR%%/svg/gpsicons/phone.svg
 +%%DATADIR%%/svg/gpsicons/car.svg
 +%%DATADIR%%/svg/gpsicons/point.svg
 +%%DATADIR%%/svg/gpsicons/swimmer.svg
 +%%DATADIR%%/svg/gpsicons/food.svg
 +%%DATADIR%%/svg/gpsicons/waypoint.svg
 +%%DATADIR%%/svg/gpsicons/tree.svg
 +%%DATADIR%%/svg/gpsicons/dollar.svg
 +%%DATADIR%%/svg/gpsicons/fish.svg
 +%%DATADIR%%/svg/gpsicons/house.svg
 +%%DATADIR%%/svg/gpsicons/city_small.svg
 +%%DATADIR%%/svg/gpsicons/plane_orange.svg
 +%%DATADIR%%/svg/gpsicons/walker.svg
 +%%DATADIR%%/svg/gpsicons/parking.svg
 +%%DATADIR%%/svg/gpsicons/city_large.svg
 +%%DATADIR%%/svg/gpsicons/bank.svg
 +%%DATADIR%%/svg/gpsicons/gas.svg
 +%%DATADIR%%/svg/gpsicons/city_building.svg
 +%%DATADIR%%/svg/gpsicons/plane.svg
 +%%DATADIR%%/svg/gpsicons/conveneince.svg
 +%%DATADIR%%/svg/gpsicons/table.svg
 +%%DATADIR%%/svg/gpsicons/shipwreck.svg
 +%%DATADIR%%/svg/gpsicons/anchor.svg
 +%%DATADIR%%/svg/gpsicons/flag.svg
 +%%DATADIR%%/svg/gpsicons/boat.svg
 +%%DATADIR%%/svg/gpsicons/skull.svg
 +%%DATADIR%%/svg/gpsicons/camera.svg
 +%%DATADIR%%/svg/gpsicons/h.svg
 +%%DATADIR%%/svg/gpsicons/cross.svg
 +%%DATADIR%%/svg/gpsicons/skier.svg
 +%%DATADIR%%/svg/gpsicons/question.svg
 +%%DATADIR%%/svg/gpsicons/golf.svg
 +%%DATADIR%%/svg/gpsicons/parachute.svg
 +%%DATADIR%%/svg/gpsicons/couple.svg
 +%%DATADIR%%/svg/icon/cameraangle.svg
 +%%DATADIR%%/svg/icon/golfcourse.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
 +%%DATADIR%%/svg/north_arrows/default.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow5.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow6.svg
 +%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
 +%%DATADIR%%/svg/sport/golf_flag_in_hole_on_gr_01.svg
 +%%DATADIR%%/svg/sport/backpacker_ganson.svg
 +%%DATADIR%%/svg/symbol/Cross2.svg
 +%%DATADIR%%/svg/symbol/Star1.svg
 +%%DATADIR%%/svg/symbol/Cross5.svg
 +%%DATADIR%%/svg/symbol/Cross1.svg
 +%%DATADIR%%/svg/symbol/Cross4.svg
 +%%DATADIR%%/svg/symbol/Star3.svg
 +%%DATADIR%%/svg/symbol/Star2.svg
 +%%DATADIR%%/svg/symbol/Cross6.svg
 +%%DATADIR%%/resources/srs.db
 +%%DATADIR%%/resources/qgis.db
 +%%DATADIR%%/resources/qgis_help.db
 +%%DATADIR%%/resources/context_help/165149618_en_US
 +%%DATADIR%%/resources/context_help/929865718_sv_SE
 +%%DATADIR%%/resources/context_help/939347163_sv_SE
 +%%DATADIR%%/resources/context_help/929865718_sk_SK
 +%%DATADIR%%/resources/context_help/361087368_sv_SE
 +%%DATADIR%%/resources/context_help/94000531_sk_SK
 +%%DATADIR%%/resources/context_help/689216579_sk_SK
 +%%DATADIR%%/resources/context_help/308026563_sv_SE
 +%%DATADIR%%/resources/context_help/1033030847_sv_SE
 +%%DATADIR%%/resources/context_help/1033030847_en_US
 +%%DATADIR%%/resources/context_help/689216579_de_DE
 +%%DATADIR%%/resources/context_help/995980174_sk_SK
 +%%DATADIR%%/resources/context_help/831088384_de_DE
 +%%DATADIR%%/resources/context_help/863656587_sk_SK
 +%%DATADIR%%/resources/context_help/32338213_de_DE
 +%%DATADIR%%/resources/context_help/151694916_es_ES
 +%%DATADIR%%/resources/context_help/995980174_en_US
 +%%DATADIR%%/resources/context_help/361087368_sk_SK
 +%%DATADIR%%/resources/context_help/710979116_de_DE
 +%%DATADIR%%/resources/context_help/687883780_sv_SE
 +%%DATADIR%%/resources/context_help/863656587_en_US
 +%%DATADIR%%/resources/context_help/151694916_de_DE
 +%%DATADIR%%/resources/context_help/689216579_en_US
 +%%DATADIR%%/resources/context_help/94000531_de_DE
 +%%DATADIR%%/resources/context_help/995980174_de_DE
 +%%DATADIR%%/resources/context_help/985715179_sk_SK
 +%%DATADIR%%/resources/context_help/687883780_es_ES
 +%%DATADIR%%/resources/context_help/151694916_sv_SE
 +%%DATADIR%%/resources/context_help/308026563_en_US
 +%%DATADIR%%/resources/context_help/308026563_sk_SK
 +%%DATADIR%%/resources/context_help/165149618_de_DE
 +%%DATADIR%%/resources/context_help/687883780_de_DE
 +%%DATADIR%%/resources/context_help/929865718_en_US
 +%%DATADIR%%/resources/context_help/165149618_sk_SK
 +%%DATADIR%%/resources/context_help/863656587_de_DE
 +%%DATADIR%%/resources/context_help/929865718_es_ES
 +%%DATADIR%%/resources/context_help/689216579_sv_SE
 +%%DATADIR%%/resources/context_help/689216579_es_ES
 +%%DATADIR%%/resources/context_help/710979116_sk_SK
 +%%DATADIR%%/resources/context_help/308026563_de_DE
 +%%DATADIR%%/resources/context_help/151694916_sk_SK
 +%%DATADIR%%/resources/context_help/985715179_en_US
 +%%DATADIR%%/resources/context_help/710979116_en_US
 +%%DATADIR%%/resources/context_help/710979116_sv_SE
 +%%DATADIR%%/resources/context_help/361087368_es_ES
 +%%DATADIR%%/resources/context_help/831088384_en_US
 +%%DATADIR%%/resources/context_help/939347163_sk_SK
 +%%DATADIR%%/resources/context_help/863656587_es_ES
 +%%DATADIR%%/resources/context_help/985715179_de_DE
 +%%DATADIR%%/resources/context_help/32338213_sk_SK
 +%%DATADIR%%/resources/context_help/94000531_es_ES
 +%%DATADIR%%/resources/context_help/32338213_en_US
 +%%DATADIR%%/resources/context_help/361087368_de_DE
 +%%DATADIR%%/resources/context_help/929865718_de_DE
 +%%DATADIR%%/resources/context_help/687883780_sk_SK
 +%%DATADIR%%/resources/context_help/1033030847_de_DE
 +%%DATADIR%%/resources/context_help/32338213_sv_SE
 +%%DATADIR%%/resources/context_help/939347163_de_DE
 +%%DATADIR%%/resources/context_help/687883780_en_US
 +%%DATADIR%%/resources/context_help/151694916_en_US
 +%%DATADIR%%/resources/context_help/361087368_en_US
 +%%DATADIR%%/resources/context_help/831088384_sk_SK
 +%%DATADIR%%/resources/context_help/939347163_en_US
 +%%DATADIR%%/resources/context_help/94000531_en_US
 +%%DATADIR%%/resources/context_help/1033030847_sk_SK
 +%%DATADIR%%/i18n/qgis_pt_BR.qm
 +%%DATADIR%%/i18n/qt_ru.qm
 +%%DATADIR%%/i18n/qgis_lo.qm
 +%%DATADIR%%/i18n/qgis_lv.qm
 +%%DATADIR%%/i18n/qgis_it.qm
 +%%DATADIR%%/i18n/qgis_fr.qm
 +%%DATADIR%%/i18n/qgis_ja.qm
 +%%DATADIR%%/i18n/qgis_zh_CN.qm
 +%%DATADIR%%/i18n/qt_pt.qm
 +%%DATADIR%%/i18n/qgis_vi.qm
 +%%DATADIR%%/i18n/qt_zh_CN.qm
 +%%DATADIR%%/i18n/qgis_pl_PL.qm
 +%%DATADIR%%/i18n/qgis_nl.qm
 +%%DATADIR%%/i18n/qgis_ar.qm
 +%%DATADIR%%/i18n/qgis_ru.qm
 +%%DATADIR%%/i18n/qgis_cs_CZ.qm
 +%%DATADIR%%/i18n/qgis_sv.qm
 +%%DATADIR%%/i18n/qgis_sk.qm
 +%%DATADIR%%/i18n/qt_sv.qm
 +%%DATADIR%%/i18n/qgis_de.qm
 +%%DATADIR%%/i18n/qt_fr.qm
 +%%DATADIR%%/i18n/qt_pl.qm
 +%%DATADIR%%/i18n/qt_sk.qm
 +%%DATADIR%%/i18n/qt_ar.qm
 +%%DATADIR%%/i18n/qgis_lt.qm
 +%%DATADIR%%/i18n/qgis_th.qm
 +%%DATADIR%%/i18n/qgis_es.qm
 +%%DATADIR%%/i18n/qt_de.qm
 +%%DATADIR%%/i18n/qt_ja_jp.qm
 +%%DATADIR%%/i18n/qt_es.qm
 +%%DATADIR%%/i18n/qgis_tr.qm
 +%%DATADIR%%/i18n/qgis_ro.qm
 +%%DATADIR%%/i18n/qgis_mn.qm
 +%%DATADIR%%/i18n/qgis_id.qm
 +%%DATADIR%%/i18n/qgis_hu.qm
  bin/qgis
 -bin/qgis-config
  bin/qgis_help
 -%%PGSQL%%bin/spit
 +lib/qgis/libcopyrightlabelplugin.so
 +lib/qgis/libdelimitedtextplugin.so
 +lib/qgis/libdelimitedtextprovider.so
 +lib/qgis/libgeorefplugin.so
 +lib/qgis/libgpsimporterplugin.so
 +lib/qgis/libgpxprovider.so
 +lib/qgis/libgridmakerplugin.so
 +lib/qgis/libmemoryprovider.so
 +lib/qgis/libnortharrowplugin.so
 +lib/qgis/libogrprovider.so
 +lib/qgis/libpggeoprocessingplugin.so
 +lib/qgis/libpostgresprovider.so
 +lib/qgis/libquickprintplugin.so
 +lib/qgis/libscalebarplugin.so
 +lib/qgis/libspitplugin.so
 +lib/qgis/libwfsplugin.so
 +lib/qgis/libwfsprovider.so
 +lib/qgis/libwmsprovider.so
  include/qgis/qgis.h
 -include/qgis/qgisapp.h
 -include/qgis/qgisappbase.ui.h
 -include/qgis/qgisappbase.uic.h
 -include/qgis/qgisiface.h
 +include/qgis/qgisgui.h
  include/qgis/qgisinterface.h
  include/qgis/qgisplugin.h
 -include/qgis/qgsabout.ui.h
 -include/qgis/qgsabout.uic.h
 -include/qgis/qgsacetatelines.h
 -include/qgis/qgsacetateobject.h
 -include/qgis/qgsacetaterectangle.h
 -include/qgis/qgsaddattrdialog.h
 -include/qgis/qgsaddattrdialogbase.uic.h
 +include/qgis/qgsapplication.h
  include/qgis/qgsattributeaction.h
 -include/qgis/qgsattributeactiondialog.h
 -include/qgis/qgsattributeactiondialogbase.uic.h
 -include/qgis/qgsattributedialog.h
 -include/qgis/qgsattributedialogbase.uic.h
 -include/qgis/qgsattributetable.h
 -include/qgis/qgsattributetablebase.ui.h
 -include/qgis/qgsattributetablebase.uic.h
 -include/qgis/qgsattributetabledisplay.h
 -include/qgis/qgsbookmarkitem.h
 -include/qgis/qgsbookmarks.h
 -include/qgis/qgsbookmarksbase.uic.h
  include/qgis/qgsclipper.h
 +include/qgis/qgscliptominmaxenhancement.h
 +include/qgis/qgscolorbutton.h
 +include/qgis/qgscolorrampshader.h
  include/qgis/qgscolortable.h
 -include/qgis/qgscomposer.h
 -include/qgis/qgscomposerbase.uic.h
 -include/qgis/qgscomposeritem.h
 -include/qgis/qgscomposerlabel.h
 -include/qgis/qgscomposerlabelbase.uic.h
 -include/qgis/qgscomposermap.h
 -include/qgis/qgscomposermapbase.uic.h
 -include/qgis/qgscomposerscalebar.h
 -include/qgis/qgscomposerscalebarbase.uic.h
 -include/qgis/qgscomposervectorlegend.h
 -include/qgis/qgscomposervectorlegendbase.uic.h
 -include/qgis/qgscomposerview.h
 -include/qgis/qgscomposition.h
 -include/qgis/qgscompositionbase.uic.h
  include/qgis/qgsconfig.h
 -include/qgis/qgscontcoldialog.h
 -include/qgis/qgscontcoldialogbase.uic.h
  include/qgis/qgscontexthelp.h
 -include/qgis/qgscontinuouscolrenderer.h
 +include/qgis/qgscontinuouscolorrenderer.h
 +include/qgis/qgscontrastenhancement.h
 +include/qgis/qgscontrastenhancementfunction.h
  include/qgis/qgscoordinatetransform.h
  include/qgis/qgscsexception.h
 -include/qgis/qgscustomprojectiondialog.h
 -include/qgis/qgscustomprojectiondialogbase.ui.h
 -include/qgis/qgscustomprojectiondialogbase.uic.h
 -include/qgis/qgscustomsymbol.h
 +include/qgis/qgscursors.h
  include/qgis/qgsdataprovider.h
 -include/qgis/qgsdatasource.h
  include/qgis/qgsdatasourceuri.h
 -include/qgis/qgsdbsourceselect.h
 -include/qgis/qgsdelattrdialog.h
 -include/qgis/qgsdelattrdialogbase.uic.h
 -include/qgis/qgsdlgvectorlayerproperties.h
 -include/qgis/qgsdlgvectorlayerpropertiesbase.uic.h
 +include/qgis/qgsdetaileditemdelegate.h
 +include/qgis/qgsdetaileditemwidget.h
 +include/qgis/qgsdistancearea.h
  include/qgis/qgsencodingfiledialog.h
  include/qgis/qgsexception.h
  include/qgis/qgsfeature.h
 -include/qgis/qgsfeatureattribute.h
  include/qgis/qgsfield.h
 -include/qgis/qgsfillstylewidget.h
 -include/qgis/qgsfillstylewidgetbase.uic.h
 -include/qgis/qgsgeomtypedialog.h
 -include/qgis/qgsgeomtypedialogbase.uic.h
 -include/qgis/qgsgraduatedmarenderer.h
 -include/qgis/qgsgraduatedsymrenderer.h
 -include/qgis/qgsgramadialog.h
 -include/qgis/qgsgramadialogbase.uic.h
 -include/qgis/qgsgramaextensionwidget.h
 -include/qgis/qgsgrasydialog.h
 -include/qgis/qgsgrasydialogbase.uic.h
 -include/qgis/qgshelpviewer.h
 -include/qgis/qgshelpviewerbase.ui.h
 -include/qgis/qgshelpviewerbase.uic.h
 -include/qgis/qgsidentifyresults.h
 -include/qgis/qgsidentifyresultsbase.uic.h
 +include/qgis/qgsfiledropedit.h
 +include/qgis/qgsfreakoutshader.h
 +include/qgis/qgsgeometry.h
 +include/qgis/qgsgraduatedsymbolrenderer.h
 +include/qgis/qgshttptransaction.h
  include/qgis/qgslabel.h
  include/qgis/qgslabelattributes.h
 -include/qgis/qgslabeldialog.h
 -include/qgis/qgslabeldialogbase.ui.h
 -include/qgis/qgslabeldialogbase.uic.h
  include/qgis/qgslayerprojectionselector.h
 -include/qgis/qgslayerprojectionselectorbase.ui.h
 -include/qgis/qgslayerprojectionselectorbase.uic.h
 -include/qgis/qgslegend.h
 -include/qgis/qgslegenditem.h
 -include/qgis/qgslegenditembase.uic.h
  include/qgis/qgsline.h
 -include/qgis/qgslinestyledialog.h
 -include/qgis/qgslinestyledialogbase.uic.h
 -include/qgis/qgslinestylewidget.h
 -include/qgis/qgslinestylewidgetbase.uic.h
 -include/qgis/qgslinesymbol.h
 -include/qgis/qgsludialog.h
 -include/qgis/qgsludialogbase.uic.h
 +include/qgis/qgslinearminmaxenhancement.h
 +include/qgis/qgslinearminmaxenhancementwithclip.h
 +include/qgis/qgslogger.h
  include/qgis/qgsmapcanvas.h
 +include/qgis/qgsmapcanvasitem.h
 +include/qgis/qgsmapcanvasmap.h
 +include/qgis/qgsmapcanvassnapper.h
  include/qgis/qgsmaplayer.h
 -include/qgis/qgsmaplayerinterface.h
  include/qgis/qgsmaplayerregistry.h
 -include/qgis/qgsmapserverexport.h
 -include/qgis/qgsmapserverexportbase.ui.h
 -include/qgis/qgsmapserverexportbase.uic.h
 +include/qgis/qgsmapoverviewcanvas.h
 +include/qgis/qgsmaprender.h
 +include/qgis/qgsmaptip.h
 +include/qgis/qgsmaptool.h
 +include/qgis/qgsmaptoolemitpoint.h
 +include/qgis/qgsmaptoolpan.h
 +include/qgis/qgsmaptoolzoom.h
  include/qgis/qgsmaptopixel.h
  include/qgis/qgsmarkercatalogue.h
 -include/qgis/qgsmarkerdialog.h
 -include/qgis/qgsmarkerdialogbase.uic.h
 -include/qgis/qgsmarkersymbol.h
 -include/qgis/qgsmeasure.h
 -include/qgis/qgsmeasurebase.uic.h
 -include/qgis/qgsmessageviewer.ui.h
 -include/qgis/qgsmessageviewer.uic.h
 -include/qgis/qgsnewconnection.h
 -include/qgis/qgsoptions.h
 -include/qgis/qgsoptionsbase.ui.h
 -include/qgis/qgsoptionsbase.uic.h
 -include/qgis/qgspatterndialog.h
 -include/qgis/qgspatterndialogbase.uic.h
 -include/qgis/qgspgquerybuilder.h
 -include/qgis/qgspgquerybuilderbase.ui.h
 -include/qgis/qgspgutil.h
 -include/qgis/qgspluginitem.h
 -include/qgis/qgspluginmanager.h
 -include/qgis/qgspluginmanagerbase.uic.h
 -include/qgis/qgspluginmetadata.h
 -include/qgis/qgspluginregistry.h
 +include/qgis/qgsmessageoutput.h
 +include/qgis/qgsmessageviewer.h
  include/qgis/qgspoint.h
 -include/qgis/qgspointstylewidget.h
 -include/qgis/qgspointstylewidgetbase.uic.h
 -include/qgis/qgspolygonsymbol.h
  include/qgis/qgsproject.h
 +include/qgis/qgsprojectfiletransform.h
  include/qgis/qgsprojectionselector.h
 -include/qgis/qgsprojectionselectorbase.uic.h
 -include/qgis/qgsprojectproperties.h
 -include/qgis/qgsprojectpropertiesbase.ui.h
 -include/qgis/qgsprojectpropertiesbase.uic.h
  include/qgis/qgsprojectproperty.h
 +include/qgis/qgsprojectversion.h
  include/qgis/qgsprovidercountcalcevent.h
  include/qgis/qgsproviderextentcalcevent.h
  include/qgis/qgsprovidermetadata.h
  include/qgis/qgsproviderregistry.h
 -include/qgis/qgsrangerenderitem.h
 +include/qgis/qgspseudocolorshader.h
 +include/qgis/qgsquickprint.h
 +include/qgis/qgsrasterbandstats.h
 +include/qgis/qgsrasterdataprovider.h
  include/qgis/qgsrasterlayer.h
 -include/qgis/qgsrasterlayerproperties.h
 -include/qgis/qgsrasterlayerpropertiesbase.ui.h
 -include/qgis/qgsrasterlayerpropertiesbase.uic.h
 +include/qgis/qgsrastershader.h
 +include/qgis/qgsrastershaderfunction.h
 +include/qgis/qgsrastertransparency.h
  include/qgis/qgsrect.h
 +include/qgis/qgsrendercontext.h
  include/qgis/qgsrenderer.h
 -include/qgis/qgsrenderitem.h
 +include/qgis/qgsrendererplugin.h
 +include/qgis/qgsrubberband.h
  include/qgis/qgsrunprocess.h
  include/qgis/qgsscalecalculator.h
 -include/qgis/qgssimadialog.h
 -include/qgis/qgssimadialogbase.uic.h
 -include/qgis/qgssimarenderer.h
 -include/qgis/qgssinglesymrenderer.h
 -include/qgis/qgssisydialog.h
 -include/qgis/qgssisydialogbase.uic.h
 +include/qgis/qgssearchstring.h
 +include/qgis/qgssearchtreenode.h
 +include/qgis/qgssinglesymbolrenderer.h
 +include/qgis/qgssnapper.h
 +include/qgis/qgsspatialindex.h
  include/qgis/qgsspatialrefsys.h
 -include/qgis/qgssvgcache.h
  include/qgis/qgssymbol.h
  include/qgis/qgssymbologyutils.h
 -include/qgis/qgsuniquevalrenderer.h
 -include/qgis/qgsuvaldialog.h
 -include/qgis/qgsuvaldialogbase.uic.h
 -include/qgis/qgsuvalmadialog.h
 -include/qgis/qgsuvalmadialogbase.uic.h
 -include/qgis/qgsuvalmarenderer.h
 +include/qgis/qgsuniquevaluerenderer.h
  include/qgis/qgsvectordataprovider.h
  include/qgis/qgsvectorfilewriter.h
  include/qgis/qgsvectorlayer.h
 -include/qgis/splashscreen.h
 -lib/libqgis.a
 -lib/libqgis.la
 -lib/libqgis.so
 -lib/libqgis.so.0
 -%%GRASS%%lib/libqgisgrass.a
 -%%GRASS%%lib/libqgisgrass.la
 -%%GRASS%%lib/libqgisgrass.so
 -%%GRASS%%lib/libqgisgrass.so.0
 -lib/qgis/copyrightlabelplugin.a
 -lib/qgis/copyrightlabelplugin.la
 -lib/qgis/copyrightlabelplugin.so
 -lib/qgis/delimitedtextplugin.a
 -lib/qgis/delimitedtextplugin.la
 -lib/qgis/delimitedtextplugin.so
 -lib/qgis/delimitedtextprovider.a
 -lib/qgis/delimitedtextprovider.la
 -lib/qgis/delimitedtextprovider.so
 -lib/qgis/designer/qgisdesignerwidgets.a
 -lib/qgis/designer/qgisdesignerwidgets.la
 -lib/qgis/designer/qgisdesignerwidgets.so
 -lib/qgis/georefplugin.a
 -lib/qgis/georefplugin.la
 -lib/qgis/georefplugin.so
 -lib/qgis/gpsimporterplugin.a
 -lib/qgis/gpsimporterplugin.la
 -lib/qgis/gpsimporterplugin.so
 -lib/qgis/gpxprovider.a
 -lib/qgis/gpxprovider.la
 -lib/qgis/gpxprovider.so
 -%%GRASS%%lib/qgis/grassplugin.a
 -%%GRASS%%lib/qgis/grassplugin.la
 -%%GRASS%%lib/qgis/grassplugin.so
 -%%GRASS%%lib/qgis/grassprovider.a
 -%%GRASS%%lib/qgis/grassprovider.la
 -%%GRASS%%lib/qgis/grassprovider.so
 -lib/qgis/gridmakerplugin.a
 -lib/qgis/gridmakerplugin.la
 -lib/qgis/gridmakerplugin.so
 -lib/qgis/libScaleBarplugin.a
 -lib/qgis/libScaleBarplugin.la
 -lib/qgis/libScaleBarplugin.so
 -lib/qgis/libqgsprojectionselector.a
 -lib/qgis/libqgsprojectionselector.la
 -lib/qgis/libqgsprojectionselector.so
 -lib/qgis/northarrowplugin.a
 -lib/qgis/northarrowplugin.la
 -lib/qgis/northarrowplugin.so
 -lib/qgis/ogrprovider.a
 -lib/qgis/ogrprovider.la
 -lib/qgis/ogrprovider.so
 -%%PGSQL%%lib/qgis/pggeoprocessingplugin.a
 -%%PGSQL%%lib/qgis/pggeoprocessingplugin.la
 -%%PGSQL%%lib/qgis/pggeoprocessingplugin.so
 -%%PGSQL%%lib/qgis/postgresprovider.a
 -%%PGSQL%%lib/qgis/postgresprovider.la
 -%%PGSQL%%lib/qgis/postgresprovider.so
 -%%PGSQL%%lib/qgis/spitplugin.a
 -%%PGSQL%%lib/qgis/spitplugin.la
 -%%PGSQL%%lib/qgis/spitplugin.so
 -share/aclocal/qgis.m4
 -%%DATADIR%%/doc/AUTHORS
 -%%DATADIR%%/doc/README
 -%%DATADIR%%/doc/favicon.ico
 -%%DATADIR%%/doc/images/qgis_new_80pct.png
 -%%DATADIR%%/doc/index.html
 -%%DATADIR%%/doc/install.pdf
 -%%DATADIR%%/doc/install_guide/contents.png
 -%%DATADIR%%/doc/install_guide/index.html
 -%%DATADIR%%/doc/install_guide/install.css
 -%%DATADIR%%/doc/install_guide/install.html
 -%%DATADIR%%/doc/install_guide/internals.pl
 -%%DATADIR%%/doc/install_guide/labels.pl
 -%%DATADIR%%/doc/install_guide/next.png
 -%%DATADIR%%/doc/install_guide/next_g.png
 -%%DATADIR%%/doc/install_guide/nx_grp_g.png
 -%%DATADIR%%/doc/install_guide/prev.png
 -%%DATADIR%%/doc/install_guide/prev_g.png
 -%%DATADIR%%/doc/install_guide/up.png
 -%%DATADIR%%/doc/install_guide/up_g.png
 -%%DATADIR%%/doc/plugins/delimited_text/dialog.png
 -%%DATADIR%%/doc/plugins/delimited_text/ellipsis.png
 -%%DATADIR%%/doc/plugins/delimited_text/file_selected.png
 -%%DATADIR%%/doc/plugins/delimited_text/file_selected1.png
 -%%DATADIR%%/doc/plugins/delimited_text/file_selected2.png
 -%%DATADIR%%/doc/plugins/delimited_text/file_selected3.png
 -%%DATADIR%%/doc/plugins/delimited_text/index.html
 -%%DATADIR%%/doc/plugins/delimited_text/layer_added.png
 -%%DATADIR%%/doc/plugins/delimited_text/plugin_manager.png
 -%%DATADIR%%/doc/plugins/delimited_text/toolbar_icon.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/alaska_pglayer.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/buffer.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/bufferdialog.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/buffericon.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/bufferresult.png
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/index.html
 -%%DATADIR%%/doc/plugins/geoprocessing/buffer/pluginmanager.png
 -%%DATADIR%%/doc/qgisdoc.css
 -%%DATADIR%%/doc/userguide.pdf
 -%%GRASS%%%%DATADIR%%/grass/config/default.qgc
 -%%GRASS%%%%DATADIR%%/grass/modules/g.gisenv.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/g.gisenv.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.buffer.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.colors.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.colors.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.colors.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.aspect.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.slope.aspect.slope.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.area.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.line.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/r.to.vect.point.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.buffer.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.area.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.delaunay.line.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.extract.where.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.hull.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.hull.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.hull.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.in.region.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.in.region.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.kernel.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.mkgrid.region.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.mkgrid.region.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.2.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.neighbors.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.3.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.and.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.3.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.not.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.3.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.or.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.3.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.overlay.xor.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.random.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.random.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.3.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.select.overlap.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.1.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.to.rast.constant.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.area.qgm
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.1.png
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.2.svg
 -%%GRASS%%%%DATADIR%%/grass/modules/v.voronoi.line.qgm
 -%%DATADIR%%/i18n/qgis_cs_CZ.qm
 -%%DATADIR%%/i18n/qgis_de.qm
 -%%DATADIR%%/i18n/qgis_fr.qm
 -%%DATADIR%%/i18n/qgis_id.qm
 -%%DATADIR%%/i18n/qgis_it.qm
 -%%DATADIR%%/i18n/qgis_ja.qm
 -%%DATADIR%%/i18n/qgis_lv.qm
 -%%DATADIR%%/i18n/qgis_nl.qm
 -%%DATADIR%%/i18n/qgis_pl_PL.qm
 -%%DATADIR%%/i18n/qgis_pt_BR.qm
 -%%DATADIR%%/i18n/qgis_ru.qm
 -%%DATADIR%%/i18n/qgis_sk.qm
 -%%DATADIR%%/i18n/qgis_sv.qm
 -%%DATADIR%%/i18n/qgis_zh_CN.qm
 -%%DATADIR%%/images/developers/Denis_Antipov.jpg
 -%%DATADIR%%/images/developers/Gary_E.Sherman.jpg
 -%%DATADIR%%/images/developers/Gavin_Macaulay.jpg
 -%%DATADIR%%/images/developers/Jens_Oberender.jpg
 -%%DATADIR%%/images/developers/Lars_Luthman.jpg
 -%%DATADIR%%/images/developers/Marco_Hugentobler.jpg
 -%%DATADIR%%/images/developers/Mark_Coletti.jpg
 -%%DATADIR%%/images/developers/Masaru_Hoshi.jpg
 -%%DATADIR%%/images/developers/Peter_Brewer.jpg
 -%%DATADIR%%/images/developers/Radim_Blazek.jpg
 -%%DATADIR%%/images/developers/Steve_Halasz.jpg
 -%%DATADIR%%/images/developers/Tim_Sutton.jpg
 -%%DATADIR%%/images/developers/Tom_Elwertowski.jpg
 -%%DATADIR%%/images/icons/editable.png
 -%%DATADIR%%/images/icons/icon_projection.png
 -%%DATADIR%%/images/icons/icon_projection_disabled.png
 -%%DATADIR%%/images/icons/icon_projection_problem.png
 -%%DATADIR%%/images/icons/inoverview.png
 -%%DATADIR%%/images/icons/no_pyramid.png
 -%%DATADIR%%/images/icons/pyramid.png
 -%%DATADIR%%/images/icons/qgis-icon-16x16.png
 -%%DATADIR%%/images/icons/qgis-icon.png
 -%%DATADIR%%/images/icons/qgis-icon2.png
 -%%DATADIR%%/images/icons/qgis-mime-icon.png
 -%%DATADIR%%/images/icons/qgis_icon_new_large.png
 -%%DATADIR%%/images/icons/qgis_icon_new_verylarge.png
 -%%DATADIR%%/images/north_arrows/default.png
 -%%DATADIR%%/images/splash/splash.png
 -%%DATADIR%%/images/splash/splash_mask.png
 -%%DATADIR%%/resources/qgis.db
 -%%DATADIR%%/resources/qgis_help.db
 -%%DATADIR%%/resources/spatial_ref_sys.txt
 -%%DATADIR%%/resources/srs.db
 -%%DATADIR%%/svg/biology/Coniferous.svg
 -%%DATADIR%%/svg/biology/Deciduous.svg
 -%%DATADIR%%/svg/biology/Flower.svg
 -%%DATADIR%%/svg/geometric/Square1.svg
 -%%DATADIR%%/svg/geometric/Square2.svg
 -%%DATADIR%%/svg/geometric/Triangle1.svg
 -%%DATADIR%%/svg/gpsicons/anchor.svg
 -%%DATADIR%%/svg/gpsicons/boat.svg
 -%%DATADIR%%/svg/gpsicons/camera.svg
 -%%DATADIR%%/svg/gpsicons/car.svg
 -%%DATADIR%%/svg/gpsicons/city_building.svg
 -%%DATADIR%%/svg/gpsicons/couple.svg
 -%%DATADIR%%/svg/gpsicons/cross.svg
 -%%DATADIR%%/svg/gpsicons/deer.svg
 -%%DATADIR%%/svg/gpsicons/dollar.svg
 -%%DATADIR%%/svg/gpsicons/fish.svg
 -%%DATADIR%%/svg/gpsicons/flag.svg
 -%%DATADIR%%/svg/gpsicons/food.svg
 -%%DATADIR%%/svg/gpsicons/gas.svg
 -%%DATADIR%%/svg/gpsicons/golf.svg
 -%%DATADIR%%/svg/gpsicons/h.svg
 -%%DATADIR%%/svg/gpsicons/house.svg
 -%%DATADIR%%/svg/gpsicons/parachute.svg
 -%%DATADIR%%/svg/gpsicons/phone.svg
 -%%DATADIR%%/svg/gpsicons/plane.svg
 -%%DATADIR%%/svg/gpsicons/point.svg
 -%%DATADIR%%/svg/gpsicons/question.svg
 -%%DATADIR%%/svg/gpsicons/shipwreck.svg
 -%%DATADIR%%/svg/gpsicons/skier.svg
 -%%DATADIR%%/svg/gpsicons/skull.svg
 -%%DATADIR%%/svg/gpsicons/swimmer.svg
 -%%DATADIR%%/svg/gpsicons/table.svg
 -%%DATADIR%%/svg/gpsicons/teepee.svg
 -%%DATADIR%%/svg/gpsicons/tree.svg
 -%%DATADIR%%/svg/gpsicons/walker.svg
 -%%DATADIR%%/svg/icon/golfcourse.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow5.svg
 -%%DATADIR%%/svg/north_arrows/NorthArrow6.svg
 -%%DATADIR%%/svg/north_arrows/default.svg
 -%%DATADIR%%/svg/symbol/Cross1.svg
 -%%DATADIR%%/svg/symbol/Cross2.svg
 -%%DATADIR%%/svg/symbol/Cross4.svg
 -%%DATADIR%%/svg/symbol/Cross5.svg
 -%%DATADIR%%/svg/symbol/Cross6.svg
 -%%DATADIR%%/svg/symbol/Star1.svg
 -%%DATADIR%%/svg/symbol/Star2.svg
 -%%DATADIR%%/svg/symbol/Star3.svg
 -%%DATADIR%%/themes/default/action.png
 -%%DATADIR%%/themes/default/add_all_to_overview.png
 -%%DATADIR%%/themes/default/add_pg_layer.png
 -%%DATADIR%%/themes/default/add_raster_layer.png
 -%%DATADIR%%/themes/default/add_vector_layer.png
 -%%DATADIR%%/themes/default/attribute_table.png
 -%%DATADIR%%/themes/default/bookmarks.png
 -%%DATADIR%%/themes/default/check_version.png
 -%%DATADIR%%/themes/default/contexthelp.png
 -%%DATADIR%%/themes/default/custom_projection.png
 -%%DATADIR%%/themes/default/delete_selected.png
 -%%DATADIR%%/themes/default/digitise_vector_layer.png
 -%%DATADIR%%/themes/default/digitising_general.png
 -%%DATADIR%%/themes/default/digitising_line.png
 -%%DATADIR%%/themes/default/digitising_point.png
 -%%DATADIR%%/themes/default/digitising_polygon.png
 -%%DATADIR%%/themes/default/exit.png
 -%%DATADIR%%/themes/default/export_map_server.png
 -%%DATADIR%%/themes/default/file_new.png
 -%%DATADIR%%/themes/default/file_print.png
 -%%DATADIR%%/themes/default/file_save.png
 -%%DATADIR%%/themes/default/file_save_as.png
 -%%DATADIR%%/themes/default/fileprint.png
 -%%DATADIR%%/themes/default/gis_plain_cursor.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_add_vertex.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_close_edit.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_delete_line.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_delete_vertex.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_edit_attributes.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_module_error.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_module_warning.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_move_line.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_move_vertex.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_boundary.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_centroid.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_line.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_new_point.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_split_line.png
 -%%GRASS%%%%DATADIR%%/themes/default/grass/grass_tools.png
 -%%DATADIR%%/themes/default/help.png
 -%%DATADIR%%/themes/default/help_about.png
 -%%DATADIR%%/themes/default/help_contents.png
 -%%DATADIR%%/themes/default/hide_all_layers.png
 -%%DATADIR%%/themes/default/home_page.png
 -%%DATADIR%%/themes/default/identify.png
 -%%DATADIR%%/themes/default/inline_table.png
 -%%DATADIR%%/themes/default/measure.png
 -%%DATADIR%%/themes/default/new_bookmark.png
 -%%DATADIR%%/themes/default/pan.png
 -%%DATADIR%%/themes/default/plugin_manager.png
 -%%DATADIR%%/themes/default/preferences.png
 -%%DATADIR%%/themes/default/project_open.png
 -%%DATADIR%%/themes/default/project_properties.png
 -%%DATADIR%%/themes/default/reload.png
 -%%DATADIR%%/themes/default/remove_all_from_overview.png
 -%%DATADIR%%/themes/default/remove_layer.png
 -%%DATADIR%%/themes/default/save_map_image.png
 -%%DATADIR%%/themes/default/save_map_svg.png
 -%%DATADIR%%/themes/default/select.png
 -%%DATADIR%%/themes/default/show_all_layers.png
 -%%DATADIR%%/themes/default/sourceforge_page.png
 -%%DATADIR%%/themes/default/zoom_full.png
 -%%DATADIR%%/themes/default/zoom_in.png
 -%%DATADIR%%/themes/default/zoom_last.png
 -%%DATADIR%%/themes/default/zoom_layer.png
 -%%DATADIR%%/themes/default/zoom_out.png
 -%%DATADIR%%/themes/default/zoom_selected.png
 -%%DATADIR%%/themes/nkids/action.png
 -%%DATADIR%%/themes/nkids/add_all_to_overview.png
 -%%DATADIR%%/themes/nkids/add_pg_layer.png
 -%%DATADIR%%/themes/nkids/add_raster_layer.png
 -%%DATADIR%%/themes/nkids/add_vector_layer.png
 -%%DATADIR%%/themes/nkids/attribute_table.png
 -%%DATADIR%%/themes/nkids/bookmarks.png
 -%%DATADIR%%/themes/nkids/contexthelp.png
 -%%DATADIR%%/themes/nkids/custom_projection.png
 -%%DATADIR%%/themes/nkids/delete_selected.png
 -%%DATADIR%%/themes/nkids/digitise_vector_layer.png
 -%%DATADIR%%/themes/nkids/digitising_general.png
 -%%DATADIR%%/themes/nkids/digitising_line.png
 -%%DATADIR%%/themes/nkids/digitising_point.png
 -%%DATADIR%%/themes/nkids/exit.png
 -%%DATADIR%%/themes/nkids/export_map_server.png
 -%%DATADIR%%/themes/nkids/file_new.png
 -%%DATADIR%%/themes/nkids/file_print.png
 -%%DATADIR%%/themes/nkids/file_save.png
 -%%DATADIR%%/themes/nkids/file_save_as.png
 -%%DATADIR%%/themes/nkids/gis_plain_cursor.png
 -%%DATADIR%%/themes/nkids/help_about.png
 -%%DATADIR%%/themes/nkids/help_contents.png
 -%%DATADIR%%/themes/nkids/hide_all_layers.png
 -%%DATADIR%%/themes/nkids/home_page.png
 -%%DATADIR%%/themes/nkids/identify.png
 -%%DATADIR%%/themes/nkids/inline_table.png
 -%%DATADIR%%/themes/nkids/layers.png
 -%%DATADIR%%/themes/nkids/measure.png
 -%%DATADIR%%/themes/nkids/new_bookmark.png
 -%%DATADIR%%/themes/nkids/over-.png
 -%%DATADIR%%/themes/nkids/over.png
 -%%DATADIR%%/themes/nkids/over1.png
 -%%DATADIR%%/themes/nkids/pan.png
 -%%DATADIR%%/themes/nkids/plugin_manager.png
 -%%DATADIR%%/themes/nkids/preferences.png
 -%%DATADIR%%/themes/nkids/project_open.png
 -%%DATADIR%%/themes/nkids/project_properties.png
 -%%DATADIR%%/themes/nkids/qgis32x32.png
 -%%DATADIR%%/themes/nkids/reload.png
 -%%DATADIR%%/themes/nkids/remove_all_from_overview.png
 -%%DATADIR%%/themes/nkids/remove_all_to_overview.png
 -%%DATADIR%%/themes/nkids/remove_layer.png
 -%%DATADIR%%/themes/nkids/save_map_image.png
 -%%DATADIR%%/themes/nkids/select.png
 -%%DATADIR%%/themes/nkids/show_all_layers.png
 -%%DATADIR%%/themes/nkids/show_all_layers1.png
 -%%DATADIR%%/themes/nkids/show_layerReal.png
 -%%DATADIR%%/themes/nkids/zoom_full.png
 -%%DATADIR%%/themes/nkids/zoom_in.png
 -%%DATADIR%%/themes/nkids/zoom_last.png
 -%%DATADIR%%/themes/nkids/zoom_layer.png
 -%%DATADIR%%/themes/nkids/zoom_out.png
 -%%DATADIR%%/themes/nkids/zoom_selected.png
 +include/qgis/qgsvertexmarker.h
  @dirrm include/qgis
 -@dirrm lib/qgis/designer
  @dirrm lib/qgis
  @dirrm %%DATADIR%%/doc/images
 -@dirrm %%DATADIR%%/doc/install_guide
 -@dirrm %%DATADIR%%/doc/plugins/delimited_text
 -@dirrm %%DATADIR%%/doc/plugins/geoprocessing/buffer
 -@dirrm %%DATADIR%%/doc/plugins/geoprocessing
 -@dirrm %%DATADIR%%/doc/plugins
  @dirrm %%DATADIR%%/doc
 -%%GRASS%%@dirrm %%DATADIR%%/grass/config
 -%%GRASS%%@dirrm %%DATADIR%%/grass/modules
 -%%GRASS%%@dirrm %%DATADIR%%/grass
  @dirrm %%DATADIR%%/i18n
  @dirrm %%DATADIR%%/images/developers
  @dirrm %%DATADIR%%/images/icons
  @dirrm %%DATADIR%%/images/north_arrows
  @dirrm %%DATADIR%%/images/splash
  @dirrm %%DATADIR%%/images
 +@dirrm %%DATADIR%%/resources/context_help
  @dirrm %%DATADIR%%/resources
  @dirrm %%DATADIR%%/svg/biology
  @dirrm %%DATADIR%%/svg/geometric
  @dirrm %%DATADIR%%/svg/gpsicons
  @dirrm %%DATADIR%%/svg/icon
  @dirrm %%DATADIR%%/svg/north_arrows
 +@dirrm %%DATADIR%%/svg/sport
  @dirrm %%DATADIR%%/svg/symbol
  @dirrm %%DATADIR%%/svg
 -%%GRASS%%@dirrm %%DATADIR%%/themes/default/grass
  @dirrm %%DATADIR%%/themes/default
  @dirrm %%DATADIR%%/themes/nkids
  @dirrm %%DATADIR%%/themes
 Index: files/patch-gcc42
 ===================================================================
 RCS file: files/patch-gcc42
 diff -N files/patch-gcc42
 --- files/patch-gcc42	16 Aug 2007 00:05:53 -0000	1.1
 +++ /dev/null	1 Jan 1970 00:00:00 -0000
 @@ -1,87 +0,0 @@
 ---- src/qgsproject.h	2005-05-11 19:21:56.000000000 -0800
 -+++ src2/qgsproject.h	2007-08-14 00:23:04.000000000 -0800
 -@@ -95,9 +95,9 @@
 -        write()
 -      */
 -     //@{
 --    bool QgsProject::dirty() const;
 -+    bool dirty() const;
 - 
 --    void QgsProject::dirty( bool b );
 -+    void dirty( bool b );
 -     //@}
 - 
 - 
 ---- src/qgsrasterlayerproperties.h	2005-07-30 21:03:14.000000000 -0800
 -+++ src2/qgsrasterlayerproperties.h	2007-08-14 00:29:06.000000000 -0800
 -@@ -69,7 +69,7 @@
 -         /** \brief slot executed when the three band radio button is pressed. */
 -         void rbtnThreeBand_toggled( bool );
 -         /** \brief slot executed when user wishes to refresh raster histogram */
 --        void QgsRasterLayerProperties::pbnHistRefresh_clicked();
 -+        void pbnHistRefresh_clicked();
 -         /** Override the SRS specified when the layer was loaded */
 -         void pbnChangeSpatialRefSys_clicked();
 - 
 ---- src/qgsprojectproperties.h	2005-10-23 16:00:18.000000000 -0800
 -+++ src2/qgsprojectproperties.h	2007-08-14 00:32:22.000000000 -0800
 -@@ -60,7 +60,7 @@
 -   /*! Accessor for projection */
 -   QString projectionWKT();
 -   /*! Indicates that the projection switch is on */
 --  bool QgsProjectProperties::isProjected();
 -+  bool isProjected();
 - public slots:
 -   /*! 
 -    * Slot called when a new button (unit) is selected
 -
 ---- src/qgslabel.h.orig	2005-06-03 01:42:55.000000000 -0800
 -+++ src/qgslabel.h	2007-08-14 02:12:34.000000000 -0800
 -@@ -91,7 +91,7 @@
 -     void addRequiredFields ( std::list<int> *fields );
 - 
 -     //! Available vector fields
 --    std::vector<QgsField> & QgsLabel::fields ( void );
 -+    std::vector<QgsField> & fields ( void );
 - 
 -     //! Pointer to default attributes
 -     QgsLabelAttributes *layerAttributes ( void );
 -
 ---- providers/gpx/qgsgpxprovider.h.orig	2005-02-11 14:36:49.000000000 -0900
 -+++ providers/gpx/qgsgpxprovider.h	2007-08-14 12:03:47.000000000 -0800
 -@@ -142,7 +142,7 @@
 - 			     const std::map<QString, QString>& attrs);
 -   
 -   /** Adds one feature (used by addFeatures()) */
 --  bool QgsGPXProvider::addFeature(QgsFeature* f);
 -+  bool addFeature(QgsFeature* f);
 -   
 -   /**Returns the default value for attribute @c attr for feature @c f. */
 -   QString getDefaultValue(const QString& attr, QgsFeature* f);
 -
 ---- plugins/georeferencer/datapointacetate.h.orig	2005-05-01 12:23:17.000000000 -0800
 -+++ plugins/georeferencer/datapointacetate.h	2007-08-14 12:34:48.000000000 -0800
 -@@ -13,7 +13,7 @@
 - class DataPointAcetate : public QgsAcetateObject {
 - public:
 -   
 --  DataPointAcetate::DataPointAcetate(const QgsPoint& pixelCoords,
 -+  DataPointAcetate(const QgsPoint& pixelCoords,
 - 				     const QgsPoint& mapCoords)
 -   // UGLY!
 -     : QgsAcetateObject(const_cast<QgsPoint&>(pixelCoords)),
 -
 ---- plugins/grid_maker/graticulecreator.h.orig	2005-05-29 12:04:47.000000000 -0800
 -+++ plugins/grid_maker/graticulecreator.h	2007-08-14 13:13:03.000000000 -0800
 -@@ -19,8 +19,8 @@
 -                          double theXEndPointDouble,
 -                          double theYEndPointDouble);
 -         ~GraticuleCreator() {};
 --        DBFHandle GraticuleCreator::createDbf (QString theDbfName ) ;
 --        SHPHandle GraticuleCreator::createShapeFile(QString theFileName ); 
 -+        DBFHandle createDbf (QString theDbfName ) ;
 -+        SHPHandle createShapeFile(QString theFileName ); 
 -         void writeDbfRecord (DBFHandle theDbfHandle, int theRecordIdInt, QString theLabel) ;
 -         void writePoint(SHPHandle theShapeHandle, int theRecordInt, double theXDouble, double y ); 
 -         //! Writes a WGS 84 .prj file for the generated grid
 -
 
 --Boundary-00=_V29pISG1Kx2FG+S--

From: "David Yeske" <dyeske@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/126577: [Update]graphics/qgis:update to 0.11.0
Date: Fri, 29 Aug 2008 02:45:48 -0400

 There are some issues packaging with grass.  I am currently looking
 into this with Beech.
 
 On Sun, Aug 17, 2008 at 1:50 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of graphics/qgis,
 >
 > Please note that PR ports/126577 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126577
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
State-Changed-From-To: feedback->open 
State-Changed-By: beech 
State-Changed-When: Sun Aug 31 06:29:49 UTC 2008 
State-Changed-Why:  
Working on it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126577 
State-Changed-From-To: open->suspended 
State-Changed-By: beech 
State-Changed-When: Tue Oct 21 15:16:39 UTC 2008 
State-Changed-Why:  
Needs unsolved configure work. 


Responsible-Changed-From-To: beech->freebsd-ports-bugs 
Responsible-Changed-By: beech 
Responsible-Changed-When: Tue Oct 21 15:16:39 UTC 2008 
Responsible-Changed-Why:  
Needs unsolved configure work. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126577 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126577: commit references a PR
Date: Tue, 21 Oct 2008 15:16:40 +0000 (UTC)

 beech       2008-10-21 15:16:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/qgis        Makefile 
   Log:
   - Back to pool
   
   If someone uses this port and is willing to work with the upstream developer,
   feel free to adopt it.
   
   PR:             ports/126577
   Approved by:    portmgr
   
   Revision  Changes    Path
   1.14      +1 -1      ports/graphics/qgis/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: suspended->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 20 19:05:32 UTC 2008 
State-Changed-Why:  
Closed on submitter's request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126577 
>Unformatted:
