notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-gdal Python binding for GDAL
3.11.3 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.11.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-06-12 18:24:05
Last Update: 2025-07-13 18:35:56
Commit Hash: 73e9aef
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://gdal.org/
https://github.com/OSGeo/gdal
Description:
This port is the Python binding for GDAL (Geospatial Data Abstraction Library).
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gdal>0:graphics/py-gdal@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-gdal/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-gdal
  • pkg install py311-gdal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-gdal listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-gdal
Package flavors (<flavor>: <package>)
  • py311: py311-gdal
distinfo:
TIMESTAMP = 1752416412 SHA256 (gdal-3.11.3.tar.gz) = 4c3ad0fae393b5ddb093a7e4b890077839b2a6acdbd19202657fe4e881886efa SIZE (gdal-3.11.3.tar.gz) = 878190

Packages (timestamps in pop-ups are UTC):
py37-gdal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.1.4---3.1.4-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-gdal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------3.8.23.8.2
FreeBSD:14:latest--------
FreeBSD:14:quarterly------3.8.23.8.2
FreeBSD:15:latest--n/a-n/a-3.8.23.8.2
 
py311-gdal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.11.33.11.3-3.11.33.11.3---
FreeBSD:13:quarterly3.11.0_13.11.0_1--3.11.0_1---
FreeBSD:14:latest3.11.33.11.3--3.11.3---
FreeBSD:14:quarterly3.11.0_13.11.0_1--3.11.0_1---
FreeBSD:15:latest--n/a-n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. py311-numpy>=1.0.0,1 : math/py-numpy@py311
  4. python3.11 : lang/python311
  5. gfortran13 : lang/gcc13
  6. as : devel/binutils
  7. py311-build>=0 : devel/py-build@py311
  8. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.0.0,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
  3. gfortran13 : lang/gcc13
Library dependencies:
  1. libgdal.so : graphics/gdal
This port is required by:
for Run
  1. graphics/py-fiona
  2. graphics/py-pyrsgis
  3. graphics/qgis
  4. graphics/qgis-ltr
  5. math/py-networkx
  6. misc/py-kartograph

Configuration Options:
===> The following configuration options are available for py311-gdal-3.11.3: NUMPY=on: Enable array support via NumPy ===> Use 'make config' to modify these settings
Options name:
graphics_py-gdal
USES:
compiler:c++11-lang cpe python fortran
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gdal/
  2. https://pypi.org/packages/source/g/gdal/
Collapse this list.

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.1_1
22 Feb 2014 14:08:29
Revision:345645Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update USE_PYTHON
- Use PYDISTUTILS_AUTOPLIST
- Fix shebang
- Bump PORTREVISION for package change
1.10.1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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)
1.10.1
17 Nov 2013 10:27:07
Revision:334067Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options helper
- Support STAGEDIR
1.10.1
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
1.10.1
07 Sep 2013 17:53:23
Revision:326670Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cosmetic change
1.10.1
07 Sep 2013 17:29:11
Revision:326667Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
1.10.1
31 Aug 2013 08:41:57
Revision:325784Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.10.1

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
1.10.0
21 Aug 2013 03:47:40
Revision:325089Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.10.0

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
1.9.2
08 Aug 2013 16:47:33
Revision:324401Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
1.9.2
09 Dec 2012 06:02:10
Revision:308509Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.9.2
- Cleanup Makefile header

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.2-News
Feature safe:	yes
1.9.1
26 Jun 2012 18:38:24
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options framework
1.9.1
12 Jun 2012 18:23:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add py-gdal 1.9.1

This port is the Python binding for GDAL (Geospatial Data Abstraction Library).

WWW: http://www.gdal.org/

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2