| Port details on branch 2023Q2 |
- saga System for Automated Geoscientific Analyses
- 9.0.2 math
=0 9.11.3Version of this port present on the latest quarterly branch. - Maintainer: rhurlin@FreeBSD.org
 - Port Added: 2023-04-22 09:51:06
- Last Update: 2023-05-28 17:47:10
- Commit Hash: 059aa68
- License: GPLv2 LGPL21
- WWW:
- http://www.saga-gis.org/en/index.html
- Description:
- SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free,
hybrid, cross-platform GIS software.
The heart of SAGA is its C++ and thus object oriented Application Programming
Interface (API), providing data object definitions and computational methods for
raster, vector and tabular data. As a normal user, you will not get into touch
with the API. But as an interested scientist or coder you will soon discover
its great flexibility.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/math/saga/ && make install clean
- To add the package, run one of these commands:
- pkg install math/saga
- pkg install saga
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: saga
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685287294
SHA256 (saga-9.0.2.tar.gz) = 772aae9ee44e4251752e8fd7b0d8fd42537b59b8a692c7d3d6cf13aea07d3d71
SIZE (saga-9.0.2.tar.gz) = 8348999
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- libvigraimpex.so : graphics/vigra
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- swig : devel/swig
- libvigraimpex.so : graphics/vigra
- python3.9 : lang/python39
- Library dependencies:
-
- libcurl.so : ftp/curl
- libfftw3.so : math/fftw3
- libgdal.so : graphics/gdal
- libhdf5.so : science/hdf5
- libhpdf.so : print/libharu
- libodbc.so : databases/unixODBC
- libopencv_core.so : graphics/opencv
- libpdal_base.so : math/pdal
- libproj.so : graphics/proj
- libsvm.so : science/libsvm
- libsz.so : science/libaec
- libtiff.so : graphics/tiff
- libiconv.so : converters/libiconv
- libpq.so.5 : databases/postgresql13-client
- libwx_baseu-3.2.so : x11-toolkits/wxgtk32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for saga-9.0.2:
PGSQL=on: PostgreSQL database support
OPENMP=on: Enable Multiprocessing (only amd64, i386 and powerpc64*)
VIGRA=on: Enable 'Vision with Generic Algorithms' Library
===> Use 'make config' to modify these settings
- Options name:
- math_saga
- USES:
- cmake compiler:c++17-lang dos2unix gnome iconv:wchar_t libtool localbase pkgconfig python pgsql
- pkg-message:
- For install:
- Unlike to windows systems, saga_cmd should be instantly available in
the shell as it is usually installed in /usr/local/bin.
Next you have to set the environmental variable SAGA_MLB to make SAGA
know where the SAGA module libraries exist on your system. You can do
this permanently by adding the following command to your .bashrc file
or by defining it temporarily on the command line before executing
SAGA CMD:
export SAGA_MLB=/yourPathToSAGA_tools
e.g.:
export SAGA_MLB=/usr/local/lib/saga
Now your system is prepared for using SAGA CMD to execute SAGA
modules.
- If upgrading from < 2.2.0:
- From SAGA GIS 2.2.0 on, there is some example and test data installed.
Predefined ToolChains are located at
/usr/local/share/saga/toolchains/
Python scripts with examples, helpers and test data reside at
/usr/local/share/saga/python/
- Master Sites:
|