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-f3d Fast and minimalist 3D viewer
3.2.0 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.1.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-18 07:42:17
Last Update: 2025-07-10 22:33:15
Commit Hash: f08b65b
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://f3d.app/
Description:
F3D is a VTK-based 3D viewer following the KISS principle, so it is minimalist, efficient, has no GUI, has simple interaction mechanisms and is fully controllable using arguments in the command line. It supports a range of file formats, rendering and texturing options.
Homepage    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
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/py311-f3d-3.2.0/catalog.mk
  2. /usr/local/share/licenses/py311-f3d-3.2.0/LICENSE
  3. /usr/local/share/licenses/py311-f3d-3.2.0/BSD3CLAUSE
  4. lib/python3.11/site-packages/f3d/__init__.py
  5. lib/python3.11/site-packages/f3d/pyf3d.cpython-311.so
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}f3d>0:graphics/py-f3d@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-f3d/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-f3d
  • pkg install py311-f3d
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-f3d listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-f3d
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1752181495 SHA256 (f3d-app-f3d-v3.2.0_GH0.tar.gz) = 2a3cff123821be41d99489e080a7153812e58a86598fa9f4988099660bf6a947 SIZE (f3d-app-f3d-v3.2.0_GH0.tar.gz) = 68125944

Packages (timestamps in pop-ups are UTC):
py311-f3d
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.03.2.0--3.2.0---
FreeBSD:13:quarterly3.1.03.1.0-3.1.03.1.0---
FreeBSD:14:latest3.1.03.2.0--3.2.0---
FreeBSD:14:quarterly3.1.03.1.0-3.1.03.1.0---
FreeBSD:15:latest3.1.03.1.0n/a3.1.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pybind11>0 : devel/pybind11
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libf3d.so : graphics/f3d
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_py-f3d
USES:
cmake:testing compiler:c++17-lang localbase:ldflags python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/f3d-app/f3d/tar.gz/v3.2.0?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.0
10 Jul 2025 22:33:15
commit hash: f08b65bc6e51db779de8140cb180245ffb65aa8ecommit hash: f08b65bc6e51db779de8140cb180245ffb65aa8ecommit hash: f08b65bc6e51db779de8140cb180245ffb65aa8ecommit hash: f08b65bc6e51db779de8140cb180245ffb65aa8e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 3.1.0 → 3.2.0

Reported by:	portscout
3.1.0
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0
03 Jun 2025 01:19:29
commit hash: 20117f0f4291f434ec872f56f5ef45f39e9afdc6commit hash: 20117f0f4291f434ec872f56f5ef45f39e9afdc6commit hash: 20117f0f4291f434ec872f56f5ef45f39e9afdc6commit hash: 20117f0f4291f434ec872f56f5ef45f39e9afdc6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 3.0.0 → 3.1.0
3.0.0
21 Jan 2025 09:21:21
commit hash: 15789faf59416e80ec208c5db21ff027cd663e70commit hash: 15789faf59416e80ec208c5db21ff027cd663e70commit hash: 15789faf59416e80ec208c5db21ff027cd663e70commit hash: 15789faf59416e80ec208c5db21ff027cd663e70 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.5.1 → 3.0.0
2.5.1
11 Dec 2024 11:26:55
commit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24ccommit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24ccommit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24ccommit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.5.0 → 2.5.1

Reported by:	portscout
2.5.0
03 Jul 2024 19:53:40
commit hash: b451990d2a6f64b6f029307c2dfdd1ea71a74965commit hash: b451990d2a6f64b6f029307c2dfdd1ea71a74965commit hash: b451990d2a6f64b6f029307c2dfdd1ea71a74965commit hash: b451990d2a6f64b6f029307c2dfdd1ea71a74965 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.4.0 → 2.5.0

Reported by:	portscout
2.4.0
04 Apr 2024 08:05:05
commit hash: 228664f500b999a301ef1b271ea9f35f91288fbecommit hash: 228664f500b999a301ef1b271ea9f35f91288fbecommit hash: 228664f500b999a301ef1b271ea9f35f91288fbecommit hash: 228664f500b999a301ef1b271ea9f35f91288fbe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.3.1 → 2.4.0

Reported by:	portscout
2.3.1
01 Apr 2024 22:31:08
commit hash: f822df7855c0d52e8a41c686a9dd1baf4b2abb29commit hash: f822df7855c0d52e8a41c686a9dd1baf4b2abb29commit hash: f822df7855c0d52e8a41c686a9dd1baf4b2abb29commit hash: f822df7855c0d52e8a41c686a9dd1baf4b2abb29 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.2.1 → 2.3.1

Reported by:	portscout
2.2.1
09 Jan 2024 17:38:19
commit hash: 08d823076bed51a9afaa80fcbd84a0e793ec07e1commit hash: 08d823076bed51a9afaa80fcbd84a0e793ec07e1commit hash: 08d823076bed51a9afaa80fcbd84a0e793ec07e1commit hash: 08d823076bed51a9afaa80fcbd84a0e793ec07e1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: update 2.1.0 → 2.2.1

Reported by:	portscout
2.1.0
03 Jul 2023 02:02:29
commit hash: bd9981d8017b064a9983b9654216e6b00e0e59bccommit hash: bd9981d8017b064a9983b9654216e6b00e0e59bccommit hash: bd9981d8017b064a9983b9654216e6b00e0e59bccommit hash: bd9981d8017b064a9983b9654216e6b00e0e59bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py}-f3d: Update 2.0.0 → 2.1.0
2.0.0
12 May 2023 07:43:15
commit hash: 2495f4fa5120df95fac7c96805b2eddb9d92a6e3commit hash: 2495f4fa5120df95fac7c96805b2eddb9d92a6e3commit hash: 2495f4fa5120df95fac7c96805b2eddb9d92a6e3commit hash: 2495f4fa5120df95fac7c96805b2eddb9d92a6e3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/{,py-}f3d: Update 1.3.1 → 2.0.0

Reported by:	portscout
1.3.1_2
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
1.3.1_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.3.1
18 Oct 2022 07:40:15
commit hash: 1ca7c87009aa947e76936ece632870064b76aa4acommit hash: 1ca7c87009aa947e76936ece632870064b76aa4acommit hash: 1ca7c87009aa947e76936ece632870064b76aa4acommit hash: 1ca7c87009aa947e76936ece632870064b76aa4a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-f3d: New port: Fast and minimalist 3D viewer

Number of commits found: 14