FreeBSD ports tree (read-only mirror)
Go to file
Jan Beich 817404d72a multimedia/vmaf: unbreak built-in models after 1868dedecc
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf WARNING no such built-in model: "vmaf_v0.6.1"
[Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version: vmaf_v0.6.1
[AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf'

(cherry picked from commit 355579c2eb)
2021-11-08 19:11:03 +00:00
.hooks
Keywords
Mk Mk/Uses/go.mk: fix gomod-clean target when lang/go is not installed 2021-11-06 21:29:54 -04:00
Templates
Tools
accessibility
arabic
archivers
astro
audio audio/openal-soft: Include the last patch for upstream sndio backend. 2021-11-01 15:32:25 +01:00
base
benchmarks
biology biology/treekin: Unbreak 2021-11-06 18:34:50 -07:00
cad
chinese
comms
converters
databases databases/mysql57-*: update to 5.7.36 2021-11-01 18:10:06 +01:00
deskutils
devel devel/volk: Fix build on armv7. 2021-11-08 12:52:01 +01:00
dns dns/prometheus-dnssec-exporter: fix distinfo 2021-11-05 14:49:09 +08:00
editors editors/kakoune: Update to 2021.11.08 2021-11-08 10:55:13 +01:00
emulators emulators/yuzu: update to s20211105 2021-11-06 00:54:08 +00:00
finance
french
ftp
games games/stonesoup: Fix build on armv6/armv7. 2021-11-08 12:56:14 +01:00
german
graphics graphics/librsvg2-rust: update to 2.52.3 2021-11-03 15:25:31 +00:00
hebrew
hungarian
irc
japanese
java
korean
lang
mail mail/thunderbird: update to 91.3.0 (rc1) 2021-11-02 18:27:35 +01:00
math
misc 12.3: add BETA3 MANIFESTS, remove BETA1 MANIFESTS 2021-11-04 14:09:23 -04:00
multimedia multimedia/vmaf: unbreak built-in models after 1868dedecc 2021-11-08 19:11:03 +00:00
net net/pyrad: Update to 2.4 [1] 2021-11-05 09:38:30 +01:00
net-im
net-mgmt net-mgmt/bandwhich: Fix linked_hash_map panic 2021-11-01 16:22:09 +09:00
net-p2p
news
polish
ports-mgmt
portuguese
print
russian
science science/linux-zotero: Add new port 2021-11-03 19:22:16 +01:00
security security/clamav-lts: Fix plist error 2021-11-08 23:50:17 +09:00
shells
sysutils
textproc textproc/p5-Number-Format-Metric: Add new port 2021-11-05 17:36:57 +09:00
ukrainian
vietnamese
www www/firefox: attempt to fix mic on pulseaudio 2021-11-08 00:28:12 +01:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers x11-servers/xwayland-devel: update to 21.0.99.1.115 2021-11-05 16:05:32 +00:00
x11-themes
x11-toolkits x11-toolkits/gtk40: update to 4.4.1 2021-11-03 15:25:51 +00:00
x11-wm x11-wm/plasma5-kwin: unbreak Xwayland support after 4ea20bee50 2021-11-08 17:35:36 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs security/openvpn: create and use dedicated openvpn user 2021-11-01 18:03:06 +01:00
MOVED
Makefile
README
UIDs security/openvpn: create and use dedicated openvpn user 2021-11-01 18:03:06 +01:00
UPDATING

README

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.