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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
funnelcake SIMD YUV scaler with HDR/SDR tonemapping
0.1.1 multimedia on this many watch lists=0 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: toasty@dragondata.com search for ports maintained by this maintainer
Port Added: 2026-05-05 20:17:22
Last Update: 2026-06-19 19:31:13
Commit Hash: 904c9b0
License: BSD2CLAUSEPATENT
WWW:
https://github.com/kdkd/funnelcake
Description:
funnelcake is a SIMD-accelerated YUV image scaler and HDR/SDR tonemapper written in C. It produces multiple downscaled outputs from a single input frame in one fused pass, which avoids the redundant memory traffic of running an external scaler per output size. Features: - Power-of-two and thirds (1/2, 1/3, 1/4, 2/3, ...) downscale ratios and integer upscale, all in a single pass over the source. - 8-bit SDR (I420, NV12) and 10-bit HDR (I010, P010, I210, P210) pixel formats. - HDR-to-SDR tonemapping with PQ (SMPTE 2084) and HLG transfer curves, and a custom-LUT path for application-supplied curves. - Hand-tuned SIMD kernels: AVX2 on amd64, NEON on aarch64. Detection is at runtime; falls back to a portable scalar path.
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 (13 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/funnelcake-0.1.1/catalog.mk
  3. /usr/local/share/licenses/funnelcake-0.1.1/LICENSE
  4. /usr/local/share/licenses/funnelcake-0.1.1/BSD2CLAUSEPATENT
  5. @comment bin/funnelcake_test
  6. include/funnelcake.h
  7. lib/libfunnelcake.a
  8. lib/libfunnelcake.so
  9. lib/libfunnelcake.so.1
  10. libdata/pkgconfig/funnelcake.pc
  11. @owner
  12. @group
  13. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • funnelcake>0:multimedia/funnelcake
To install the port:
cd /usr/ports/multimedia/funnelcake/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/funnelcake
  • pkg install funnelcake
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: funnelcake
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64
distinfo:
TIMESTAMP = 1781799108 SHA256 (kdkd-funnelcake-0.1.1_GH0.tar.gz) = 25815062a650413a11093c48a71277ac82a808129c3d7adfa6de5cd3b2c56481 SIZE (kdkd-funnelcake-0.1.1_GH0.tar.gz) = 310469

Packages (timestamps in pop-ups are UTC):
funnelcake
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.1.10.1.1------
FreeBSD:14:quarterly0.1.10.1.1------
FreeBSD:15:latest0.1.10.1.1n/a-n/an/a--
FreeBSD:15:quarterly0.1.10.1.1n/a-n/an/a--
FreeBSD:16:latest0.1.10.1.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for funnelcake-0.1.1: FFMPEG=off: Enable support for benchmarking against ffmpeg OPTIMIZED=off: Enable host-specific optimizations ===> Use 'make config' to modify these settings
Options name:
multimedia_funnelcake
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kdkd/funnelcake/tar.gz/0.1.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1
19 Jun 2026 19:31:13
commit hash: 904c9b07fb07316682c03a12d6edcb4c1769c327commit hash: 904c9b07fb07316682c03a12d6edcb4c1769c327commit hash: 904c9b07fb07316682c03a12d6edcb4c1769c327commit hash: 904c9b07fb07316682c03a12d6edcb4c1769c327 files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
multimedia/funnelcake: Update to 0.1.1
0.1.0
05 May 2026 19:58:10
commit hash: 51d7669d7a42a9e2975cc4fbdef2e4809f127143commit hash: 51d7669d7a42a9e2975cc4fbdef2e4809f127143commit hash: 51d7669d7a42a9e2975cc4fbdef2e4809f127143commit hash: 51d7669d7a42a9e2975cc4fbdef2e4809f127143 files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
multimedia/funnelcake: New port!

funnelcake is a SIMD-accelerated YUV image scaler and HDR/SDR tonemapper
written in C. It produces multiple downscaled outputs from a single
input frame in one fused pass, which avoids the redundant memory
traffic of running an external scaler per output size.

Features:
- Power-of-two and thirds (1/2, 1/3, 1/4, 2/3, ...) downscale ratios
  and integer upscale, all in a single pass over the source.
- 8-bit SDR (I420, NV12) and 10-bit HDR (I010, P010, I210, P210)
  pixel formats.
- HDR-to-SDR tonemapping with PQ (SMPTE 2084) and HLG transfer curves,
  and a custom-LUT path for application-supplied curves.
- Hand-tuned SIMD kernels: AVX2 on amd64, NEON on aarch64.
  Detection is at runtime; falls back to a portable scalar path.

Number of commits found: 2