1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Yuri Victorovich 40ace3eda7 math/{,py-}symengine: update 0.11.0 → 0.13.0
Reported by:	portscout
2024-09-29 02:31:04 -07:00
.hooks
accessibility Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
arabic
archivers archivers/libarchive: Update to 3.7.6 2024-09-27 21:14:58 +02:00
astro astro/astrometry: Update to 0.96 2024-09-27 21:46:01 +02:00
audio audio/jacktrip: update 2.4.0 → 2.4.1 2024-09-28 23:29:49 -07:00
benchmarks benchmarks/stress-ng: Update to 0.18,04 2024-09-27 14:26:47 +02:00
biology
cad cad/veryl: Fix runaway builds problem by disabling LTO 2024-09-27 01:38:47 -07:00
chinese
comms Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
converters converters/rubygem-iconv: Update to 1.1.0 2024-09-25 12:22:38 +08:00
databases databases/pg_qualstats: Update to 2.1.1 2024-09-29 11:19:48 +02:00
deskutils deskutils/libportal-qt6: Add port 2024-09-28 19:47:41 +03:00
devel devel/py-textualeffects: Update to 0.1.3 2024-09-29 11:07:56 +02:00
dns dns/py-publicsuffixlist: Update to 1.0.2.20240920 2024-09-26 02:22:00 +08:00
editors editors/amp: Remove devel/git build dependency 2024-09-28 22:34:50 +01:00
emulators emulators/rpcs3: update to 0.0.33.16975 2024-09-28 02:27:59 +02:00
finance finance/ktoblzcheck: Update bank data 2024-09-26 03:58:50 -04:00
french
ftp ftp/pure-ftpd: Update to 1.0.52 2024-09-26 02:21:54 +08:00
games games/veloren-weekly: update to s20240926 2024-09-27 23:18:23 +02:00
german
graphics Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
hebrew
hungarian
irc irc/znc: Improve and simplify port 2024-09-25 00:53:29 +02:00
japanese japanese/font-moralerspace*: update to 1.0.2 2024-09-27 21:50:41 +09:00
java
Keywords
korean
lang lang/php84: Update version 8.4.0beta5=>8.4.0RC1 2024-09-28 23:32:29 +02:00
mail mail/mailpit: Update to 1.20.5 2024-09-27 23:52:09 +02:00
math math/{,py-}symengine: update 0.11.0 → 0.13.0 2024-09-29 02:31:04 -07:00
misc misc/llama-cpp: update 3829 → 3837 2024-09-29 02:31:02 -07:00
Mk Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
multimedia multimedia/emby-server: update to 4.8.9.0 2024-09-29 10:02:00 +02:00
net Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
net-im net-im/py-python-telegram-bot: update 13.1 → 21.6 2024-09-27 10:25:49 -07:00
net-mgmt net-mgmt/check_ssl_cert: update to 2.84.3 2024-09-28 15:44:54 +02:00
net-p2p net-p2p/ogmios: Update to 6.8.0 2024-09-29 11:31:13 +03:00
news
polish
ports-mgmt
portuguese
print print/harfbuzz: update to 10.0.1 2024-09-27 20:52:41 +02:00
russian
science science/PETSc: update 3.21.5 → 3.21.6 2024-09-29 02:31:02 -07:00
security security/vault: Update version 1.15.6=>1.16.0 2024-09-28 23:32:34 +02:00
shells
sysutils sysutils/mise: update 2024.9.11 → 2024.9.12 2024-09-29 02:31:03 -07:00
Templates
textproc textproc/riffdiff: update 3.3.1 → 3.3.2 2024-09-29 02:31:03 -07:00
Tools
ukrainian
vietnamese
www Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
x11 x11/xdg-desktop-portal-hyprland: update to 1.3.6 2024-09-28 17:40:09 +02:00
x11-clocks
x11-drivers
x11-fm
x11-fonts x11-fonts/noto-serif: Update to 2.014 2024-09-26 02:21:56 +08:00
x11-servers
x11-themes
x11-toolkits Qt6: Update to 6.7.3 2024-09-29 03:05:40 -04:00
x11-wm x11-wm/spectrwm: Drop maintainership 2024-09-26 20:16:12 +02:00
.arcconfig
.gitignore
.mailmap
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED security/nextcloud-twofactor_nextcloud_notification: Remove port 2024-09-27 08:27:47 +02:00
README
UIDs
UPDATING databases/mongodb50: deprecate, EOL from October 2024 2024-09-27 15:04:30 +02:00

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

	https://ports.FreeBSD.org

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.