Port details |
- tippecanoe Builds vector tilesets from large (or small) collections GEO features
- 2.26.1_1 graphics =2 2.26.1_1Version of this port present on the latest quarterly branch.
- IGNORE: is marked as broken on FreeBSD 14.0: fails to compile: static_assert failed due to requirement
- Maintainer: darcy@dbitech.ca
- Port Added: 2023-06-01 22:33:09
- Last Update: 2024-03-09 12:58:26
- Commit Hash: 5ae6ffc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/felt/tippecanoe
- Description:
- Tippecanoe Builds vector tilesets from large (or small) collections of
GeoJSON, FlatGeobuf, or CSV features.
The goal of Tippecanoe is to enable making a scale-independent view of
your data, so that at any level from the entire world to a single
building, you can see the density and texture of the data rather than a
simplification from dropping supposedly unimportant features or
clustering or aggregating them.
If you give it all of OpenStreetMap and zoom out, it should give you
back something that looks like "All Streets" rather than something that
looks like an Interstate road atlas.
If you give it all the building footprints in Los Angeles and zoom out
far enough that most individual buildings are no longer discernable, you
should still be able to see the extent and variety of development in
every neighborhood, not just the largest downtown buildings.
If you give it a collection of years of tweet locations, you should be
able to see the shape and relative popularity of every point of interest
and every significant travel corridor.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tippecanoe>0:graphics/tippecanoe
- To install the port:
- cd /usr/ports/graphics/tippecanoe/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install graphics/tippecanoe
- pkg install tippecanoe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tippecanoe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685722069
SHA256 (felt-tippecanoe-2.26.1_GH0.tar.gz) = 2b4ff69b76f5d4ec207ffcfedf1da163d3b403275a05b1d741bdd4746b728df7
SIZE (felt-tippecanoe-2.26.1_GH0.tar.gz) = 20256693
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:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_tippecanoe
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.26.1_1 09 Mar 2024 12:58:26 |
Nuno Teixeira (eduardo) |
graphics/tippecanoe: Move man pages to share/man
Approved by: portmgr (blanket) |
2.26.1 18 Aug 2023 19:42:04 |
Muhammad Moinur Rahman (bofh) |
graphics/tippecanoe: Mark BROKEN on 14
Tried to build with llvm15 and llvm14 with the same result.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.26.1 30 Jul 2023 22:59:09 |
Robert Clausecker (fuz) |
graphics/tippecanoe: fix build on armv7
Same fix as for i386.
Approved by: portmgr (build fix blanket)
Fixes: 1d61daa912396e4f5d31d130fe9600540ba6644b |
2.26.1 05 Jun 2023 11:27:07 |
Matthew Seaman (matthew) |
graphics/tippecanoe: fix 'malformed conditional'
```
make: "/home/matthew/work/ports/graphics/tippecanoe/Makefile" line 26: Malformed
conditional (${ARCH} == i386)
```
For some reason this didn't show up in poudriere test builds, but it
does if you just invoke make from the CLI.
Reported by: FreshPorts Sanity Checking |
05 Jun 2023 08:47:22
|
Matthew Seaman (matthew) Author: Darcy Buskermolen |
graphics/tippecanoe: Update to tippecanoe 2.26.1
Maintainer update to Version 2.26.1
Add bash to BUILD_DEPENDS
Suppress clang16 build failure on i386: non-constant-expression cannot
be narrowed from type 'uint64_t'
Changes: https://github.com/felt/tippecanoe/releases/tag/2.26.1
PR: 271789 |
2.6.3 01 Jun 2023 22:29:20 |
Robert Clausecker (fuz) Author: Darcy |
graphics/tippecanoe: new port
Tippecanoe Builds vector tilesets from large (or small) collections of
GeoJSON, FlatGeobuf, or CSV features.
The goal of Tippecanoe is to enable making a scale-independent view of
your data, so that at any level from the entire world to a single
building, you can see the density and texture of the data rather than a
simplification from dropping supposedly unimportant features or
clustering or aggregating them.
If you give it all of OpenStreetMap and zoom out, it should give you
back something that looks like "All Streets" rather than something that
looks like an Interstate road atlas.
(Only the first 15 lines of the commit message are shown above ) |