| Port details |
- saga System for Automated Geoscientific Analyses
- 9.12.3_1 math
=1 9.11.4Version of this port present on the latest quarterly branch. - Maintainer: rhurlin@FreeBSD.org
 - Port Added: 2009-11-17 09:12:43
- Last Update: 2026-05-12 09:31:08
- Commit Hash: a7cc06d
- People watching this port, also watch:: ggobi, postgis-jdbc, geos, qgis
- 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 = 1778515499
SHA256 (saga-9.12.3.tar.gz) = 18b54593781a4c9ebe005dd5936d35370cdeb4323a55303543bb04dca1f2a830
SIZE (saga-9.12.3.tar.gz) = 10634854
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
- libexiv2.so : graphics/exiv2
- 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/postgresql18-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.12.3_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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.1.2 03 Jul 2014 01:56:05
  |
danilo  |
- Update from 2.1.1 to 2.1.2
- Fix LICENSE
- Fix build on i386
- Install language and desktop files
PR: ports/191491
Submitted by: Rainer Hurling <rhurlin@gwdg.de> |
2.1.1_3 06 May 2014 07:03:23
  |
bapt  |
Fix build after r353029
Change to 'USES=compiler:gcc-c++11-lib' to simplify the makefile
PR: ports/189389
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.1.1_2 05 May 2014 16:24:01
  |
bapt  |
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr |
2.1.1_1 26 Apr 2014 18:18:40
  |
sunpoet  |
- Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News |
2.1.1 26 Apr 2014 06:29:05
  |
sunpoet  |
- Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check
Reported by: swills
Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.1.1 27 Mar 2014 16:43:44
  |
sunpoet  |
- Use USE_GCC=yes [1]
- Use PORTVERSION instead of hard-coded "2.1.1" [2]
Submitted by: bapt [1], sunpoet (myself) [2]
Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.1.1 25 Mar 2014 19:41:30
  |
sunpoet  |
- Update to 2.1.1
- While I'm here:
- Convert to new options helper
- Remove deprecated PTHREAD_*
- No need to print PKGMESSAGE manually
Changes: http://sourceforge.net/apps/trac/saga-gis/attachment/wiki/Changelog%202.1.1/changelog_saga_2.1.1.txt
PR: ports/187795
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Tested by: redports |
2.1.0_3 24 Mar 2014 15:06:28
  |
bapt  |
Add a forgotten patch to fix build with libc++ |
2.1.0_3 24 Mar 2014 14:06:57
  |
bapt  |
Switch to wx 3.0
Use gcc with libc++ on libc++ version of freebsd (this fixes build on FreeBSD 10
and 11)
Support stage
Couple of modernisations |
2.1.0_3 10 Mar 2014 16:25:34
  |
bapt  |
Convert m* to USES=zip |
2.1.0_3 22 Jan 2014 15:52:11
  |
mat  |
Fixup props the rest of pkg-*
With hat: portmgr
Sponsored by: Absolight |
2.1.0_3 22 Jan 2014 15:17:15
  |
mat  |
Fixup svn props on pkg-plist*
Fixup one plist with bad line endings.
Sponsored by: Absolight |
2.1.0_3 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.1.0_3 04 Dec 2013 02:51:00
  |
jhale  |
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry |
2.1.0_2 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.1.0_2 21 Aug 2013 03:46:21
  |
sunpoet  |
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News |
2.1.0_1 08 Aug 2013 11:24:28
  |
wg  |
math/saga: fix opencv linking in 10-CURRENT
- There had been a change in default the behaviour of /usr/bin/ld with
r253839 from 2013-07-31. After this change ld was not able to use
libopencv_legacy.so any more, because it complains about missing symbols
from libopencv_core.so.
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer, via email) |
2.1.0 31 Jul 2013 14:40:03
  |
wg  |
math/saga: update to 2.1.0
- Update to 2.1.0 [1]
- Fix autotools
Changes: http://sourceforge.net/p/saga-gis/news/2013/07/saga-210-is-released/
PR: ports/180366 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer) |
2.0.8_4 23 Jan 2013 15:00:19
  |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
2.0.8_3 22 Jan 2013 23:12:21
  |
makc  |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers |
2.0.8_3 01 Nov 2012 14:42:59
  |
bdrewery  |
- Fix build with clang [1]
- Trim header
PR: ports/173148 [1]
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1]
Feature safe: yes |
2.0.8_3 09 Jun 2012 19:07:06
 |
beech  |
- Fix build after the update of graphics/vigra
PR: ports/168869
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.8_3 06 Jun 2012 20:56:29
 |
sylvio  |
- Convert to new optionsNG
PR: ports/168694
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.8_3 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.0.8_2 19 May 2012 10:07:14
 |
sunpoet  |
- Bump PORTREVISION for graphics/gdal shlib change |
2.0.8_1 07 May 2012 08:12:53
 |
wen  |
- Bump PORTREVISION to chase the update of graphics/proj |
2.0.8 03 Jan 2012 23:30:55
 |
miwi  |
- Update to 2.0.8
PR: 162858
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.7_4 28 Dec 2011 06:38:35
 |
linimon  |
Attempt to fix build on powerpc (32-bit).
Hat: portmgr |
2.0.7_4 19 Oct 2011 20:46:32
 |
pawel  |
Fix segfault in saga_cmd
PR: ports/161781
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.7_3 16 Jul 2011 17:10:27
 |
beech  |
- Add support for graphics/vigra
PR: ports/158952
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.7_2 29 Jun 2011 11:46:01
 |
mm  |
Update OpenCV to 2.3.0-rc |
2.0.7_1 26 Jun 2011 18:04:46
 |
beech  |
- Add python bindings
- Bump portrevision
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.0.7 21 May 2011 19:37:28
 |
beech  |
-Update to 2.0.7
-New modules and features (online help for modules etc.).
-Many bugfixes (also some FreeBSD related) are included
PR: ports/156948
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by: itetcu (mentor)(implicit) |
2.0.6_1 29 Jan 2011 13:09:13
 |
sunpoet  |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes |
2.0.6 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.0.6 24 Nov 2010 05:55:24
 |
beech  |
Update to 2.0.6
Remove MD5
PR: 152410
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by: itetcu |
2.0.5 09 Sep 2010 05:30:32
 |
makc  |
Fix build on i386
Reported by: pointyhat
Submitted by: Rainer Hurling (maintainer) |
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 |