Index: head/math/saga/Makefile =================================================================== --- head/math/saga/Makefile (revision 391364) +++ head/math/saga/Makefile (revision 391365) @@ -1,115 +1,114 @@ # Created by: Rainer Hurling # $FreeBSD$ PORTNAME= saga -PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ libgdal.so:${PORTSDIR}/graphics/gdal \ libhpdf.so:${PORTSDIR}/print/libharu \ libjasper.so:${PORTSDIR}/graphics/jasper \ libtiff.so:${PORTSDIR}/graphics/tiff \ libodbc.so:${PORTSDIR}/databases/unixODBC \ liblas.so:${PORTSDIR}/devel/liblas12 \ libopencv_ml.so:${PORTSDIR}/graphics/opencv RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ --enable-python CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lopencv_contrib USE_LDCONFIG= yes USE_CXXSTD= c++11 USE_WX= 3.0+ USES= autoreconf compiler:gcc-c++11-lib iconv:wchar_t dos2unix libtool python:2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WX_UNICODE= yes DESKTOP_ENTRIES= "SAGA GIS" "${COMMENT}" "${DATADIR}/saga.png" \ "saga_gui" "Science;Geoscience;Math;" true +INSTALLS_ICONS= yes DOS2UNIX_GLOB= *.cpp *.h PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= PGSQL OPENMP VIGRA OPTIONS_DEFAULT= PGSQL OPENMP VIGRA NO_OPTIONS_SORT= yes OPTIONS_SUB= yes OPENMP_DESC= Enable Multiprocessing VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library OPENMP_CONFIGURE_ENABLE= openmp OPENMP_LDFLAGS= -pthread PGSQL_CONFIGURE_OFF= --with-postgresql=no PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config PGSQL_LIB_DEPENDS= libpq.so:${PORTSDIR}/databases/postgresql93-client VIGRA_BUILD_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra .include post-extract: @${REINPLACE_CMD} -e 's|wx-config |${WX_CONFIG} |g' \ ${WRKSRC}/configure.ac \ ${WRKSRC}/src/saga_core/saga_api/Makefile.am \ ${WRKSRC}/src/saga_core/saga_cmd/Makefile.am \ ${WRKSRC}/src/saga_core/saga_gdi/Makefile.am \ ${WRKSRC}/src/saga_core/saga_gui/Makefile.am \ ${WRKSRC}/src/modules/garden/garden_3d_viewer/Makefile.am \ ${WRKSRC}/src/modules/garden/garden_webservices/Makefile.am \ ${WRKSRC}/src/modules/io/io_grid_image/Makefile.am \ ${WRKSRC}/src/modules/io/io_shapes/Makefile.am \ ${WRKSRC}/src/modules/pointcloud/pointcloud_tools/Makefile.am \ ${WRKSRC}/src/modules/pointcloud/pointcloud_viewer/Makefile.am \ ${WRKSRC}/src/modules/tin/tin_viewer/Makefile.am \ ${WRKSRC}/src/modules/statistics/statistics_kriging/Makefile.am post-patch: @${REINPLACE_CMD} -e 's|-lcv|-lopencv_core -lopencv_imgproc|g' \ ${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am @${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2316)" + "\\n"|' \ + @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2537)" + "\\n"|' \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp .if ${ARCH} == "powerpc" @${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ ${WRKSRC}/src/saga_core/saga_api/api_core.h .endif post-configure: @${REINPLACE_CMD} -e 's|cd $$(pkgdatadir);|cd ${STAGEDIR}${DATADIR};|g' \ ${WRKSRC}/src/saga_core/saga_gui/Makefile @${REINPLACE_CMD} -e 's|mv saga_srs.txt saga_prj.srs|mv ${STAGEDIR}${DATADIR}/saga_srs.txt ${STAGEDIR}${DATADIR}/saga_prj.srs|g' \ ${WRKSRC}/src/saga_core/saga_gui/Makefile @${REINPLACE_CMD} -e 's|mv saga_dic.txt saga_prj.dic|mv ${STAGEDIR}${DATADIR}/saga_dic.txt ${STAGEDIR}${DATADIR}/saga_prj.dic|g' \ ${WRKSRC}/src/saga_core/saga_gui/Makefile post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga_tip.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.lng.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.ger.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.png ${STAGEDIR}${DATADIR} - ${CHMOD} -R a+rw ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsaga_api-${PORTVERSION}.so @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_saga_api-${PORTVERSION}.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsaga_gdi-${PORTVERSION}.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/saga/*.so # library helper files are not needed and cripple some math/qgis extensions @${RM} ${STAGEDIR}${PREFIX}/lib/saga/*.la .include Index: head/math/saga/distinfo =================================================================== --- head/math/saga/distinfo (revision 391364) +++ head/math/saga/distinfo (revision 391365) @@ -1,2 +1,2 @@ -SHA256 (saga_2.1.4.tar.gz) = 694e4102f592f512c635328c40fdeff33493f74698d9466bb654baf3247e7b76 -SIZE (saga_2.1.4.tar.gz) = 3892039 +SHA256 (saga_2.2.0.tar.gz) = 50b2e642331c817606bc954302e53757c4ffa6f6d6f468e12caeaaa7a182edaf +SIZE (saga_2.2.0.tar.gz) = 3914509 Index: head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp =================================================================== --- head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp (revision 391364) +++ head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp (nonexistent) @@ -1,31 +0,0 @@ ---- src/saga_core/saga_gui/dlg_about.cpp.orig 2014-09-04 20:46:26.000000000 +0200 -+++ src/saga_core/saga_gui/dlg_about.cpp 2014-09-04 21:11:43.000000000 +0200 -@@ -65,6 +65,7 @@ - #include - - #include -+#include - - #include "helper.h" - -@@ -246,7 +247,19 @@ - #elif defined(__GNUWIN32__) - "Gnu-Win32 compiler" - #elif defined(__GNUG__) -- "Gnu C++" -+ #if wxCHECK_GCC_VERSION(5,0) -+ "Gnu C++ 5.0" -+ #elif wxCHECK_GCC_VERSION(4,9) -+ "Gnu C++ 4.9" -+ #elif wxCHECK_GCC_VERSION(4,8) -+ "Gnu C++ 4.8" -+ #elif wxCHECK_GCC_VERSION(4,7) -+ "Gnu C++ 4.7" -+ #elif wxCHECK_GCC_VERSION(4,6) -+ "Gnu C++ 4.6" -+ #else -+ "Gnu C++" -+ #endif - #elif defined(__MWERKS__) - "CodeWarrior MetroWerks compiler" - #elif defined(__SUNCC__) Property changes on: head/math/saga/files/patch-src__saga_core__saga_gui__dlg_about.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h =================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h (revision 391364) +++ head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h (nonexistent) @@ -1,12 +0,0 @@ ---- src/modules/imagery/imagery_opencv/opencv.h.orig 2014-09-02 12:47:18.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv.h 2014-09-02 12:48:48.000000000 +0200 -@@ -74,7 +74,8 @@ - - //--------------------------------------------------------- - #include -- -+#include -+#include - - /////////////////////////////////////////////////////////// - // // Property changes on: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp =================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp (revision 391364) +++ head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp (nonexistent) @@ -1,13 +0,0 @@ ---- src/modules/imagery/imagery_opencv/opencv_nnet.cpp.orig 2013-10-24 19:04:27.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv_nnet.cpp 2013-10-24 19:06:05.000000000 +0200 -@@ -60,8 +60,8 @@ - - //--------------------------------------------------------- - #include "opencv_nnet.h" --#include "opencv\cxcore.h" --#include "opencv\ml.h" -+#include -+#include - - /////////////////////////////////////////////////////////// - // // Property changes on: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp =================================================================== --- head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp (revision 391364) +++ head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp (nonexistent) @@ -1,19 +0,0 @@ ---- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2014-03-28 16:06:55.000000000 +0100 -+++ src/saga_core/saga_cmd/saga_cmd.cpp 2014-03-28 16:09:04.000000000 +0100 -@@ -65,6 +65,7 @@ - - #include - #include -+#include - - #include "callback.h" - -@@ -164,7 +165,7 @@ - //--------------------------------------------------------- - bool Run(int argc, char *argv[]) - { -- setlocale(LC_NUMERIC, "C"); -+ std::setlocale(LC_NUMERIC, "C"); - - SG_Set_UI_Callback(CMD_Get_Callback()); - Property changes on: head/math/saga/files/patch-src__saga_core__saga_cmd__saga_cmd.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h =================================================================== --- head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h (revision 391364) +++ head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h (nonexistent) @@ -1,13 +0,0 @@ ---- src/modules/imagery/imagery_opencv/opencv_nnet.h.orig 2013-10-24 19:07:03.000000000 +0200 -+++ src/modules/imagery/imagery_opencv/opencv_nnet.h 2013-10-24 19:08:34.000000000 +0200 -@@ -64,8 +64,8 @@ - - //--------------------------------------------------------- - #include "MLB_Interface.h" --#include "opencv\cxcore.h" --#include "opencv\ml.h" -+#include -+#include - - /////////////////////////////////////////////////////////// - // // Property changes on: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv_net.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src__modules__io__io_shapes_las__las_export.cpp =================================================================== --- head/math/saga/files/patch-src__modules__io__io_shapes_las__las_export.cpp (revision 391364) +++ head/math/saga/files/patch-src__modules__io__io_shapes_las__las_export.cpp (nonexistent) @@ -1,21 +0,0 @@ ---- src/modules/io/io_shapes_las/las_export.cpp.orig 2014-01-09 10:24:11 UTC -+++ src/modules/io/io_shapes_las/las_export.cpp -@@ -333,12 +333,12 @@ bool CLAS_Export::On_Execute(void) - y = pPoints->Get_Y(i); - z = pPoints->Get_Z(i); - -- x < xmin ? xmin = x : NULL; -- x > xmax ? xmax = x : NULL; -- y < ymin ? ymin = y : NULL; -- y > ymax ? ymax = y : NULL; -- z < zmin ? zmin = z : NULL; -- z > zmax ? zmax = z : NULL; -+ x < xmin ? xmin = x : 0.0; -+ x > xmax ? xmax = x : 0.0; -+ y < ymin ? ymin = y : 0.0; -+ y > ymax ? ymax = y : 0.0; -+ z < zmin ? zmin = z : 0.0; -+ z > zmax ? zmax = z : 0.0; - - point.SetCoordinates(x, y, z); - Property changes on: head/math/saga/files/patch-src__modules__io__io_shapes_las__las_export.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h =================================================================== --- head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h (nonexistent) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h (revision 391365) @@ -0,0 +1,12 @@ +--- src/modules/imagery/imagery_opencv/opencv.h.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv.h +@@ -74,7 +74,8 @@ + + //--------------------------------------------------------- + #include +- ++#include ++#include + + /////////////////////////////////////////////////////////// + // // Property changes on: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp =================================================================== --- head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp (nonexistent) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp (revision 391365) @@ -0,0 +1,13 @@ +--- src/modules/imagery/imagery_opencv/opencv_nnet.cpp.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv_nnet.cpp +@@ -60,8 +60,8 @@ + + //--------------------------------------------------------- + #include "opencv_nnet.h" +-#include "opencv\cxcore.h" +-#include "opencv\ml.h" ++#include ++#include + + /////////////////////////////////////////////////////////// + // // Property changes on: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h =================================================================== --- head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h (nonexistent) +++ head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h (revision 391365) @@ -0,0 +1,13 @@ +--- src/modules/imagery/imagery_opencv/opencv_nnet.h.orig 2015-02-26 07:51:59 UTC ++++ src/modules/imagery/imagery_opencv/opencv_nnet.h +@@ -64,8 +64,8 @@ + + //--------------------------------------------------------- + #include "MLB_Interface.h" +-#include "opencv\cxcore.h" +-#include "opencv\ml.h" ++#include ++#include + + /////////////////////////////////////////////////////////// + // // Property changes on: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv__nnet.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp =================================================================== --- head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp (nonexistent) +++ head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp (revision 391365) @@ -0,0 +1,19 @@ +--- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2015-02-26 07:51:10 UTC ++++ src/saga_core/saga_cmd/saga_cmd.cpp +@@ -65,6 +65,7 @@ + + #include + #include ++#include + + #include "callback.h" + +@@ -164,7 +165,7 @@ _except(1) + //--------------------------------------------------------- + bool Run(int argc, char *argv[]) + { +- setlocale(LC_NUMERIC, "C"); ++ std::setlocale(LC_NUMERIC, "C"); + + SG_Set_UI_Callback(CMD_Get_Callback()); + Property changes on: head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp =================================================================== --- head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp (nonexistent) +++ head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp (revision 391365) @@ -0,0 +1,31 @@ +--- src/saga_core/saga_gui/dlg_about.cpp.orig 2015-04-30 11:42:32 UTC ++++ src/saga_core/saga_gui/dlg_about.cpp +@@ -65,6 +65,7 @@ + #include + + #include ++#include + + #include "helper.h" + +@@ -246,7 +247,19 @@ wxString CDLG_About::_Get_Version(void) + #elif defined(__GNUWIN32__) + "Gnu-Win32 compiler" + #elif defined(__GNUG__) +- "Gnu C++" ++ #if wxCHECK_GCC_VERSION(5,0) ++ "Gnu C++ 5.0" ++ #elif wxCHECK_GCC_VERSION(4,9) ++ "Gnu C++ 4.9" ++ #elif wxCHECK_GCC_VERSION(4,8) ++ "Gnu C++ 4.8" ++ #elif wxCHECK_GCC_VERSION(4,7) ++ "Gnu C++ 4.7" ++ #elif wxCHECK_GCC_VERSION(4,6) ++ "Gnu C++ 4.6" ++ #else ++ "Gnu C++" ++ #endif + #elif defined(__MWERKS__) + "CodeWarrior MetroWerks compiler" + #elif defined(__SUNCC__) Property changes on: head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/saga/pkg-plist =================================================================== --- head/math/saga/pkg-plist (revision 391364) +++ head/math/saga/pkg-plist (revision 391365) @@ -1,118 +1,123 @@ bin/saga_cmd bin/saga_gui include/saga/saga_core/saga_api/api_core.h include/saga/saga_core/saga_api/compatibility.h include/saga/saga_core/saga_api/data_manager.h include/saga/saga_core/saga_api/dataobject.h include/saga/saga_core/saga_api/geo_tools.h include/saga/saga_core/saga_api/grid.h include/saga/saga_core/saga_api/grid_pyramid.h include/saga/saga_core/saga_api/mat_tools.h include/saga/saga_core/saga_api/metadata.h include/saga/saga_core/saga_api/module.h include/saga/saga_core/saga_api/module_library.h include/saga/saga_core/saga_api/parameters.h include/saga/saga_core/saga_api/pointcloud.h include/saga/saga_core/saga_api/saga_api.h include/saga/saga_core/saga_api/shapes.h include/saga/saga_core/saga_api/table.h include/saga/saga_core/saga_api/table_dbase.h include/saga/saga_core/saga_api/table_value.h include/saga/saga_core/saga_api/tin.h include/saga/saga_core/saga_gdi/3d_view.h include/saga/saga_core/saga_gdi/3d_view_tools.h include/saga/saga_core/saga_gdi/saga_gdi.h include/saga/saga_core/saga_gdi/sgdi_core.h include/saga/saga_core/saga_gdi/sgdi_diagram.h include/saga/saga_core/saga_gdi/sgdi_dialog.h include/saga/saga_core/saga_gdi/sgdi_helper.h lib/libsaga_api-%%PORTVERSION%%.so lib/libsaga_api.so lib/libsaga_gdi-%%PORTVERSION%%.so lib/libsaga_gdi.so %%PYTHON_SITELIBDIR%%/_saga_api-%%PORTVERSION%%.so %%PYTHON_SITELIBDIR%%/_saga_api.a %%PYTHON_SITELIBDIR%%/_saga_api.so %%PYTHON_SITELIBDIR%%/saga_api.py %%PYTHON_SITELIBDIR%%/saga_api.pyc %%PYTHON_SITELIBDIR%%/saga_api.pyo lib/saga/libclimate_tools.so lib/saga/libcontrib_perego.so lib/saga/libdb_odbc.so %%PGSQL%%lib/saga/libdb_pgsql.so lib/saga/libdocs_html.so lib/saga/libdocs_pdf.so lib/saga/libgarden_3d_viewer.so lib/saga/libgarden_fractals.so lib/saga/libgarden_games.so lib/saga/libgarden_learn_to_program.so lib/saga/libgarden_webservices.so lib/saga/libgrid_analysis.so lib/saga/libgrid_calculus.so lib/saga/libgrid_calculus_bsl.so lib/saga/libgrid_filter.so lib/saga/libgrid_gridding.so lib/saga/libgrid_spline.so lib/saga/libgrid_tools.so lib/saga/libgrid_visualisation.so lib/saga/libimagery_classification.so +lib/saga/libimagery_maxent.so lib/saga/libimagery_opencv.so lib/saga/libimagery_photogrammetry.so lib/saga/libimagery_segmentation.so lib/saga/libimagery_svm.so lib/saga/libimagery_tools.so %%VIGRA%%lib/saga/libimagery_vigra.so lib/saga/libio_esri_e00.so lib/saga/libio_gdal.so lib/saga/libio_gps.so lib/saga/libio_grid.so lib/saga/libio_grid_grib2.so lib/saga/libio_grid_image.so lib/saga/libio_shapes.so lib/saga/libio_shapes_dxf.so lib/saga/libio_shapes_las.so lib/saga/libio_table.so lib/saga/libio_virtual.so lib/saga/libpj_georeference.so lib/saga/libpj_proj4.so lib/saga/libpointcloud_tools.so lib/saga/libpointcloud_viewer.so lib/saga/libshapes_grid.so lib/saga/libshapes_lines.so lib/saga/libshapes_points.so lib/saga/libshapes_polygons.so lib/saga/libshapes_tools.so lib/saga/libshapes_transect.so lib/saga/libsim_cellular_automata.so lib/saga/libsim_ecosystems_hugget.so lib/saga/libsim_erosion.so lib/saga/libsim_fire_spreading.so lib/saga/libsim_hydrology.so lib/saga/libsim_ihacres.so lib/saga/libstatistics_grid.so lib/saga/libstatistics_kriging.so lib/saga/libstatistics_points.so lib/saga/libstatistics_regression.so lib/saga/libta_channels.so lib/saga/libta_compound.so lib/saga/libta_hydrology.so lib/saga/libta_lighting.so lib/saga/libta_morphometry.so lib/saga/libta_preprocessor.so lib/saga/libta_profiles.so lib/saga/libta_slope_stability.so lib/saga/libtable_calculus.so lib/saga/libtable_tools.so lib/saga/libtin_tools.so lib/saga/libtin_viewer.so man/man1/saga_cmd.1.gz man/man1/saga_gui.1.gz share/appdata/saga.appdata.xml share/applications/saga.desktop share/pixmaps/saga.png +@mode 0777 +@dir %%DATADIR%% +@mode 0666 %%DATADIR%%/saga.ger.txt %%DATADIR%%/saga.lng.txt +%%DATADIR%%/saga_tip.txt +@mode %%DATADIR%%/saga.png %%DATADIR%%/saga_prj.dic %%DATADIR%%/saga_prj.srs -%%DATADIR%%/saga_tip.txt