Personal patches
Go to file
2022-04-04 11:47:44 +00:00
.hooks
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/virtual_oss: Update to 1.2.21 2022-04-03 12:52:24 +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-alembic16: New port 2022-04-03 16:14:48 -05:00
deskutils deskutils/qownnotes: update QOwnNotes to version 22.3.4. 2022-04-03 13:53:10 +00:00
devel devel/sonarqube-community: update to 9.4.0 2022-04-04 13:51:43 +02:00
dns dns/doh-proxy: update to 0.9.3 2022-04-04 09:21:55 +02:00
editors editors/vim: Update to 8.2.4669, add x11 support, drop Athena 2022-04-02 16:13:32 -06:00
emulators emulators/yuzu: update to s20220402 2022-04-03 00:32:35 +00:00
finance */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
french
ftp
games games/flightgear: Update to 2020.3.13 2022-04-04 12:12:12 +02:00
german
graphics graphics/gscan2pdf: update to 2.12.6 2022-04-03 19:03:53 +02:00
hebrew
hungarian
irc
japanese all: drop support for EOL FreeBSD 12.2 2022-04-01 17:53:18 +02:00
java java/openjdk13 java/openjdk14 java/openjdk15 java/openjdk16 java/openjdk17 java/openjdk17-jre: fix build with clang 14 2022-04-04 09:56:40 +02:00
Keywords
korean
lang lang/perl5-devel: update to v5.35.10-49-ga3ccbff349 2022-04-04 09:08:44 +02:00
mail mail/postfix-current: Update to 3.8-20220325 2022-04-03 09:27:32 +02: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
Mk Uses/php.mk: Helper variable to disable FLAVOR 2022-04-03 16:33:58 -05:00
multimedia graphics/py-glfw: Update to 2.5.2 2022-04-01 20:50:03 -07:00
net net/oha: Update to 0.5.1 2022-04-03 08:30:04 +02:00
net-im net-im/ruqola: update to 1.7.0 2022-04-02 20:12:06 +02:00
net-mgmt net-mgmt/nagios-plugins: update to 2.4.0 2022-04-04 09:27:07 +02:00
net-p2p */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
news news/tin: Update to 2.6.1 2022-04-03 15:09:59 -07:00
polish
ports-mgmt */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
portuguese
print print/ghostscript9-agpl-base: Fix build on armv7 2022-04-03 09:37:54 +02:00
russian
science */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
security security/py-pyotp2289: update to 1.1.1 2022-04-04 08:06:46 -04:00
shells
sysutils sysutils/hw-probe: the port had been updated to version 1.6.3. 2022-04-04 04:52:28 +00:00
Templates
textproc textproc/re-flex: update to 3.2.3 2022-04-04 08:14:37 +00:00
Tools
ukrainian
vietnamese
www www/mediawiki136: Update to 1.36.4 2022-04-04 11:47:44 +00:00
x11 x11/x3270: (and net/c3270) Update to 4.1ga13 2022-04-03 15:47:21 -07:00
x11-clocks
x11-drivers x11-drivers/xorgxrdp-devel: Add new port 2022-04-04 13:54:07 +09:00
x11-fm x11-fm/thunar: Update to 4.16.11 2022-04-03 10:54:41 +02:00
x11-fonts
x11-servers
x11-themes x11-themes/skeuos-gtk-themes: Update to 20220315 2022-04-02 19:46:08 +02:00
x11-toolkits x11-toolkits/gtk-layer-shell: silence gtk3 warning after 89fb405a86 2022-04-03 17:10:38 +00:00
x11-wm x11-wm/phoc: update to 0.13.1 2022-04-02 00:28:00 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED security/libpreludedb: Resurrect 2022-04-02 04:38:33 -05:00
README
UIDs
UPDATING UPDATING: fix trailing whitespace 2022-04-01 18:09:49 +03:00

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.