Personal patches
Go to file
Greg Lewis 1007ca9d59 Update to 12.0.2+10.4
PR:		244947
Submitted by:	Trond.Endrestol@ximalas.info
2020-04-18 20:42:11 +00:00
accessibility
arabic
archivers
astro astro/wmmoonclock: update to 1.29 2020-04-15 12:30:28 +00:00
audio Update midipp to 2.0.4 2020-04-18 07:55:15 +00:00
base
benchmarks Update to 1.0.7 2020-04-18 11:50:37 +00:00
biology Update to 7.6.8 2020-04-18 11:55:37 +00:00
cad Switch to VTK-8.1. 2020-04-18 18:42:27 +00:00
chinese
comms comms/dcf77pi: update to 3.7.1.1, clean up Makefile 2020-04-17 20:22:15 +00:00
converters - Fix MASTER_SITES to unbreak the fetch 2020-04-15 07:33:41 +00:00
databases Update to the recent commit. 2020-04-18 15:42:52 +00:00
deskutils Lowercase the port category and package name 2020-04-18 08:22:21 +00:00
devel devel/jetbrains-phpstorm: major update to version 2020.1 2020-04-18 18:02:05 +00:00
dns Update to 0.3.2. 2020-04-16 11:37:43 +00:00
editors Chase devel/electron7 update 2020-04-17 10:21:10 +00:00
emulators emulators/rpcs3: update to 0.0.9.10228 2020-04-18 00:24:51 +00:00
finance
french
ftp - cleanup rc.d script 2020-04-16 14:49:59 +00:00
games games/retroarch: update to 1.8.5 (and add WAYLAND option, fix powerpc64, etc.) 2020-04-17 17:51:16 +00:00
german
graphics graphics/libavif: update to 0.7.1 2020-04-17 14:49:12 +00:00
hebrew
hungarian
irc - cleanup rc.d script 2020-04-16 14:49:59 +00:00
japanese
java Update to 12.0.2+10.4 2020-04-18 20:42:11 +00:00
Keywords
korean
lang Update to the 20200417 snapshot of GCC 8.4.1. 2020-04-18 10:43:05 +00:00
mail mail/sympa: update 6.5.2 -> 6.2.54 with security fix 2020-04-17 18:45:39 +00:00
math math/deal.ii: Unbreak the MPI option with the message about how math/sundials should be compiled 2020-04-18 18:52:47 +00:00
misc New port: misc/ngraph: C++ library, compiler and runtime for Deep Learning 2020-04-17 20:29:12 +00:00
Mk Finalize the streamlining of data structures holding version-specific 2020-04-16 22:25:20 +00:00
multimedia multimedia/aom: update to 1.0.0.3485 2020-04-18 00:25:07 +00:00
net - Update pjsip t 2.10 2020-04-18 10:40:52 +00:00
net-im Hook up net-im/nextcloud-talk ... 2020-04-16 22:54:19 +00:00
net-mgmt Update to version 1.2.11 2020-04-16 20:59:48 +00:00
net-p2p net-p2p/bitcoin: Update to 0.19.1 2020-04-17 06:58:15 +00:00
news
polish
ports-mgmt ports-mgmt/modules2tuple: Update to 2.0.1 2020-04-16 21:04:15 +00:00
portuguese
print - Update to 0.22 2020-04-18 10:47:02 +00:00
russian
science - Update to 0.117 2020-04-18 08:35:03 +00:00
security Document webkit2-gtk3 vulnability 2020-04-18 11:35:25 +00:00
shells
sysutils Update to 2.22 2020-04-18 10:00:10 +00:00
Templates
textproc textproc/py-pikepdf: Update to 1.11.1 2020-04-18 09:32:08 +00:00
Tools
ukrainian
vietnamese
www Update from 2.5.2 to 3.1.0. 2020-04-18 16:02:25 +00:00
x11 Add missing dependency 2020-04-18 09:40:00 +00:00
x11-clocks
x11-drivers x11-drivers/xf86-video-ati: Fix missing hw cursor 2020-04-15 19:54:49 +00:00
x11-fm - Update `x11-fm/worker' to version 4.4.0 2020-04-16 14:58:19 +00:00
x11-fonts x11-fonts/freefont-ttf: Give maintainership to Marco Beishuizen 2020-04-17 16:38:15 +00:00
x11-servers x11-servers/xwayland: expose x11/nvidia-driver support 2020-04-17 19:01:46 +00:00
x11-themes
x11-toolkits
x11-wm x11-wm/hikari: update to 1.0.3 2020-04-17 20:29:34 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs This port contains the Smallstep step-ca certificates component 2020-04-17 20:10:47 +00:00
LEGAL
Makefile
MOVED www/py-django-caching-app-plugins: Remove port 2020-04-18 11:48:37 +00:00
README
UIDs This port contains the Smallstep step-ca certificates component 2020-04-17 20:10:47 +00:00
UPDATING UPDATING: caution users to backup templates/ before update when updating mail/mailman from 2.1.29* or older. 2020-04-17 23:09:54 +00: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://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		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://www.FreeBSD.org/doc/en_US.ISO8859-1/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.