FreeBSD ports tree (read-only mirror)
Go to file
Jan Beich 5889de9086 graphics/vulkan-tools: update to 1.2.210
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.209...v1.3.210
Reported by:	Repology

(cherry picked from commit ec88686090)
2022-04-02 00:28:20 +00:00
.hooks
Keywords
Mk all: drop support for EOL FreeBSD 12.2 2022-04-01 17:53:18 +02:00
Templates
Tools
accessibility
arabic
archivers */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
astro */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
audio audio/midipp: Update to 2.1.3 2022-04-01 18:55:15 +02:00
base
benchmarks */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
biology */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
cad */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
chinese */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
comms */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
converters
databases databases/py-pymemcache: Update to 3.5.2 2022-04-01 19:48:37 +02:00
deskutils deskutils/maliit-keyboard: update to 2.2.0 2022-04-01 19:48:36 +02:00
devel devel/gdcm: Update to 3.0.12. 2022-04-01 15:24:04 -05:00
dns */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
editors editors/mousepad: Update to 0.5.9 2022-04-01 18:37:15 +02:00
emulators emulators/yuzu: update to s20220401 2022-04-02 00:23:54 +00:00
finance */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
french
ftp
games */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
german
graphics graphics/vulkan-tools: update to 1.2.210 2022-04-02 00:28:20 +00:00
hebrew
hungarian
irc
japanese all: drop support for EOL FreeBSD 12.2 2022-04-01 17:53:18 +02:00
java
korean
lang */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
mail */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
math all: drop support for EOL FreeBSD 12.2 2022-04-01 17:53:18 +02:00
misc */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
multimedia all: drop support for EOL FreeBSD 12.2 2022-04-01 17:53:18 +02:00
net net/openmpi: update to 4.1.3 2022-04-01 21:50:30 +02:00
net-im */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
net-mgmt */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
net-p2p */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
news
polish
ports-mgmt */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
portuguese
print */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
russian
science */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
security security/boringssl: update to the recent commit 2022-04-01 16:51:57 -04:00
shells
sysutils sysutils/chezmoi: update to 2.14.0 and re-enable documentation 2022-04-01 20:08:10 +02:00
textproc textproc/libxmlb: update to 0.3.8 2022-04-01 19:48:36 +02:00
ukrainian
vietnamese
www */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
x11 x11/xfce4-terminal: Update to 1.0.0 2022-04-01 18:54:18 +02:00
x11-clocks
x11-drivers */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
x11-fm
x11-fonts
x11-servers
x11-themes x11-themes/yaru-gtk-themes: Update to 22.04.3.1 2022-04-01 19:48:37 +02:00
x11-toolkits */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
x11-wm x11-wm/phoc: update to 0.13.1 2022-04-02 00:28:20 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
MOVED
Makefile
README
UIDs
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.