1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dima Panov b238bd3d91
devel/pecl-ev: update to 1.2.0 release (+)
Changes:

* Support for PHP versions older than 8 has been dropped. Maintaining compatibility
with multiple PHP versions (5, 7, and 8) has become increasingly difficult.
Recent changes in PHP 8.3 have further complicated the build scripts. Additionally,
as PHP releases older than 8.1 are now officially unsupported, it has become
challenging to continue supporting PHP 5 and 7.
* Fixed #51: Building statically with PHP 8.3.10 fails with an "unknown" PHP version.
2024-09-27 20:54:35 +03:00
.hooks
accessibility
arabic
archivers devel/py-msgpack: clean up borgbackup dependencies 2024-09-26 18:15:42 +02:00
astro
audio audio/py-pyttsx3: Update to 2.95 2024-09-27 08:50:10 +02: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 comms/libusbsio: fix installation where ARCH != MACHINE_CPU 2024-09-25 15:47:18 +02:00
converters converters/rubygem-iconv: Update to 1.1.0 2024-09-25 12:22:38 +08:00
databases databases/mongodb50: deprecate, EOL from October 2024 2024-09-27 15:04:30 +02:00
deskutils deskutils/fet: Update to 6.25.2 2024-09-25 15:53:30 +02:00
devel devel/pecl-ev: update to 1.2.0 release (+) 2024-09-27 20:54:35 +03:00
dns dns/py-publicsuffixlist: Update to 1.0.2.20240920 2024-09-26 02:22:00 +08:00
editors
emulators emulators/rpcs3: update to 0.0.33.16956 2024-09-26 02:22:27 +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/gobang: add PKGNAMESUFFIX to not collide with databases/gobang 2024-09-26 20:14:03 +02:00
german
graphics graphics/opencv: Add OGRE3D option 2024-09-27 11:00:42 -04:00
hebrew
hungarian
irc
japanese japanese/font-moralerspace*: update to 1.0.2 2024-09-27 21:50:41 +09:00
java
Keywords
korean
lang lang/elixir-devel: update to 1.17.3 2024-09-25 07:18:25 +00:00
mail mail/p5-Mail-DKIM: update to 1.20240923 2024-09-26 08:40:41 +02:00
math math/alglib: update 4.02.0 → 4.03.0 2024-09-27 01:38:50 -07:00
misc misc/llama-cpp: update 3821 → 3828 2024-09-27 01:38:49 -07:00
Mk www/firefox www/firefox-esr mail/thunderbird: set wxneeded 2024-09-25 23:43:22 +02:00
multimedia multimedia/plexmediaserver: Update 1.41.0.8992 → 1.41.0.8994 2024-09-26 17:53:08 +03:00
net net/ntpd-rs: Update to 1.3.0 2024-09-27 11:08:17 +02: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/py-netutils: Update to 1.10.0 2024-09-27 15:46:59 +02:00
net-p2p
news
polish
ports-mgmt
portuguese
print print/cups-filters: cups-browsed: disable cups protocol 2024-09-27 12:32:21 +02:00
russian
science science/shelxle: update 1.0.1678 → 1.0.1680 2024-09-27 01:38:48 -07:00
security security/sudo: hook up orphaned doc file with LDAP option enabled (+) 2024-09-27 20:54:34 +03:00
shells
sysutils sysutils/bkt: Update to 0.8.1 2024-09-27 13:00:16 +02:00
Templates
textproc textproc/py-pytkdocs: Update to 0.16.2 2024-09-27 15:51:28 +02:00
Tools
ukrainian
vietnamese
www www/py-yarl: update 1.11.1 → 1.12.0 2024-09-27 14:08:28 +03:00
x11 x11/kitty: Update to 0.36.4 2024-09-27 14:24:36 +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 x11-toolkits/py-kivy: resurrect the port and update to version 2.3.0 2024-09-26 22:25:16 +00: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.