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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
pecl-geospatial PHP Extension to handle common geospatial functions
0.3.2 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 0.3.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-19 17:24:23
Last Update: 2024-05-19 17:14:59
Commit Hash: ce190fe
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: PHP301
WWW:
https://pecl.php.net/package/geospatial
https://github.com/php-geospatial/geospatial
Description:
geospatial is a PHP Extension to handle common geospatial functions. The extension currently has implementations of the Haversine and Vincenty's formulas for calculating distances, an initial bearing calculation function, a Helmert transformation function to transfer between different supported datums, conversions between polar and Cartesian coordinates, conversions between Degree/Minute/Seconds and decimal degrees, a method to simplify linear geometries, as well as a method to calculate intermediate points on a LineString.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • ${PHP_PKGNAMEPREFIX}pecl-geospatial>0:graphics/pecl-geospatial
To install the port:
cd /usr/ports/graphics/pecl-geospatial/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/pecl-geospatial
  • pkg install php82-pecl-geospatial
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: php82-pecl-geospatial
Package flavors (<flavor>: <package>)
  • php82: php82-pecl-geospatial
  • php81: php81-pecl-geospatial
  • php83: php83-pecl-geospatial
distinfo:
TIMESTAMP = 1715842482 SHA256 (PECL/geospatial-0.3.2.tgz) = 3b704d44c4851f04da78ceafca14358257345b8a22d71b2fa0bd5ac705475449 SIZE (PECL/geospatial-0.3.2.tgz) = 12502

Packages (timestamps in pop-ups are UTC):
php81-pecl-geospatial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:13:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:15:latest0.3.20.3.2n/a0.3.2n/a---
 

php82-pecl-geospatial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:13:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:15:latest0.3.20.3.2n/a0.3.2n/a---
 

php83-pecl-geospatial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:13:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:15:latest0.3.20.3.2n/a0.3.2n/a---
 

php84-pecl-geospatial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:13:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:latest0.3.20.3.2-0.3.20.3.2---
FreeBSD:14:quarterly0.3.20.3.2-0.3.20.3.2---
FreeBSD:15:latest0.3.20.3.2n/a0.3.2n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php82
  2. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php82
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_pecl-geospatial
USES:
php:pecl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://pecl.php.net/get/
  2. https://pecl.php.net/get/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2
19 May 2024 17:14:59
commit hash: ce190fe74df32e39f8462071a327c5dd8e6d0f5bcommit hash: ce190fe74df32e39f8462071a327c5dd8e6d0f5bcommit hash: ce190fe74df32e39f8462071a327c5dd8e6d0f5bcommit hash: ce190fe74df32e39f8462071a327c5dd8e6d0f5b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/pecl-geospatial: Add pecl-geospatial 0.3.2

geospatial is a PHP Extension to handle common geospatial functions. The
extension currently has implementations of the Haversine and Vincenty's formulas
for calculating distances, an initial bearing calculation function, a Helmert
transformation function to transfer between different supported datums,
conversions between polar and Cartesian coordinates, conversions between
Degree/Minute/Seconds and decimal degrees, a method to simplify linear
geometries, as well as a method to calculate intermediate points on a
LineString.

Number of commits found: 1