| Port details on branch 2020Q3 |
- grass7 Open source Geographical Information System (GIS)
- 7.8.3 databases
=0 7.8.3Version of this port present on the latest quarterly branch. - Maintainer: lbartoletti@FreeBSD.org
 - Port Added: 2020-09-03 04:23:52
- Last Update: 2020-09-03 04:23:44
- Commit Hash: 2f0cec9
- 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).
WWW: https://grass.osgeo.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1591171725
SHA256 (grass-7.8.3.tar.gz) = 25e79a0d513927b4f783a871f4f4bb7cd43c87ab4abd5523348b32411356a95b
SIZE (grass-7.8.3.tar.gz) = 60292787
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@py37
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.7 : lang/python37
- msgfmt : devel/gettext-tools
- libwx_baseu-3.0.so.0 : x11-toolkits/wxgtk30
- 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.30.r1<5.31 : lang/perl5.30
- Runtime dependencies:
-
- six.py : devel/py-six@py37
- py37-sqlite3>0 : databases/py-sqlite3@py37
- python3.7 : lang/python37
- __init__.py : x11-toolkits/py-wxPython40@py37
- 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.30.r1<5.31 : lang/perl5.30
- 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
- liblas.so : devel/liblas
- libboost_program_options.so : devel/boost-libs
- libboost_thread.so : devel/boost-libs
- libgeotiff.so : graphics/libgeotiff
- libnetcdf.so : science/netcdf
- libpdal_base.so : math/pdal
- libzstd.so : archivers/zstd
- libblas.so : math/blas
- liblapack.so : math/lapack
- libGL.so : graphics/mesa-libs
- 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/postgresql11-client
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for grass7-7.8.3:
LAS=on: Enable LiDAR modules
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:features gl gmake gnome iconv jpeg perl5 pkgconfig python:3.6+ readline shebangfix xorg gettext pgsql sqlite xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.8.3 03 Sep 2020 04:23:44
    |
Loïc Bartoletti (lbartoletti)  |
MFH: r546879
databases/grass7: fix build on 11i386
When I added the option for compiling with openmp, like other ports, I don't use
compiler:openmp but directly the default compiler because it works just as well.
However, on FreeBSD 11, grass only builds well with LLVM90.
While I'm here I added with-proj-[includes|libs] to be more thorough
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D25712
Approved by: ports-secteam (joneum) |
7.8.3 03 Sep 2020 04:23:44
  |
lbartoletti  |
MFH: r546879
databases/grass7: fix build on 11i386
When I added the option for compiling with openmp, like other ports, I don't use
compiler:openmp but directly the default compiler because it works just as well.
However, on FreeBSD 11, grass only builds well with LLVM90.
While I'm here I added with-proj-[includes|libs] to be more thorough
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D25712
Approved by: ports-secteam (joneum) |
Number of commits found: 2
|