diff options
Diffstat (limited to '')
87 files changed, 419 insertions, 114 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9b542d4f7d8a..d3ac3e8deb58 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -123,6 +123,7 @@ SUBDIR += fortune-mod-epictetus SUBDIR += fortune-mod-freebsd-classic SUBDIR += fortune-mod-futurama + SUBDIR += fortune-mod-mormon SUBDIR += fortune-mod-psalms SUBDIR += fortuneit SUBDIR += fq @@ -157,6 +158,7 @@ SUBDIR += gedkeeper SUBDIR += geekcode SUBDIR += getopt + SUBDIR += ggml SUBDIR += gimp-help-en SUBDIR += gkrellm-gamma SUBDIR += gkrellm-xkb @@ -451,6 +453,7 @@ SUBDIR += py-gguf SUBDIR += py-google-ai-generativelanguage SUBDIR += py-gpiozero + SUBDIR += py-gymnasium SUBDIR += py-halo SUBDIR += py-hf-doc-builder SUBDIR += py-hf-xet diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 92d496599650..212febee23bc 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -1,6 +1,7 @@ PORTNAME= adios2 DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 +PORTREVISION= 1 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org @@ -15,7 +16,7 @@ BROKEN_i386= constant expression evaluates to 18446744073709551613 which cannot BROKEN_powerpc= constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469 PY_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}mpi4py>=3.0.3:net/py-mpi4py@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=3.0.3:net/py-mpi4py-mpich@${PY_FLAVOR} BUILD_DEPENDS= bash:shells/bash \ pybind11>0:devel/pybind11 \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.4:devel/py-pybind11@${PY_FLAVOR} \ diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile index 6cebaaa3cfa5..77a0454889d7 100644 --- a/misc/aichat/Makefile +++ b/misc/aichat/Makefile @@ -1,7 +1,7 @@ PORTNAME= aichat DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/air/Makefile b/misc/air/Makefile index 6026af6cb264..29a1c22b36a1 100644 --- a/misc/air/Makefile +++ b/misc/air/Makefile @@ -2,7 +2,7 @@ PORTNAME= air DISTVERSIONPREFIX= v DISTVERSION= 0.6.9-26 DISTVERSIONSUFFIX= -g4e175b0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc PKGNAMESUFFIX= -ai-chat-client diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index 722b21bef0b2..150d3ce0a166 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 45.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/bedrust/Makefile b/misc/bedrust/Makefile index cf697d7d90cf..937a014c5cef 100644 --- a/misc/bedrust/Makefile +++ b/misc/bedrust/Makefile @@ -1,7 +1,7 @@ PORTNAME= bedrust DISTVERSIONPREFIX= v DISTVERSION= 0.8.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile index a4ba44236555..d2e89521fb41 100644 --- a/misc/binocle/Makefile +++ b/misc/binocle/Makefile @@ -1,7 +1,7 @@ PORTNAME= binocle DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc wayland MAINTAINER= yuri@FreeBSD.org diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 5fd32441f59c..c0ec8d942dd6 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,7 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.44.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index 40875c6c3ace..a5c0a1d08fc6 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cheat DISTVERSION= 4.4.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile index e8e84063248f..e9287be95a7c 100644 --- a/misc/chrono/Makefile +++ b/misc/chrono/Makefile @@ -2,7 +2,7 @@ PORTNAME= chrono DISTVERSIONPREFIX= v DISTVERSION= 1.1.0-4 DISTVERSIONSUFFIX= -g70cda7f -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= misc PKGNAMESUFFIX= -time-tracking diff --git a/misc/code2prompt/Makefile b/misc/code2prompt/Makefile index 1d47a4338b36..f028f05b4a4a 100644 --- a/misc/code2prompt/Makefile +++ b/misc/code2prompt/Makefile @@ -1,7 +1,7 @@ PORTNAME= code2prompt DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile index 0939ba4819f6..910739b5678c 100644 --- a/misc/coloursum/Makefile +++ b/misc/coloursum/Makefile @@ -1,7 +1,7 @@ PORTNAME= coloursum DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile index 58535cc00360..eca6fe06759f 100644 --- a/misc/compat14x/Makefile +++ b/misc/compat14x/Makefile @@ -1,5 +1,5 @@ PORTNAME= compat14x -PORTVERSION= 14.2.1402000.20250811 +PORTVERSION= 14.2.1402000.20250903 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USES= tar:xz NO_BUILD= yes -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat @@ -46,6 +46,8 @@ OPTIONS_DEFINE= COMPAT32 OPTIONS_DEFAULT=COMPAT32 OPTIONS_EXCLUDE_aarch64=COMPAT32 OPTIONS_EXCLUDE_i386=COMPAT32 +OPTIONS_EXCLUDE_powerpc=COMPAT32 +OPTIONS_EXCLUDE_powerpc64le=COMPAT32 COMPAT32_DESC= Install 32-bit compat libraries OPTIONS_SUB= yes diff --git a/misc/compat14x/distinfo b/misc/compat14x/distinfo index 6e35df4ad77f..7102a078bed0 100644 --- a/misc/compat14x/distinfo +++ b/misc/compat14x/distinfo @@ -1,7 +1,13 @@ -TIMESTAMP = 1754896660 -SHA256 (compat14x-aarch64-14.2.1402000.20250811.tar.xz) = 73a320c293f64ee7aafb1b4e2a16b4d958eac0a96adae826930eb78f02279654 -SIZE (compat14x-aarch64-14.2.1402000.20250811.tar.xz) = 2112224 -SHA256 (compat14x-amd64-14.2.1402000.20250811.tar.xz) = 0b7cea7285ce3d736f3c181d03504dd8eed899c2a76dc159dbd692f95267e84b -SIZE (compat14x-amd64-14.2.1402000.20250811.tar.xz) = 4434068 -SHA256 (compat14x-i386-14.2.1402000.20250811.tar.xz) = 784f928284dca21e867e39d831187bfb23e45ad954c723793441f0162d6ec2b4 -SIZE (compat14x-i386-14.2.1402000.20250811.tar.xz) = 2265260 +TIMESTAMP = 1756986241 +SHA256 (compat14x-aarch64-14.2.1402000.20250903.tar.xz) = 0f03dc8a15ccc5240669774936c4af09171af5a63b738a60ae43ca5bcd6ebbec +SIZE (compat14x-aarch64-14.2.1402000.20250903.tar.xz) = 3723432 +SHA256 (compat14x-amd64-14.2.1402000.20250903.tar.xz) = 05b173c28008fc4b2d696960c068db744e0369d9cd9efefa5e59ac115199b38d +SIZE (compat14x-amd64-14.2.1402000.20250903.tar.xz) = 4419272 +SHA256 (compat14x-i386-14.2.1402000.20250903.tar.xz) = 025eb2dfa241177891b64ce977675d4e8a2473d71158e56b61ec1b06495b1782 +SIZE (compat14x-i386-14.2.1402000.20250903.tar.xz) = 2266828 +SHA256 (compat14x-powerpc-14.2.1402000.20250903.tar.xz) = 32e0988b97a98eb2d955f57c66fe807bcafdfe27767f29c6d3ab9e1775b4b07e +SIZE (compat14x-powerpc-14.2.1402000.20250903.tar.xz) = 1964692 +SHA256 (compat14x-powerpc64-14.2.1402000.20250903.tar.xz) = abd254c63f1c09ced73d76cd2e5da5f0536873d78ee919d477aad3f494de4064 +SIZE (compat14x-powerpc64-14.2.1402000.20250903.tar.xz) = 3835228 +SHA256 (compat14x-powerpc64le-14.2.1402000.20250903.tar.xz) = 275124cc29235f5e70aeaa3e50d7a7d9ec9052ca4f76d07f4f84b1b618e4e6cf +SIZE (compat14x-powerpc64le-14.2.1402000.20250903.tar.xz) = 2328468 diff --git a/misc/compat14x/pkg-plist.powerpc b/misc/compat14x/pkg-plist.powerpc new file mode 100644 index 000000000000..bcd7c956d0ca --- /dev/null +++ b/misc/compat14x/pkg-plist.powerpc @@ -0,0 +1,23 @@ +lib/compat/libasn1.so.11 +lib/compat/libcom_err.so.5 +lib/compat/libcrypto.so.30 +lib/compat/libgssapi.so.10 +lib/compat/libgssapi_krb5.so.10 +lib/compat/libgssapi_ntlm.so.10 +lib/compat/libgssapi_spnego.so.10 +lib/compat/libhdb.so.11 +lib/compat/libheimbase.so.11 +lib/compat/libheimntlm.so.11 +lib/compat/libhx509.so.11 +lib/compat/libkadm5clnt.so.11 +lib/compat/libkadm5srv.so.11 +lib/compat/libkafs5.so.11 +lib/compat/libkdc.so.11 +lib/compat/libkrb5.so.11 +lib/compat/libmd.so.6 +lib/compat/libprivateheimipcc.so.11 +lib/compat/libprivateheimipcs.so.11 +lib/compat/libroken.so.11 +lib/compat/libssl.so.30 +lib/compat/libutil.so.9 +lib/compat/libwind.so.11 diff --git a/misc/compat14x/pkg-plist.powerpc64 b/misc/compat14x/pkg-plist.powerpc64 new file mode 100644 index 000000000000..dac199620ab7 --- /dev/null +++ b/misc/compat14x/pkg-plist.powerpc64 @@ -0,0 +1,46 @@ +lib/compat/libasn1.so.11 +lib/compat/libcom_err.so.5 +lib/compat/libcrypto.so.30 +lib/compat/libgssapi.so.10 +lib/compat/libgssapi_krb5.so.10 +lib/compat/libgssapi_ntlm.so.10 +lib/compat/libgssapi_spnego.so.10 +lib/compat/libhdb.so.11 +lib/compat/libheimbase.so.11 +lib/compat/libheimntlm.so.11 +lib/compat/libhx509.so.11 +lib/compat/libkadm5clnt.so.11 +lib/compat/libkadm5srv.so.11 +lib/compat/libkafs5.so.11 +lib/compat/libkdc.so.11 +lib/compat/libkrb5.so.11 +lib/compat/libmd.so.6 +lib/compat/libprivateheimipcc.so.11 +lib/compat/libprivateheimipcs.so.11 +lib/compat/libroken.so.11 +lib/compat/libssl.so.30 +lib/compat/libutil.so.9 +lib/compat/libwind.so.11 +%%COMPAT32%%lib32/compat/libasn1.so.11 +%%COMPAT32%%lib32/compat/libcom_err.so.5 +%%COMPAT32%%lib32/compat/libcrypto.so.30 +%%COMPAT32%%lib32/compat/libgssapi.so.10 +%%COMPAT32%%lib32/compat/libgssapi_krb5.so.10 +%%COMPAT32%%lib32/compat/libgssapi_ntlm.so.10 +%%COMPAT32%%lib32/compat/libgssapi_spnego.so.10 +%%COMPAT32%%lib32/compat/libhdb.so.11 +%%COMPAT32%%lib32/compat/libheimbase.so.11 +%%COMPAT32%%lib32/compat/libheimntlm.so.11 +%%COMPAT32%%lib32/compat/libhx509.so.11 +%%COMPAT32%%lib32/compat/libkadm5clnt.so.11 +%%COMPAT32%%lib32/compat/libkadm5srv.so.11 +%%COMPAT32%%lib32/compat/libkafs5.so.11 +%%COMPAT32%%lib32/compat/libkdc.so.11 +%%COMPAT32%%lib32/compat/libkrb5.so.11 +%%COMPAT32%%lib32/compat/libmd.so.6 +%%COMPAT32%%lib32/compat/libprivateheimipcc.so.11 +%%COMPAT32%%lib32/compat/libprivateheimipcs.so.11 +%%COMPAT32%%lib32/compat/libroken.so.11 +%%COMPAT32%%lib32/compat/libssl.so.30 +%%COMPAT32%%lib32/compat/libutil.so.9 +%%COMPAT32%%lib32/compat/libwind.so.11 diff --git a/misc/compat14x/pkg-plist.powerpc64le b/misc/compat14x/pkg-plist.powerpc64le new file mode 100644 index 000000000000..bcd7c956d0ca --- /dev/null +++ b/misc/compat14x/pkg-plist.powerpc64le @@ -0,0 +1,23 @@ +lib/compat/libasn1.so.11 +lib/compat/libcom_err.so.5 +lib/compat/libcrypto.so.30 +lib/compat/libgssapi.so.10 +lib/compat/libgssapi_krb5.so.10 +lib/compat/libgssapi_ntlm.so.10 +lib/compat/libgssapi_spnego.so.10 +lib/compat/libhdb.so.11 +lib/compat/libheimbase.so.11 +lib/compat/libheimntlm.so.11 +lib/compat/libhx509.so.11 +lib/compat/libkadm5clnt.so.11 +lib/compat/libkadm5srv.so.11 +lib/compat/libkafs5.so.11 +lib/compat/libkdc.so.11 +lib/compat/libkrb5.so.11 +lib/compat/libmd.so.6 +lib/compat/libprivateheimipcc.so.11 +lib/compat/libprivateheimipcs.so.11 +lib/compat/libroken.so.11 +lib/compat/libssl.so.30 +lib/compat/libutil.so.9 +lib/compat/libwind.so.11 diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index 0f6780420e5b..c2e5aac67651 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -1,7 +1,7 @@ PORTNAME= concourse DISTVERSIONPREFIX= v DISTVERSION= 6.7.2 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index f694525e35cf..8a6d6aa1cc42 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptoballot DISTVERSION= g20181015 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile index 5118ec912dfc..3a406b63433f 100644 --- a/misc/dijo/Makefile +++ b/misc/dijo/Makefile @@ -1,7 +1,7 @@ PORTNAME= dijo DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dive/Makefile b/misc/dive/Makefile index b3d1128e067e..ff5838f57cbf 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -1,7 +1,7 @@ PORTNAME= dive DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index cc5d42d4f814..ba6614fc32d7 100644 --- a/misc/dotenv-linter/Makefile +++ b/misc/dotenv-linter/Makefile @@ -1,7 +1,7 @@ PORTNAME= dotenv-linter DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 655abd238de4..8e92d0b8b961 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,6 +1,7 @@ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.5.7 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= bofh@FreeBSD.org diff --git a/misc/fortune-mod-mormon/Makefile b/misc/fortune-mod-mormon/Makefile new file mode 100644 index 000000000000..c3cee2a73de4 --- /dev/null +++ b/misc/fortune-mod-mormon/Makefile @@ -0,0 +1,32 @@ +PORTNAME= fortune-mod-mormon +DISTVERSION= 1.1.0 +CATEGORIES= misc +MASTER_SITES= SF/mormon/fortune-mod-scriptures/${DISTVERSION}/ + +MAINTAINER= ziaee@FreeBSD.org +COMMENT= LDS Scriptures in fortune file format +WWW= https://scriptures.nephi.org + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:bzip2 +CONFLICTS_INSTALL= fortune-mod-bible fortune-mod-psalms + +MODS= acts aof bible dc eccl epistles gospels isaiah \ + mormon nt ot pgp proverbs psalms scriptures + +PLIST_FILES= ${MODS:S,^,share/games/fortune/,} \ + ${MODS:S,^,share/games/fortune/,:S,$,.dat,} + +do-build: +.for i in ${MODS} + ${RM} ${WRKSRC}/mods/${i}.dat + strfile ${WRKSRC}/mods/${i} +.endfor + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/mods/* ${STAGEDIR}${PREFIX}/share/games/fortune + +.include <bsd.port.mk> diff --git a/misc/fortune-mod-mormon/distinfo b/misc/fortune-mod-mormon/distinfo new file mode 100644 index 000000000000..9a97272518ed --- /dev/null +++ b/misc/fortune-mod-mormon/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756841313 +SHA256 (fortune-mod-mormon-1.1.0.tar.bz2) = a8e13023fb3f9b7097f0a72d6dcb8b0b553a20b8062f069ef4fc291fff597089 +SIZE (fortune-mod-mormon-1.1.0.tar.bz2) = 4750745 diff --git a/misc/fortune-mod-mormon/pkg-descr b/misc/fortune-mod-mormon/pkg-descr new file mode 100644 index 000000000000..d4ec77ed567c --- /dev/null +++ b/misc/fortune-mod-mormon/pkg-descr @@ -0,0 +1,20 @@ +The four scriptures of the Church of Jesus Christ of Latter Day Saints, +including the King James Version of the Holy Bible, the Book of Mormon, +Doctrine and Covenants, and the Pearl of Great Price, broken down into +fifteen modules in UNIX fortune file format: + +acts - The Acts +aof - Articles of Faith +bible - The Holy Bible (Old and New Testaments) +dc - Doctrine and Covenants +eccl - Ecclesiastes +epistles - The Epistles (Romans - Jude) +gospels - The Four Gospels (Matthew, Mark, Luke and John) +isaiah - The Book of Isaiah +mormon - The Book of Mormon: Another Testament of Jesus Christ +nt - The New Testament +ot - The Old Testament +pgp - The Pearl of Great Price +proverbs - The Book of Proverbs +psalms - The Book of Psalms +scriptures - All the Scriptures included diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 364220576706..c443c45207ca 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,9 +1,8 @@ PORTNAME= getopt -PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTVERSION= 2.41.1 CATEGORIES= misc -MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${UTIL_LINUX_PORTVERSION:R}/ -DISTNAME= util-linux-${UTIL_LINUX_PORTVERSION} +MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/ +DISTNAME= util-linux-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options @@ -25,8 +24,7 @@ GNU_CONFIGURE= yes SHEBANG_FILES= misc-utils/getopt-example.bash -UTIL_LINUX_PORTVERSION= 2.39.4 - -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= EXAMPLES +OPTIONS_SUB= yes .include <bsd.port.mk> diff --git a/misc/getopt/distinfo b/misc/getopt/distinfo index bcb689df13a7..3ca4b157aab1 100644 --- a/misc/getopt/distinfo +++ b/misc/getopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714112744 -SHA256 (util-linux-2.39.4.tar.xz) = 6c4f8723dafd41c39d93ecbf16509fc88c33cd5bd3277880ae5a1d97a014fd0e -SIZE (util-linux-2.39.4.tar.xz) = 8541176 +TIMESTAMP = 1755062624 +SHA256 (util-linux-2.41.1.tar.xz) = be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57 +SIZE (util-linux-2.41.1.tar.xz) = 9606156 diff --git a/misc/getopt/files/patch-Makefile.in b/misc/getopt/files/patch-Makefile.in index 2e5784155571..a22fa85f1738 100644 --- a/misc/getopt/files/patch-Makefile.in +++ b/misc/getopt/files/patch-Makefile.in @@ -1,20 +1,29 @@ ---- Makefile.in.orig 2024-04-04 09:13:52 UTC +--- Makefile.in.orig 2025-06-24 07:57:05 UTC +++ Makefile.in -@@ -5335,7 +5335,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm +@@ -5974,7 +5974,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm man-common/footer-lib.adoc man-common/help-version.adoc \ man-common/in-bytes.adoc man-common/manpage-stub.adoc \ man-common/translation.adoc --MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_44) \ -+MANPAGES = $(am__append_20) $(am__append_44) \ - $(am__append_91) $(am__append_94) $(am__append_97) \ - $(am__append_100) $(am__append_103) $(am__append_106) \ +-MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_31) \ ++MANPAGES = $(am__append_20) $(am__append_31) \ + $(am__append_55) $(am__append_89) $(am__append_106) \ $(am__append_109) $(am__append_112) $(am__append_115) \ -@@ -5436,7 +5436,7 @@ CLEANFILES = $(am__append_336) $(PATHFILES) $(EXTRA_LT - disk-utils/meson.build login-utils/meson.build \ - $(PATHFILES:=.in) $(am__append_667) $(am__append_670) - CLEANFILES = $(am__append_336) $(PATHFILES) $(EXTRA_LTLIBRARIES) --SUBDIRS = po $(am__append_3) $(am__append_41) $(am__append_63) \ -+SUBDIRS = $(am__append_3) $(am__append_41) $(am__append_63) \ - $(am__append_73) $(am__append_87) + $(am__append_118) $(am__append_121) $(am__append_124) \ +@@ -6093,7 +6093,7 @@ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_ + $(am__append_533) $(am__append_720) $(PATHFILES) \ + $(EXTRA_LTLIBRARIES) + DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_FILES) +-SUBDIRS = po $(am__append_52) $(am__append_75) $(am__append_86) \ ++SUBDIRS = $(am__append_52) $(am__append_75) $(am__append_86) \ + $(am__append_102) RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o +@@ -7260,7 +7260,7 @@ test_islocal_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS) + @BUILD_RENAME_TRUE@rename_LDADD = $(LDADD) libcommon.la + @BUILD_GETOPT_TRUE@getopt_SOURCES = misc-utils/getopt.c + @BUILD_GETOPT_TRUE@getopt_LDADD = $(LDADD) libcommon.la +-@BUILD_GETOPT_TRUE@getoptexampledir = $(docdir) ++@BUILD_GETOPT_TRUE@getoptexampledir = ${datarootdir}/examples/${PACKAGE_TARNAME} + @BUILD_GETOPT_TRUE@dist_getoptexample_DATA = \ + @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.bash \ + @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.tcsh diff --git a/misc/getopt/files/patch-configure b/misc/getopt/files/patch-configure index 9a98bdbaa070..75213723e5b2 100644 --- a/misc/getopt/files/patch-configure +++ b/misc/getopt/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2024-04-04 09:13:50 UTC +--- configure.orig 2025-06-24 07:57:03 UTC +++ configure -@@ -35861,7 +35861,7 @@ fi +@@ -38303,7 +38303,7 @@ fi enable_getopt=$ul_default_estate build_getopt=yes if test "x$ul_default_estate" = xno; then diff --git a/misc/getopt/pkg-plist b/misc/getopt/pkg-plist index 9750a1ad4723..2bfa62e0580e 100644 --- a/misc/getopt/pkg-plist +++ b/misc/getopt/pkg-plist @@ -1,5 +1,5 @@ bin/getopt share/bash-completion/completions/getopt -%%PORTDOCS%%share/doc/util-linux/getopt-example.bash -%%PORTDOCS%%share/doc/util-linux/getopt-example.tcsh +%%PORTEXAMPLES%%share/examples/util-linux/getopt-example.bash +%%PORTEXAMPLES%%share/examples/util-linux/getopt-example.tcsh share/man/man1/getopt.1.gz diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile new file mode 100644 index 000000000000..b332c2d881c5 --- /dev/null +++ b/misc/ggml/Makefile @@ -0,0 +1,36 @@ +PORTNAME= ggml +DISTVERSION= g20250828 +CATEGORIES= misc # machine-learning + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tensor library for machine learning +WWW= https://github.com/ggerganov/ggml + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing compiler:c++17-lang python:run shebangfix +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= ggerganov +GH_TAGNAME= 83835ff + +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= GGML_BUILD_TESTS GGML_BUILD_EXAMPLES +CMAKE_TESTING_ON= GGML_BUILD_TESTS + +BINARY_ALIAS= git=false + +OPTIONS_DEFINE= VULKAN +OPTIONS_DEFAULT= VULKAN +OPTIONS_SUB= yes + +VULKAN_CMAKE_BOOL= GGML_VULKAN +VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \ + vulkan-headers>0:graphics/vulkan-headers +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader + +# tests as of g20250828: 100% tests passed, 0 tests failed out of 21 + +.include <bsd.port.mk> diff --git a/misc/ggml/distinfo b/misc/ggml/distinfo new file mode 100644 index 000000000000..a17e9ebaeb14 --- /dev/null +++ b/misc/ggml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756957568 +SHA256 (ggerganov-ggml-g20250828-83835ff_GH0.tar.gz) = 42e76df96d99c86e9fe15a87dfe5eab6c0a117497d5bb6c4ef154dbf7b5e805c +SIZE (ggerganov-ggml-g20250828-83835ff_GH0.tar.gz) = 2072055 diff --git a/misc/ggml/files/patch-tests_CMakeLists.txt b/misc/ggml/files/patch-tests_CMakeLists.txt new file mode 100644 index 000000000000..d6d713231e9a --- /dev/null +++ b/misc/ggml/files/patch-tests_CMakeLists.txt @@ -0,0 +1,11 @@ +--- tests/CMakeLists.txt.orig 2025-09-04 04:13:15 UTC ++++ tests/CMakeLists.txt +@@ -114,7 +114,7 @@ else() + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /arch:AVX") + endif() + else() +- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfma -mf16c -mavx -mavx2") ++ #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfma -mf16c -mavx -mavx2") + endif() + endif() + diff --git a/misc/ggml/pkg-descr b/misc/ggml/pkg-descr new file mode 100644 index 000000000000..611fa3ef39ae --- /dev/null +++ b/misc/ggml/pkg-descr @@ -0,0 +1,13 @@ +ggml is a tensor library for machine learning. + +Features: +* Written in C +* 16-bit float support +* Integer quantization support (4-bit, 5-bit, 8-bit, etc.) +* Automatic differentiation +* ADAM and L-BFGS optimizers +* Optimized for Apple Silicon +* On x86 architectures utilizes AVX / AVX2 intrinsics +* On ppc64 architectures utilizes VSX intrinsics +* No third-party dependencies +* Zero memory allocations during runtime diff --git a/misc/ggml/pkg-plist b/misc/ggml/pkg-plist new file mode 100644 index 000000000000..9c74452171bf --- /dev/null +++ b/misc/ggml/pkg-plist @@ -0,0 +1,22 @@ +include/ggml-alloc.h +include/ggml-backend.h +include/ggml-blas.h +include/ggml-cann.h +include/ggml-cpp.h +include/ggml-cpu.h +include/ggml-cuda.h +include/ggml-metal.h +include/ggml-opt.h +include/ggml-rpc.h +include/ggml-sycl.h +include/ggml-vulkan.h +include/ggml-webgpu.h +include/ggml.h +include/gguf.h +lib/cmake/ggml/ggml-config.cmake +lib/cmake/ggml/ggml-version.cmake +lib/libggml-base.so +lib/libggml-cpu.so +%%VULKAN%%lib/libggml-vulkan.so +lib/libggml.so +share/pkgconfig/ggml.pc diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile index b4df1faf3e60..3fdf401fdc82 100644 --- a/misc/gobuster/Makefile +++ b/misc/gobuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuster DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc dns www MAINTAINER= yuri@FreeBSD.org diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile index 694bdf52de46..65392e2a2bee 100644 --- a/misc/hwdata/Makefile +++ b/misc/hwdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= hwdata DISTVERSIONPREFIX= v -DISTVERSION= 0.398 +DISTVERSION= 0.399 PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo index dceaf159905b..87520a9acb13 100644 --- a/misc/hwdata/distinfo +++ b/misc/hwdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754681740 -SHA256 (vcrhonek-hwdata-v0.398_GH0.tar.gz) = cd52f7eb5c0f438a3605d1799d9f345a2894ad0f269ab6e8441f55e27e80dd78 -SIZE (vcrhonek-hwdata-v0.398_GH0.tar.gz) = 2531820 +TIMESTAMP = 1756895435 +SHA256 (vcrhonek-hwdata-v0.399_GH0.tar.gz) = 74872355e14d5ddc48a0f63036227ffb5f7796a3012c6377ac1fc7432ffe2b41 +SIZE (vcrhonek-hwdata-v0.399_GH0.tar.gz) = 2531799 diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 920e5e59126d..463389d10d70 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 6301 +DISTVERSION= 6374 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -44,7 +44,6 @@ CURL_LIB_DEPENDS= libcurl.so:ftp/curl EXAMPLES_CMAKE_BOOL= LLAMA_BUILD_EXAMPLES -VULKAN_DESC= Vulkan GPU offload support VULKAN_CMAKE_BOOL= GGML_VULKAN VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \ vulkan-headers>0:graphics/vulkan-headers diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index f33e6820fa38..ac00c83b7dba 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756357476 -SHA256 (ggerganov-llama.cpp-b6301_GH0.tar.gz) = c48f5adb4d1833b4bed0be7b6a416ae648e41ffc3d93b2788aa15d79da5b51c4 -SIZE (ggerganov-llama.cpp-b6301_GH0.tar.gz) = 25615463 +TIMESTAMP = 1756957718 +SHA256 (ggerganov-llama.cpp-b6374_GH0.tar.gz) = fe4392f8331a13fcd6ccf5fa4a7e9a79d58958394ef62bf8df6d214208619ed5 +SIZE (ggerganov-llama.cpp-b6374_GH0.tar.gz) = 25632053 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/llama-cpp/pkg-plist b/misc/llama-cpp/pkg-plist index 52f4d4abf266..9c53359aabc9 100644 --- a/misc/llama-cpp/pkg-plist +++ b/misc/llama-cpp/pkg-plist @@ -49,8 +49,8 @@ include/ggml-opt.h include/ggml-rpc.h include/ggml-sycl.h include/ggml-vulkan.h -include/ggml.h include/ggml-webgpu.h +include/ggml.h include/gguf.h include/llama-cpp.h include/llama.h diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile index 26ebfde65192..a95fb1bd9bbb 100644 --- a/misc/lscolors/Makefile +++ b/misc/lscolors/Makefile @@ -1,7 +1,7 @@ PORTNAME= lscolors DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/mcp-probe/Makefile b/misc/mcp-probe/Makefile index fffa561e97dc..9c8f3cfb25c4 100644 --- a/misc/mcp-probe/Makefile +++ b/misc/mcp-probe/Makefile @@ -1,5 +1,6 @@ PORTNAME= mcp-probe DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= olgeni@FreeBSD.org diff --git a/misc/navi/Makefile b/misc/navi/Makefile index eafc1ecc41f9..87acf48a84d2 100644 --- a/misc/navi/Makefile +++ b/misc/navi/Makefile @@ -1,7 +1,7 @@ PORTNAME= navi DISTVERSIONPREFIX= v DISTVERSION= 2.24.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= nivit@FreeBSD.org diff --git a/misc/ooo/Makefile b/misc/ooo/Makefile index eb56cd932fbe..4417326958e2 100644 --- a/misc/ooo/Makefile +++ b/misc/ooo/Makefile @@ -1,6 +1,6 @@ PORTNAME= ooo DISTVERSION= 0.1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc # machine learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/outside/Makefile b/misc/outside/Makefile index 82a7807cb4cb..da115336b37d 100644 --- a/misc/outside/Makefile +++ b/misc/outside/Makefile @@ -1,6 +1,7 @@ PORTNAME= outside DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= olgeni@FreeBSD.org diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 06e85809f4cc..d7c340323ff6 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250815.001 +PORTVERSION= 20250904.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 34931f83be0e..6e1db3611829 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755725434 -SHA256 (Business-ISBN-Data-20250815.001.tar.gz) = bf8bd710e2edcc6a8808dff323b8467dbe227841a1f5fe3f4813fb50be7dce9d -SIZE (Business-ISBN-Data-20250815.001.tar.gz) = 37159 +TIMESTAMP = 1757081456 +SHA256 (Business-ISBN-Data-20250904.001.tar.gz) = c8a11532b3d4167fadfe7fa6babb0ad7829b40d0483289ad9ffd4a0f3cbcb5c9 +SIZE (Business-ISBN-Data-20250904.001.tar.gz) = 37210 diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile index 9c6e291b0008..419573eade08 100644 --- a/misc/perkeep/Makefile +++ b/misc/perkeep/Makefile @@ -1,6 +1,6 @@ PORTNAME= perkeep DISTVERSION= 0.11 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index 024713095da1..2d8938d4cd20 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pqrs DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-cmap/Makefile b/misc/py-cmap/Makefile index efa8e2ad4a62..ad3b89423bcb 100644 --- a/misc/py-cmap/Makefile +++ b/misc/py-cmap/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmap -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vispy>=0.14:graphics/py-vispy@${PY_FLAVOR} # TEST_DEPENDS also needs napari, pygfx, viscm @@ -38,5 +39,6 @@ TEST_ENV= ${MAKE_ENV} \ XAUTHORITY=${XAUTHORITY} # tests as of 0.5.0: 217 passed, 3 skipped in 109.38s (0:01:49) +# tests as of 0.6.2: 3 failed, 214 passed, 3 skipped in 54.50s (3 failures due to deprecation warnings in the Pillow module) .include <bsd.port.mk> diff --git a/misc/py-cmap/distinfo b/misc/py-cmap/distinfo index da53c08e432b..a1b8a2da733b 100644 --- a/misc/py-cmap/distinfo +++ b/misc/py-cmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745440018 -SHA256 (cmap-0.6.0.tar.gz) = 26b305847e7d722f1be42c2b339417222711da13852f9a123a57a0d100827197 -SIZE (cmap-0.6.0.tar.gz) = 910503 +TIMESTAMP = 1757064976 +SHA256 (cmap-0.6.2.tar.gz) = a511cb0ab349d2ecb7c03f0bb050f5feff5e6fc18d1a503d930b01e3fd80459e +SIZE (cmap-0.6.2.tar.gz) = 911209 diff --git a/misc/py-fastmcp/Makefile b/misc/py-fastmcp/Makefile index ddf4d502f680..f0ae3eccab33 100644 --- a/misc/py-fastmcp/Makefile +++ b/misc/py-fastmcp/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastmcp -DISTVERSION= 2.12.0 +DISTVERSION= 2.12.1 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI # no tarball PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authlib>=1.5.2:security/py-authlib@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}openai>=1.95.1:misc/py-openai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openapi-core>=0.19.5:devel/py-openapi-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openapi-pydantic>=0.5.1:devel/py-openapi-pydantic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.11.7:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyperclip>0:devel/py-pyperclip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=1.1.0:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.9.4:textproc/py-rich@${PY_FLAVOR} @@ -51,5 +51,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes # tests as of 2.12.0: 54 failed, 2580 passed, 14 xfailed, 1 xpassed, 8 warnings, 1 error in 298.28s (0:04:58), see https://github.com/jlowin/fastmcp/issues/1690 +# tests as of 2.12.1: 57 failed, 2568 passed, 14 xfailed, 1 xpassed, 8 warnings, 2 errors in 343.76s (0:05:43) .include <bsd.port.mk> diff --git a/misc/py-fastmcp/distinfo b/misc/py-fastmcp/distinfo index 2f441e4f2fc0..674a8ccd41fb 100644 --- a/misc/py-fastmcp/distinfo +++ b/misc/py-fastmcp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756659840 -SHA256 (fastmcp-2.12.0.tar.gz) = c7d6ec0fe3fa8d10061d08b40ebf6a4f916034a47ff3188dfd81c25e143ac18e -SIZE (fastmcp-2.12.0.tar.gz) = 5241089 +TIMESTAMP = 1756969969 +SHA256 (fastmcp-2.12.1.tar.gz) = 0804428b26f601684e7ac1d650b46ab2b7b6c1e6c7ac77d51cdc7f58474d725f +SIZE (fastmcp-2.12.1.tar.gz) = 5240512 diff --git a/misc/py-gymnasium/Makefile b/misc/py-gymnasium/Makefile new file mode 100644 index 000000000000..16d5d7adf979 --- /dev/null +++ b/misc/py-gymnasium/Makefile @@ -0,0 +1,31 @@ +PORTNAME= gymnasium +DISTVERSION= 1.2.0 +CATEGORIES= misc python # machine-learning +MASTER_SITES= PYPI # no tarball +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= API for reinforcement learning & diverse set of reference environments +WWW= https://gymnasium.farama.org/ \ + https://github.com/Farama-Foundation/Gymnasium + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}farama-notifications>=0.0.1:devel/py-Farama-Notifications@${PY_FLAVOR} \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +# tests as of 1.2.0: 9 passed in 2.09s + +.include <bsd.port.mk> diff --git a/misc/py-gymnasium/distinfo b/misc/py-gymnasium/distinfo new file mode 100644 index 000000000000..cfbc20e6a57c --- /dev/null +++ b/misc/py-gymnasium/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756708596 +SHA256 (gymnasium-1.2.0.tar.gz) = 344e87561012558f603880baf264ebc97f8a5c997a957b0c9f910281145534b0 +SIZE (gymnasium-1.2.0.tar.gz) = 821142 diff --git a/misc/py-gymnasium/pkg-descr b/misc/py-gymnasium/pkg-descr new file mode 100644 index 000000000000..f2561eca94dc --- /dev/null +++ b/misc/py-gymnasium/pkg-descr @@ -0,0 +1,4 @@ +Gymnasium is an open source Python library for developing and comparing +reinforcement learning algorithms by providing a standard API to communicate +between learning algorithms and environments, as well as a standard set of +environments compliant with that API. diff --git a/misc/py-hf-xet/Makefile b/misc/py-hf-xet/Makefile index 1b2de3ce2db9..c0c55cc50007 100644 --- a/misc/py-hf-xet/Makefile +++ b/misc/py-hf-xet/Makefile @@ -1,5 +1,6 @@ PORTNAME= hf-xet DISTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index e6a1e84f78c3..26a2e04f70f5 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,5 +1,6 @@ PORTNAME= lazrs DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile index faa229afe0c0..849faa67edc4 100644 --- a/misc/py-openai/Makefile +++ b/misc/py-openai/Makefile @@ -1,5 +1,5 @@ PORTNAME= openai -DISTVERSION= 1.99.9 +DISTVERSION= 1.105.0 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openai/distinfo b/misc/py-openai/distinfo index ed7e3e548781..13c370b31d94 100644 --- a/misc/py-openai/distinfo +++ b/misc/py-openai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755502465 -SHA256 (openai-1.99.9.tar.gz) = f2082d155b1ad22e83247c3de3958eb4255b20ccf4a1de2e6681b6957b554e92 -SIZE (openai-1.99.9.tar.gz) = 506992 +TIMESTAMP = 1756970976 +SHA256 (openai-1.105.0.tar.gz) = a68a47adce0506d34def22dd78a42cbb6cfecae1cf6a5fe37f38776d32bbb514 +SIZE (openai-1.105.0.tar.gz) = 557265 diff --git a/misc/py-pyqir/Makefile b/misc/py-pyqir/Makefile index 1a4c6ccb0fbe..9d4ff3d0bee6 100644 --- a/misc/py-pyqir/Makefile +++ b/misc/py-pyqir/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyqir DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python # quantum-computing #MASTER_SITES= PYPI # no tarballs PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-safetensors/Makefile b/misc/py-safetensors/Makefile index 1c340bacc80b..2338ffbbc854 100644 --- a/misc/py-safetensors/Makefile +++ b/misc/py-safetensors/Makefile @@ -1,7 +1,7 @@ PORTNAME= safetensors DISTVERSIONPREFIX= v DISTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/radio_datetime_analyzer/Makefile b/misc/radio_datetime_analyzer/Makefile index f0339de08752..154c0fdfa2fd 100644 --- a/misc/radio_datetime_analyzer/Makefile +++ b/misc/radio_datetime_analyzer/Makefile @@ -1,6 +1,6 @@ PORTNAME= radio_datetime_analyzer DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # prevent USES=cargo from overriding default DISTFILES diff --git a/misc/rash/Makefile b/misc/rash/Makefile index f5b995b6e3fb..849141ad9010 100644 --- a/misc/rash/Makefile +++ b/misc/rash/Makefile @@ -1,7 +1,7 @@ PORTNAME= rash DISTVERSIONPREFIX= v DISTVERSION= 2.9.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index ce9608f706f3..8685e008c2ba 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index c60573eebede..490c35555fb1 100644 --- a/misc/rubygem-mime-types-data/Makefile +++ b/misc/rubygem-mime-types-data/Makefile @@ -1,5 +1,5 @@ PORTNAME= mime-types-data -PORTVERSION= 3.2025.0722 +PORTVERSION= 3.2025.0729 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo index e19a63fc7c38..cf678dc31c98 100644 --- a/misc/rubygem-mime-types-data/distinfo +++ b/misc/rubygem-mime-types-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753370256 -SHA256 (rubygem/mime-types-data-3.2025.0722.gem) = f9d1fd57ecc5688a66d9811d45981ee58e2dca012e352a1eaa7299e8c0f482f4 -SIZE (rubygem/mime-types-data-3.2025.0722.gem) = 169472 +TIMESTAMP = 1755062610 +SHA256 (rubygem/mime-types-data-3.2025.0729.gem) = 8d7e1ab1ab756ebba91354ff4e35bcf23c39ed86dc5abba6cf32ce66ee9e5aad +SIZE (rubygem/mime-types-data-3.2025.0729.gem) = 169984 diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 1df532352d2d..ab5d155b1055 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index b0152a9fee07..ec3c8a941675 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,7 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer diff --git a/misc/slides/Makefile b/misc/slides/Makefile index e0bafd5e8c4b..3f2f4b114e2b 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,7 +1,7 @@ PORTNAME= slides DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index 3bee56b72508..6cac14b5e6ad 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,6 +1,6 @@ PORTNAME= star-history DISTVERSION= 1.0.31 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/stormy/Makefile b/misc/stormy/Makefile index 69558614198f..27c204c25ef2 100644 --- a/misc/stormy/Makefile +++ b/misc/stormy/Makefile @@ -1,7 +1,7 @@ PORTNAME= stormy DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= nxjoseph@protonmail.com diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index f8c18e699d69..97ea96d7d03f 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,6 +1,5 @@ PORTNAME= tellico -DISTVERSION= 4.1.2 -PORTREVISION= 1 +DISTVERSION= 4.1.3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index 637da85a7277..c05424d33b93 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747072931 -SHA256 (tellico-4.1.2.tar.xz) = 3c00d5213d36fb6faa16d57dba42568e801505f25846e41b342c159c1b3b66a5 -SIZE (tellico-4.1.2.tar.xz) = 6789616 +TIMESTAMP = 1756822107 +SHA256 (tellico-4.1.3.tar.xz) = 6cac452bc10480d50fb0e33c74829aec1ce9880aef39d8b7fdf63bc5a85b3a4f +SIZE (tellico-4.1.3.tar.xz) = 6849524 diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile index 12d55b919202..dfc558824339 100644 --- a/misc/tenere/Makefile +++ b/misc/tenere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tenere DISTVERSIONPREFIX= v DISTVERSION= 0.11.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile index acc8af5d7645..79e8a7b8dba8 100644 --- a/misc/timetrace/Makefile +++ b/misc/timetrace/Makefile @@ -1,7 +1,7 @@ PORTNAME= timetrace DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= misc MAINTAINER= nc@FreeBSD.org diff --git a/misc/timr-tui/Makefile b/misc/timr-tui/Makefile index 750029e3f8b2..6c38e32983e8 100644 --- a/misc/timr-tui/Makefile +++ b/misc/timr-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= timr-tui DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tlci/Makefile b/misc/tlci/Makefile index 7f592eaa1df0..1add67f6b6b8 100644 --- a/misc/tlci/Makefile +++ b/misc/tlci/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.1.0.2 PORTREVISION= 1 CATEGORIES= misc -MAINTAINER= nsonack@outlook.com +MAINTAINER= nsonack@herrhotzenplotz.de COMMENT= Tiny Lambda Calculus interpreter WWW= https://gitlab.com/herrhotzenplotz/tlci diff --git a/misc/wavedrom/Makefile b/misc/wavedrom/Makefile index 435612f3ed56..625860c53350 100644 --- a/misc/wavedrom/Makefile +++ b/misc/wavedrom/Makefile @@ -1,7 +1,7 @@ PORTNAME= wavedrom DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/wego/Makefile b/misc/wego/Makefile index f3d9004fa810..9f0de0598e83 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,6 +1,6 @@ PORTNAME= wego DISTVERSION= 2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/wthrr/Makefile b/misc/wthrr/Makefile index 33930a50f655..82418a245b73 100644 --- a/misc/wthrr/Makefile +++ b/misc/wthrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= wthrr DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 84b7cfd05fa0..622ee6576a66 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xd-rust/files/patch-rust-1.89.0 b/misc/xd-rust/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..e6428dda91df --- /dev/null +++ b/misc/xd-rust/files/patch-rust-1.89.0 @@ -0,0 +1,10 @@ +--- src/bin/xd/cli.rs.orig 2025-08-23 07:56:06 UTC ++++ src/bin/xd/cli.rs +@@ -100,6 +100,7 @@ impl From<TableOption> for &xd::table::Table { + } + } + ++#[warn(dangerous_implicit_autorefs)] + #[rustfmt::skip] + pub fn app() -> App<'static, 'static> { + App::new("xd") diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 19fdd19060a3..926778c2bc6d 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/zine/Makefile b/misc/zine/Makefile index 841192d50969..18165846a938 100644 --- a/misc/zine/Makefile +++ b/misc/zine/Makefile @@ -1,7 +1,7 @@ PORTNAME= zine DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |