Port details |
- grass7 Open source Geographical Information System (GIS)
- 7.8.8_8 databases =2 7.8.8_6Version of this port present on the latest quarterly branch.
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2017-07-30 14:18:44
- Last Update: 2024-12-16 22:42:17
- Commit Hash: aa1f9b1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: geography
- License: GPLv2+
- WWW:
- https://grass.osgeo.org/
- Description:
- Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- grass7>0:databases/grass7
- To install the port:
- cd /usr/ports/databases/grass7/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/grass7
- pkg install grass7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: grass7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709187366
SHA256 (grass-7.8.8.tar.gz) = ba9620a87a89ad924670ce193a8de00329f57e7389539596698849e5ee5deebe
SIZE (grass-7.8.8.tar.gz) = 66331485
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:
-
- six.py : devel/py-six@py311
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- six.py : devel/py-six@py311
- py311-sqlite3>0 : databases/py-sqlite3@py311
- python3.11 : lang/python311
- __init__.py : x11-toolkits/py-wxPython4@py311
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xrender.pc : x11/libXrender
- xt.pc : x11-toolkits/libXt
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libgdal.so : graphics/gdal
- libpng.so : graphics/png
- libproj.so : graphics/proj
- libtiff.so : graphics/tiff
- libfftw3.so : math/fftw3
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libgeos.so : graphics/geos
- libnetcdf.so : science/netcdf
- libpdalcpp.so : math/pdal
- libzstd.so : archivers/zstd
- libblas.so : math/blas
- liblapack.so : math/lapack
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libcairo.so : graphics/cairo
- libjpeg.so : graphics/jpeg-turbo
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql16-client
- libsqlite3.so : databases/sqlite3
- 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 grass7-7.8.8_8:
NETCDF=on: NetCDF data format support
NLS=on: Native Language Support
PDAL=on: Enable points cloud data modules
ZSTD=on: Zstandard compression support
====> Database support: you have to choose at least one of them
MYSQL=off: MySQL database support
ODBC=off: ODBC database backend
PGSQL=on: PostgreSQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- databases_grass7
- USES:
- blaslapack compiler:c11 gl gmake gnome iconv jpeg perl5 pkgconfig python readline shebangfix xorg gettext pgsql sqlite
- pkg-message:
- For install:
- To run the wxpython based GUI:
export GRASS_PYTHON=/usr/local/bin/python3.11
grass -gui
To map gcc for numpy, add:
libgcc_s.so.1 gcc9/libgcc_s.so.1
libgomp.so.1 gcc9/libgomp.so.1
libssp.so.0 gcc9/libssp.so.0
libstdc++.so.6 gcc9/libstdc++.so.6
to /usr/local/etc/libmap.d/gcc.conf. Use your local gcc version
instead of gcc9.
This is required for some modules using fortran.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.2_4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
7.2.2_4 31 Oct 2017 18:20:44 |
tcberner |
Update math/pdal to 1.6
* bump revision in databases/grass7
PR: 222995
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
7.2.2_3 21 Oct 2017 20:18:16 |
sunpoet |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases |
7.2.2_2 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
7.2.2_1 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
7.2.2 19 Sep 2017 14:02:14 |
wen |
- Update to 7.2.2
PR: 222401
Submitted by: lbartoletti@tuxfamily.org(maintainer) |
7.2.1_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
7.2.1 30 Jul 2017 14:18:29 |
pi |
New port: databases/grass7
databases/grass: renamed to databases/grass6
- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6
Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).
WWW: http://grass.osgeo.org/
PR: 221087
Submitted by: lbartoletti@tuxfamily.org |