Port details |
- mercantile Spherical mercator coordinate and tile utilities
- 1.2.1 science
=0 1.2.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2022-09-09 21:35:35
- Last Update: 2024-08-04 17:13:55
- Commit Hash: 1608be4
- License: BSD3CLAUSE
- WWW:
- https://github.com/mapbox/mercantile
- Description:
- Mercantile is a module of utilities for working with XYZ style spherical
mercator tiles (as in Google Maps, OSM, Mapbox, etc.) and includes a set of
command line programs built on these utilities.
- ¦ ¦ ¦ ¦
- 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}mercantile>0:science/mercantile@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-mercantile
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1662722235
SHA256 (mapbox-mercantile-1.2.1_GH0.tar.gz) = 4437c29cf8ecf96f68e2dfa9e0abe1a125bd9d772d9ee7413d48cbf6092d9e01
SIZE (mapbox-mercantile-1.2.1_GH0.tar.gz) = 36690
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-click>=8.0 : devel/py-click@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- science_mercantile
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to science/py-mercantile on 2024-08-04
REASON: Move science/mercantile to science/py-mercantile
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1 04 Aug 2024 17:13:55 |
Po-Chuan Hsieh (sunpoet) |
science/py-mercantile: Move science/mercantile to science/py-mercantile
- Change MASTER_SITES from GitHub to PYPI
- Add LICENSE_FILE
- Fix version requirement of RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
- Take maintainership |
1.2.1 02 Oct 2023 19:19:30 |
Rene Ladan (rene) |
all: return bland@'s ports to the pool (+gnome) after safekeeping their commit
bit.
Hat: portmgr-secretary |
1.2.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.2.1 09 Sep 2022 19:23:12 |
Stefan Eßer (se) |
science/mercantile: move URL from pkg-desxcr to Makefile
The URL at the end of the pkg-descr file has been moved into the
Makefile for all existing ports.
BTW: The following URL might be a better value for WWW, since it
provides the user of the package with examples information about
the concepts.
https://mercantile.readthedocs.io/en/latest/
There is also a link to the GitHub reposirory in that text, but
the WWW value is meant to help a user of the port, not to keep
a note about the repository for the maintainer.
Approved by: portmgr (implicit) |
1.2.1 09 Sep 2022 17:50:30 |
Alexander Nedotsukov (bland) |
science/mercantile: Add mercantile, a spherical mercator coordinate and tile
utilities |
Number of commits found: 5
|