Port details |
- saga System for Automated Geoscientific Analyses
- 9.6.1 math =3 9.6.1Version of this port present on the latest quarterly branch.
- Maintainer: rhurlin@FreeBSD.org
- Port Added: 2009-11-17 09:12:43
- Last Update: 2024-10-25 16:47:27
- Commit Hash: f63d4e3
- People watching this port, also watch:: wmweather+, qgis, R, mdbtools, mpb
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1729864933
SHA256 (saga-9.6.1.tar.gz) = 0661b354f399a64b0b12d1a7742f651953efb5e4c1135101b612979f0f113862
SIZE (saga-9.6.1.tar.gz) = 9817735
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
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- swig : devel/swig
- libvigraimpex.so : graphics/vigra
- update-desktop-database : devel/desktop-file-utils
- python3.11 : lang/python311
- 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
- libpdalcpp.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/postgresql16-client
- libwx_baseu-3.2.so : x11-toolkits/wxgtk32@gtk3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for saga-9.6.1:
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 desktop-file-utils dos2unix gnome iconv:wchar_t localbase pkgconfig python pgsql
- pkg-message:
- If upgrading
- Your SAGA GIS installation now resides under
/usr/local/lib/saga
Besides the graphical user interface saga_gui, saga_cmd is of
particular importance for processing geodata. The latter can
be used in scripts or directly in the shell.
All extra material like helpers and templates are at
/usr/local/share/saga/
Predefined ToolChains in xml format are located under
/usr/local/share/saga/toolchains/
A ToolChains manual and cheatsheet can be found at
/usr/local/share/saga/docs
Using the SAGA Python package PySAGA, the majority of all
SAGA tools and functions, including the Grid Calculator,
can be used directly in Python. The PySAGA package is
located in the following directory
/usr/local/lib/python3.11/site-packages/PySAGA
Python scripts with examples, utilities, and test data
are located at:
/usr/local/share/saga/python/
A good starting point is the script saga_python_example.py.
Another good example can be found at
https://sourceforge.net/p/saga-gis/news/2023/10/saga-920-released/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.5 04 Sep 2010 12:53:44 |
makc |
Update to 2.0.5
PR: based on ports/150157
Submitted by: Rainer Hurling (maintainer) |
2.0.4_4 03 Aug 2010 13:35:21 |
osa |
Update from 1.6.0 to 1.7.2.
Since port isn't updated regularly and previous update was made a
year ago with a maintainer timeout, pass the maintainership to the
submitter of the last two updates.
Bump PORTREVISIONs in dependent ports.
Submitted by: glebius
PR: ports/149072 |
2.0.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.0.4_1 27 Nov 2009 23:17:38 |
miwi |
- Chase graphics/proj shlib bump |
2.0.4 17 Nov 2009 09:12:08 |
miwi |
SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free,
hybrid, cross-platform GIS software.
The heart of SAGA is it's 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
it's great flexibility.
WWW: http://www.saga-gis.org/en/index.html
PR: ports/140559
Submitted by: rhurlin |